diff options
author | Kailang Yang <kailang@realtek.com> | 2015-05-25 17:16:49 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-26 08:30:38 +0200 |
commit | 823245026ead28a244cb9df5ae79b511da128606 (patch) | |
tree | 18afdaeb3c1ee609a975a71dd5eacf20536228b3 /sound/pci/hda/patch_realtek.c | |
parent | 3530febb5c7636f6b26d15637f68296804d26491 (diff) | |
download | op-kernel-dev-823245026ead28a244cb9df5ae79b511da128606.zip op-kernel-dev-823245026ead28a244cb9df5ae79b511da128606.tar.gz |
ALSA: hda/realtek - Add ALC256 alias name for Dell
Add ALC3246 for Dell platform.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-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 31f8f13..fc0ccc7 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -884,6 +884,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" }, |