Skip to content

Commit

Permalink
[ALSA] hda: add sigmatel 9227/9228/9229 ids
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matt Porter authored and Jaroslav Kysela committed Jun 22, 2006
1 parent a9393d7 commit a59524f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,12 @@ struct hda_codec_preset snd_hda_preset_sigmatel[] = {
{ .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
{ .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
{ .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
{ .id = 0x83847618, .name = "STAC9227", .patch = patch_stac922x },
{ .id = 0x83847619, .name = "STAC9227", .patch = patch_stac922x },
{ .id = 0x83847616, .name = "STAC9228", .patch = patch_stac922x },
{ .id = 0x83847617, .name = "STAC9228", .patch = patch_stac922x },
{ .id = 0x83847614, .name = "STAC9229", .patch = patch_stac922x },
{ .id = 0x83847615, .name = "STAC9229", .patch = patch_stac922x },
{ .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
{ .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
{ .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
Expand Down

0 comments on commit a59524f

Please sign in to comment.