diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-05-23 17:52:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-05-24 18:23:49 +0200 |
commit | 20a3a05dd66ad0f678a587688cc85f0b36869876 (patch) | |
tree | 4b6dd650513cc79b87b5a044afe4c350d731136f /sound | |
parent | bc9b56238eedda865070dcaed6694d65b517c8d6 (diff) | |
download | op-kernel-dev-20a3a05dd66ad0f678a587688cc85f0b36869876.zip op-kernel-dev-20a3a05dd66ad0f678a587688cc85f0b36869876.tar.gz |
[ALSA] hda - Fix COEF and EAPD in ALC889 auto-configuration mode
Fix the missing COEF and EAPD initialization in ALC889 auto-configuration
mode.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 864b2f5..d42864a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -853,6 +853,7 @@ do_sku: case 0x10ec0269: case 0x10ec0862: case 0x10ec0662: + case 0x10ec0889: snd_hda_codec_write(codec, 0x14, 0, AC_VERB_SET_EAPD_BTLENABLE, 2); snd_hda_codec_write(codec, 0x15, 0, @@ -877,6 +878,7 @@ do_sku: case 0x10ec0883: case 0x10ec0885: case 0x10ec0888: + case 0x10ec0889: snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 7); tmp = snd_hda_codec_read(codec, 0x20, 0, |