diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-06 12:46:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-12 09:31:09 -0800 |
commit | b41654f7da50219b23adc992bba60f83503ae836 (patch) | |
tree | 816ffebd62d492b1c39bd54df614e4fdcdcbcca4 /sound | |
parent | 55cf10d98cee900d474af388b375ac1a2031cb00 (diff) |
ALSA: hda - Add missing COEF initialization for ALC887
commit 4a5a4c56b443a213fa9c2ad27984a8681a3d7087 upstream.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@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 aa7dc03921f8..604108b988c5 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -948,6 +948,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); |