]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix silent output regression with ALC861
authorTakashi Iwai <tiwai@suse.de>
Sun, 6 Nov 2011 10:25:34 +0000 (11:25 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 6 Nov 2011 10:25:34 +0000 (11:25 +0100)
commit43dea228a3ba5463392281535dfb3d3fe56f4c2c
tree1dc1396cb1ed3add3ba94aa9f01a6bad332c5d79
parent447c6f93aba42e6889be55a614d4dddc25f17863
ALSA: hda - Fix silent output regression with ALC861

The 3.1 kernel has a regression for ALC861 codec where no sound output
is heard with the default setup.  It's because the amps in DACs aren't
properly unmuted while the output mixers are assigned only to pins.

This patch fixes the missing initialization of DACs when no mixer is
assigned to them.

Tested-by: Andrea Iob <andrea_iob@yahoo.it>
Cc: <stable@kernel.org> [v3.1+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c