aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorKailang Yang <kailang@realtek.com>2014-04-23 16:06:13 +0800
committerTakashi Iwai <tiwai@suse.de>2014-04-28 12:17:50 +0200
commit193177de4ff8b7b8a654b198611ba774c345f15c (patch)
tree6eba63097f2828fe443d20295ba309a3363a7d83 /sound/pci/hda
parentALSA: lx_core: Translate comments from french to english (diff)
downloadlinux-dev-193177de4ff8b7b8a654b198611ba774c345f15c.tar.xz
linux-dev-193177de4ff8b7b8a654b198611ba774c345f15c.zip
ALSA: hda/realtek - Add two codecs alias name for Dell
Add ALC3235 ALC3263. Signed-off-by: Kailang Yang <kailang@realtek.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f7766febaebe..cb3da21448f1 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -951,7 +951,9 @@ static struct alc_codec_rename_pci_table rename_pci_tbl[] = {
{ 0x10ec0280, 0x1028, 0, "ALC3220" },
{ 0x10ec0282, 0x1028, 0, "ALC3221" },
{ 0x10ec0283, 0x1028, 0, "ALC3223" },
+ { 0x10ec0288, 0x1028, 0, "ALC3263" },
{ 0x10ec0292, 0x1028, 0, "ALC3226" },
+ { 0x10ec0293, 0x1028, 0, "ALC3235" },
{ 0x10ec0255, 0x1028, 0, "ALC3234" },
{ 0x10ec0668, 0x1028, 0, "ALC3661" },
{ } /* terminator */