diff options
author | Kailang Yang <kailang@realtek.com> | 2014-06-06 17:05:33 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-06 14:35:53 +0200 |
commit | 92f974df346013160481324c39851e7ea9ce482a (patch) | |
tree | 36b87eca448d7b2dee406c300b14bac11d2ebbf1 /sound | |
parent | 560b92779cb8748fbf01436b19b1269b6193819b (diff) | |
download | linux-92f974df346013160481324c39851e7ea9ce482a.tar.bz2 |
ALSA: hda/realtek - New vendor ID for ALC233
This is compatible with ALC255.
It is use for Lenovo.
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 | 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 2d698c0f6764..e097e80f1380 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6225,6 +6225,7 @@ static const struct hda_codec_preset snd_hda_preset_realtek[] = { { .id = 0x10ec0221, .name = "ALC221", .patch = patch_alc269 }, { .id = 0x10ec0231, .name = "ALC231", .patch = patch_alc269 }, { .id = 0x10ec0233, .name = "ALC233", .patch = patch_alc269 }, + { .id = 0x10ec0235, .name = "ALC233", .patch = patch_alc269 }, { .id = 0x10ec0255, .name = "ALC255", .patch = patch_alc269 }, { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 }, { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 }, |