diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-06 12:45:52 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-06 12:45:52 +0100 |
commit | c6e8f2daadc6d61a32b7486a1058c8f1f9baa499 (patch) | |
tree | f1242c3d12f35dd17739b71da01a0c9236b74a25 | |
parent | e8c0ee5d77ec0f144c753a622c67dd96fa195d50 (diff) | |
download | linux-3.10-c6e8f2daadc6d61a32b7486a1058c8f1f9baa499.tar.gz linux-3.10-c6e8f2daadc6d61a32b7486a1058c8f1f9baa499.tar.bz2 linux-3.10-c6e8f2daadc6d61a32b7486a1058c8f1f9baa499.zip |
ALSA: hda - Add missing initialization for ALC272
ALC272 needs EAPD for speaker outputs as well as other similar ALC
codecs.
Signed-off-by: Takashi Iwai <tiwai@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 a3baa33aedf..ac1a6e72843 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1037,6 +1037,7 @@ do_sku: case 0x10ec0267: case 0x10ec0268: case 0x10ec0269: + case 0x10ec0272: case 0x10ec0660: case 0x10ec0662: case 0x10ec0663: |