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:50:32 -0800 |
commit | ef98a303252826c2d80f5ba8a77b63f03b40b394 (patch) | |
tree | cf41fb33ec8c9eb3fb4071b8474004b2752a1a1c | |
parent | 461be641bda481770179d8dce7775caa6882535d (diff) | |
download | linux-stable-ef98a303252826c2d80f5ba8a77b63f03b40b394.tar.gz |
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>
-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 a225ea867175..4c8961aeb315 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -967,6 +967,7 @@ do_sku: case 0x10ec0267: case 0x10ec0268: case 0x10ec0269: + case 0x10ec0272: case 0x10ec0660: case 0x10ec0662: case 0x10ec0663: |