mirror of
https://github.com/adulau/aha.git
synced 2024-12-31 21:26:18 +00:00
[ALSA] hda: fix sigmatel 9227/8/9 codec support
SigmaTel 9227/8/9 IDs must use the 927x patch. Signed-off-by: Matt Porter <mporter@embeddedalley.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
302e9c5af4
commit
22a27c7f8d
1 changed files with 6 additions and 6 deletions
|
@ -1525,12 +1525,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 = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
|
||||
{ .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
|
||||
{ .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
|
||||
{ .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
|
||||
{ .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
|
||||
{ .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
|
||||
{ .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
|
||||
{ .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
|
||||
{ .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
|
||||
|
|
Loading…
Reference in a new issue