diff options
author | Kailang Yang <kailang@realtek.com> | 2015-05-25 17:16:49 +0800 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2015-06-10 13:42:07 -0400 |
commit | 57840018977554f398f9048b14dc5f3ad937b075 (patch) | |
tree | 4190467c9b590781d2c96dde02a21ce02ddf9943 /sound | |
parent | 8401fbb6e3a413be23ec042fbb92e0cd6d3bec4a (diff) |
ALSA: hda/realtek - Add ALC256 alias name for Dell
[ Upstream commit 823245026ead28a244cb9df5ae79b511da128606 ]
Add ALC3246 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 160b854b1c40..fe9c111caf2a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -881,6 +881,7 @@ static struct alc_codec_rename_pci_table rename_pci_tbl[] = { { 0x10ec0275, 0x1028, 0, "ALC3260" }, { 0x10ec0899, 0x1028, 0, "ALC3861" }, { 0x10ec0298, 0x1028, 0, "ALC3266" }, + { 0x10ec0256, 0x1028, 0, "ALC3246" }, { 0x10ec0670, 0x1025, 0, "ALC669X" }, { 0x10ec0676, 0x1025, 0, "ALC679X" }, { 0x10ec0282, 0x1043, 0, "ALC3229" }, |