Merge branch 'bugfix/git-https' into experimental
[tails-test.git] / config / chroot_local-patches / unmute_alsa_channels.patch
blob9af1cf7a0f2a3a9152a2f67baa04ebf93f4a38dc
1 --- chroot.orig/etc/init.d/alsa-utils 2010-10-04 18:14:10.000000000 +0000
2 +++ chroot/etc/init.d/alsa-utils 2012-03-12 13:49:11.815997232 +0000
3 @@ -206,5 +206,10 @@
4 # On MacBookPro5,3 and later models (See Bug#597791)
5 unmute_and_set_level "Front Speaker" "80%"
6 + # On MacBook5,2 models (See Bug#602973)
7 + unmute_and_set_level "LFE" "80%"
9 + # On Intel 82801H (See Bug#603550)
10 + unmute_and_set_level "Speaker" "80%"
12 return 0