diff options
author | Sasha Khapyorsky <sashak@alsa-project.org> | 2006-09-26 15:27:38 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-10-06 20:22:54 +0200 |
commit | 476d1205d182e12a74f4197ccc9092ea6a80e15b (patch) | |
tree | e9523ace9a25ee691a6702e6fb690ceedce8171b /sound | |
parent | 0cd61b68c340a4f901a06e8bb5e0dea4353161c0 (diff) | |
download | linux-3.10-476d1205d182e12a74f4197ccc9092ea6a80e15b.tar.gz linux-3.10-476d1205d182e12a74f4197ccc9092ea6a80e15b.tar.bz2 linux-3.10-476d1205d182e12a74f4197ccc9092ea6a80e15b.zip |
[ALSA] hda/patch_si3054: new codec vendor IDs
There are additional IDs for Si3054 codec based HDA modems. Most of
them were discovered on discuss@linmodems.org list - Thanks to MarvS
and all linmodems.org folks.
Signed-off-by: Sasha Khapyorsky <sashak@alsa-project.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_si3054.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_si3054.c b/sound/pci/hda/patch_si3054.c index 76ec3d75fa9..cc87dff1eb5 100644 --- a/sound/pci/hda/patch_si3054.c +++ b/sound/pci/hda/patch_si3054.c @@ -297,8 +297,13 @@ static int patch_si3054(struct hda_codec *codec) struct hda_codec_preset snd_hda_preset_si3054[] = { { .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 }, { .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 }, + { .id = 0x11c11040, .name = "Si3054", .patch = patch_si3054 }, { .id = 0x11c13026, .name = "Si3054", .patch = patch_si3054 }, + { .id = 0x11c13055, .name = "Si3054", .patch = patch_si3054 }, + { .id = 0x11c13155, .name = "Si3054", .patch = patch_si3054 }, + { .id = 0x10573055, .name = "Si3054", .patch = patch_si3054 }, { .id = 0x10573057, .name = "Si3054", .patch = patch_si3054 }, + { .id = 0x10573155, .name = "Si3054", .patch = patch_si3054 }, {} }; |