diff options
author | Kailang Yang <kailang@realtek.com> | 2014-06-06 04:46:43 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-06 08:35:59 -0400 |
commit | e6e5f7adc9cb357a543b75ebb9a78d68275b8e92 (patch) | |
tree | 0a9ae0c0161544ab788765e6d1672d6257df710e /sound | |
parent | 92f974df346013160481324c39851e7ea9ce482a (diff) |
ALSA: hda/realtek - Add more codec rename
Some vendor has special bonding options.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index e097e80f1380..ce9bda895b97 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -929,6 +929,7 @@ struct alc_codec_rename_pci_table { | |||
929 | }; | 929 | }; |
930 | 930 | ||
931 | static struct alc_codec_rename_table rename_tbl[] = { | 931 | static struct alc_codec_rename_table rename_tbl[] = { |
932 | { 0x10ec0221, 0xf00f, 0x1003, "ALC231" }, | ||
932 | { 0x10ec0269, 0xfff0, 0x3010, "ALC277" }, | 933 | { 0x10ec0269, 0xfff0, 0x3010, "ALC277" }, |
933 | { 0x10ec0269, 0xf0f0, 0x2010, "ALC259" }, | 934 | { 0x10ec0269, 0xf0f0, 0x2010, "ALC259" }, |
934 | { 0x10ec0269, 0xf0f0, 0x3010, "ALC258" }, | 935 | { 0x10ec0269, 0xf0f0, 0x3010, "ALC258" }, |
@@ -937,6 +938,7 @@ static struct alc_codec_rename_table rename_tbl[] = { | |||
937 | { 0x10ec0269, 0xffff, 0x6023, "ALC281X" }, | 938 | { 0x10ec0269, 0xffff, 0x6023, "ALC281X" }, |
938 | { 0x10ec0269, 0x00f0, 0x0020, "ALC269VC" }, | 939 | { 0x10ec0269, 0x00f0, 0x0020, "ALC269VC" }, |
939 | { 0x10ec0269, 0x00f0, 0x0030, "ALC269VD" }, | 940 | { 0x10ec0269, 0x00f0, 0x0030, "ALC269VD" }, |
941 | { 0x10ec0662, 0xffff, 0x4020, "ALC656" }, | ||
940 | { 0x10ec0887, 0x00f0, 0x0030, "ALC887-VD" }, | 942 | { 0x10ec0887, 0x00f0, 0x0030, "ALC887-VD" }, |
941 | { 0x10ec0888, 0x00f0, 0x0030, "ALC888-VD" }, | 943 | { 0x10ec0888, 0x00f0, 0x0030, "ALC888-VD" }, |
942 | { 0x10ec0888, 0xf0f0, 0x3020, "ALC886" }, | 944 | { 0x10ec0888, 0xf0f0, 0x3020, "ALC886" }, |
@@ -956,6 +958,19 @@ static struct alc_codec_rename_pci_table rename_pci_tbl[] = { | |||
956 | { 0x10ec0293, 0x1028, 0, "ALC3235" }, | 958 | { 0x10ec0293, 0x1028, 0, "ALC3235" }, |
957 | { 0x10ec0255, 0x1028, 0, "ALC3234" }, | 959 | { 0x10ec0255, 0x1028, 0, "ALC3234" }, |
958 | { 0x10ec0668, 0x1028, 0, "ALC3661" }, | 960 | { 0x10ec0668, 0x1028, 0, "ALC3661" }, |
961 | { 0x10ec0275, 0x1028, 0, "ALC3260" }, | ||
962 | { 0x10ec0899, 0x1028, 0, "ALC3861" }, | ||
963 | { 0x10ec0670, 0x1025, 0, "ALC669X" }, | ||
964 | { 0x10ec0676, 0x1025, 0, "ALC679X" }, | ||
965 | { 0x10ec0282, 0x1043, 0, "ALC3229" }, | ||
966 | { 0x10ec0233, 0x1043, 0, "ALC3236" }, | ||
967 | { 0x10ec0280, 0x103c, 0, "ALC3228" }, | ||
968 | { 0x10ec0282, 0x103c, 0, "ALC3227" }, | ||
969 | { 0x10ec0286, 0x103c, 0, "ALC3242" }, | ||
970 | { 0x10ec0290, 0x103c, 0, "ALC3241" }, | ||
971 | { 0x10ec0668, 0x103c, 0, "ALC3662" }, | ||
972 | { 0x10ec0283, 0x17aa, 0, "ALC3239" }, | ||
973 | { 0x10ec0292, 0x17aa, 0, "ALC3232" }, | ||
959 | { } /* terminator */ | 974 | { } /* terminator */ |
960 | }; | 975 | }; |
961 | 976 | ||