[ALSA] hda-codec - Fix the initial mixer state of ALC262 sony-assamd model
authorTakashi Iwai <tiwai@suse.de>
Thu, 26 Jul 2007 09:49:22 +0000 (11:49 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 13:58:01 +0000 (15:58 +0200)
commit5b31954e4b364f811450311e3b31d3512e575f63
tree063e5493ec0309c6686c7c3f809cac52038f908c
parentb87c464ea2c27005f592aaf351af40989f90f574
[ALSA] hda-codec - Fix the initial mixer state of ALC262 sony-assamd model

Many of ALC262 codes don't call the automute function at the beginning,
which may keep the silence until the HP jack is replugged.  Now proper
init_hook is added.
Also, sony-assamd model doesn't handle the widget 0x14 properly, thus
calling automute isn't enough.  Now Front switch handles both widgets.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/hda/patch_realtek.c