From: Takashi Iwai Date: Fri, 6 Feb 2009 11:46:59 +0000 (+0100) Subject: ALSA: hda - Add missing COEF initialization for ALC887 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a5a4c56b443a213fa9c2ad27984a8681a3d7087;p=linux-beck.git ALSA: hda - Add missing COEF initialization for ALC887 Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index ac1a6e728430..ae5c8a0d1479 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);