diff options
author | Kailang Yang <kailang@realtek.com> | 2015-05-05 15:02:42 +0800 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2015-06-10 13:42:04 -0400 |
commit | 3b31a80e772b336379c4e77f60322e571c7af4bf (patch) | |
tree | fd1f506ea239294333ca82ff8549e5c9b836909c /sound | |
parent | b157594cbacd1cf52298f3ef9c486a0de1656161 (diff) | |
download | lwn-3b31a80e772b336379c4e77f60322e571c7af4bf.tar.gz lwn-3b31a80e772b336379c4e77f60322e571c7af4bf.zip |
ALSA: hda/realtek - Add ALC298 alias name for Dell
[ Upstream commit 2c674fac5b1603c6a2aacc88116e3fbc75ebd799 ]
Add ALC3266 for Dell platform.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
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 9ef14d8c6346..eb498aa825fd 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -880,6 +880,7 @@ static struct alc_codec_rename_pci_table rename_pci_tbl[] = { { 0x10ec0668, 0x1028, 0, "ALC3661" }, { 0x10ec0275, 0x1028, 0, "ALC3260" }, { 0x10ec0899, 0x1028, 0, "ALC3861" }, + { 0x10ec0298, 0x1028, 0, "ALC3266" }, { 0x10ec0670, 0x1025, 0, "ALC669X" }, { 0x10ec0676, 0x1025, 0, "ALC679X" }, { 0x10ec0282, 0x1043, 0, "ALC3229" }, |