diff options
author | Kailang Yang <kailang@realtek.com> | 2015-05-05 03:02:42 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-05 08:51:44 -0400 |
commit | 2c674fac5b1603c6a2aacc88116e3fbc75ebd799 (patch) | |
tree | 60d710726b9b317ffbc2b98abc0068d5408c60a6 /sound/pci | |
parent | ec6bfca835b61df360881c1bf89268f69fed2a61 (diff) |
ALSA: hda/realtek - Add ALC298 alias name for Dell
Add ALC3266 for Dell platform.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-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 516a0da6c080..4a0a238c9864 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -883,6 +883,7 @@ static struct alc_codec_rename_pci_table rename_pci_tbl[] = { | |||
883 | { 0x10ec0668, 0x1028, 0, "ALC3661" }, | 883 | { 0x10ec0668, 0x1028, 0, "ALC3661" }, |
884 | { 0x10ec0275, 0x1028, 0, "ALC3260" }, | 884 | { 0x10ec0275, 0x1028, 0, "ALC3260" }, |
885 | { 0x10ec0899, 0x1028, 0, "ALC3861" }, | 885 | { 0x10ec0899, 0x1028, 0, "ALC3861" }, |
886 | { 0x10ec0298, 0x1028, 0, "ALC3266" }, | ||
886 | { 0x10ec0670, 0x1025, 0, "ALC669X" }, | 887 | { 0x10ec0670, 0x1025, 0, "ALC669X" }, |
887 | { 0x10ec0676, 0x1025, 0, "ALC679X" }, | 888 | { 0x10ec0676, 0x1025, 0, "ALC679X" }, |
888 | { 0x10ec0282, 0x1043, 0, "ALC3229" }, | 889 | { 0x10ec0282, 0x1043, 0, "ALC3229" }, |