[PATCH] [UBUNTU:sound/pci/hda/] Use the proper codec patch for SigmaTel 922[7-9] (patch_sigmatel)
crimsun at fungus.sh.nu
crimsun at fungus.sh.nu
Fri Jul 7 01:11:44 UTC 2006
Subject: [PATCH] [UBUNTU:sound/pci/hda/] Use the proper codec patch for SigmaTel 922[7-9] (patch_sigmatel)
UpstreamStatus: Added in upstream alsa-kernel hg changeset bd03b0de1d01
http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=bd03b0de1d01ae6a211f3482427132edd3ab2153;style=raw
Fix the SigmaTel 922[7-9]s to use the 927x codec patch, not the 922x.
This patch is tailored for Dapper's Linux source and will be fuzzy for Edgy's.
Signed-off-by: Matt Porter <mporter at embeddedalley.com>
Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
sound/pci/hda/patch_sigmatel.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
2b0a5128cca2b2ab334d3ceb32a4191c6f1da6f5
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 15d7ba3..4302de6 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1516,12 +1516,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 },
--
1.1.3
--
Daniel T. Chen crimsun at ubuntu.com
GPG key: www.sh.nu/~crimsun/pubkey.gpg.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20060706/61cd1ba1/attachment.sig>
More information about the kernel-team
mailing list