* [PATCH] hda: fix sigmatel 9227/8/9 codec support
@ 2006-07-06 16:48 Matt Porter
2006-07-06 16:49 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Matt Porter @ 2006-07-06 16:48 UTC (permalink / raw)
To: tiwai, alsa-devel
SigmaTel 9227/8/9 IDs must use the 927x patch.
Signed-off-by: Matt Porter <mporter@embeddedalley.com>
diff -r 0f0815e642ce pci/hda/patch_sigmatel.c
--- a/pci/hda/patch_sigmatel.c Thu Jul 06 15:13:00 2006 +0200
+++ b/pci/hda/patch_sigmatel.c Thu Jul 06 09:27:10 2006 -0700
@@ -1524,12 +1524,12 @@ struct hda_codec_preset snd_hda_preset_s
{ .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 },
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] hda: fix sigmatel 9227/8/9 codec support
2006-07-06 16:48 [PATCH] hda: fix sigmatel 9227/8/9 codec support Matt Porter
@ 2006-07-06 16:49 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-07-06 16:49 UTC (permalink / raw)
To: Matt Porter; +Cc: alsa-devel
At Thu, 6 Jul 2006 11:48:31 -0500,
Matt Porter wrote:
>
> SigmaTel 9227/8/9 IDs must use the 927x patch.
>
> Signed-off-by: Matt Porter <mporter@embeddedalley.com>
Thanks, committed to HG tree now.
Takashi
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-06 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 16:48 [PATCH] hda: fix sigmatel 9227/8/9 codec support Matt Porter
2006-07-06 16:49 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.