]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Use ALC_INIT_DEFAULT for really default initialization
authorTakashi Iwai <tiwai@suse.de>
Fri, 26 Nov 2010 16:11:18 +0000 (17:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Nov 2010 16:11:18 +0000 (17:11 +0100)
commitb93c9d1deba7e1759ad3cbccabd42d4f0572dc7a
tree9d5fc243a1721406bfe2624d2285f4f842eee14c
parent6a58a98aea0d0496f343a5351369b7851bf907e1
ALSA: hda - Use ALC_INIT_DEFAULT for really default initialization

When SKU assid gives no valid bits for 0x38, the driver didn't take
any action, so far.  This resulted in the missing initialization for
external amps, etc, thus the silent output in the end.

Especially users hit this problem on ALC888 newly since 2.6.35,
where the driver doesn't force to use ALC_INIT_DEFAULT any more.

This patch sets the default initialization scheme to use
ALC_INIT_DEFAULT when no valid bits are set for SKU assid.

Reference:
https://bugzilla.redhat.com/show_bug.cgi?id=657388

Reported-and-tested-by: Kyle McMartin <kyle@redhat.com>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c