]> git.baikalelectronics.ru Git - kernel.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)
commit94e3ad7b2f1eb73799e6e24ab617459760d28e2f
tree1dc1396cb1ed3add3ba94aa9f01a6bad332c5d79
parent65fe07ee10b944a0361cb2d050e350b40a4d10c2
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