diff options
author | Matt Porter <mporter@embeddedalley.com> | 2006-05-03 08:08:33 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 15:33:25 -0400 |
commit | a59524faf3a2050e14a1c9038eb006ce96025394 (patch) | |
tree | e4af56b4c6a0a5521bfe04cafb871bdc80b5c8e9 /sound | |
parent | a9393d70e564e4afe0333b1e26dda48af8b9305e (diff) |
[ALSA] hda: add sigmatel 9227/9228/9229 ids
Adds support for the 9227/9228/9229 sigmatel hda codecs.
Signed-off-by: Matt Porter <mporter@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index d8622951c3d3..6d8224dc033b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1370,6 +1370,12 @@ struct hda_codec_preset snd_hda_preset_sigmatel[] = { | |||
1370 | { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x }, | 1370 | { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x }, |
1371 | { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x }, | 1371 | { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x }, |
1372 | { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x }, | 1372 | { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x }, |
1373 | { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac922x }, | ||
1374 | { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac922x }, | ||
1375 | { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac922x }, | ||
1376 | { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac922x }, | ||
1377 | { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac922x }, | ||
1378 | { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac922x }, | ||
1373 | { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x }, | 1379 | { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x }, |
1374 | { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x }, | 1380 | { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x }, |
1375 | { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x }, | 1381 | { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x }, |