diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-06 12:45:52 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-12 09:31:09 -0800 |
commit | 7d0d945cb88c128fa2f70c838a93f9058443df65 (patch) | |
tree | f7d60a59521603d04a5237e506ff7cb48c103959 /sound | |
parent | b41654f7da50219b23adc992bba60f83503ae836 (diff) |
ALSA: hda - Add missing initialization for ALC272
commit c6e8f2daadc6d61a32b7486a1058c8f1f9baa499 upstream.
ALC272 needs EAPD for speaker outputs as well as other similar ALC
codecs.
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 604108b988c5..cbbdd8cacfcf 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -920,6 +920,7 @@ do_sku: case 0x10ec0267: case 0x10ec0268: case 0x10ec0269: + case 0x10ec0272: case 0x10ec0660: case 0x10ec0662: case 0x10ec0663: |