diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-06 12:46:59 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-06 12:46:59 +0100 |
commit | 4a5a4c56b443a213fa9c2ad27984a8681a3d7087 (patch) | |
tree | d3fd5e29c7a16d464d6260db8ecedc67c78dfa97 /sound | |
parent | c6e8f2daadc6d61a32b7486a1058c8f1f9baa499 (diff) | |
download | linux-3.10-4a5a4c56b443a213fa9c2ad27984a8681a3d7087.tar.gz linux-3.10-4a5a4c56b443a213fa9c2ad27984a8681a3d7087.tar.bz2 linux-3.10-4a5a4c56b443a213fa9c2ad27984a8681a3d7087.zip |
ALSA: hda - Add missing COEF initialization for ALC887
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index ac1a6e72843..ae5c8a0d147 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1066,6 +1066,7 @@ do_sku: case 0x10ec0882: case 0x10ec0883: case 0x10ec0885: + case 0x10ec0887: case 0x10ec0889: snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 7); |