* [PATCH] ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail
@ 2015-01-23 12:15 Jarkko Nikula
2015-01-26 19:17 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Nikula @ 2015-01-23 12:15 UTC (permalink / raw)
To: alsa-devel
Cc: Oder Chiou, Bard Liao, Mark Brown, Jarkko Nikula, Liam Girdwood
Asus T100TAF uses ACPI ID "10EC5642" for its audio codec. I suppose it is
updated ACPI ID for the RT5642 codec since some earlier platforms are using
"10EC5640" with the RT5642 too.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Cc: Bard Liao <bardliao@realtek.com>
Cc: Oder Chiou <oder_chiou@realtek.com>
---
ACPI ID found from the DSDT table of Asus T100TAF. This makes the rt5640
codec driver probing but the audio itself is not working due a bit different
ACPI data and perhaps HW differences too compared to for instance Asus
T100TA.
---
sound/soc/codecs/rt5640.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c
index b386958de042..178e55d4d481 100644
--- a/sound/soc/codecs/rt5640.c
+++ b/sound/soc/codecs/rt5640.c
@@ -2125,6 +2125,7 @@ MODULE_DEVICE_TABLE(of, rt5640_of_match);
static struct acpi_device_id rt5640_acpi_match[] = {
{ "INT33CA", 0 },
{ "10EC5640", 0 },
+ { "10EC5642", 0 },
{ },
};
MODULE_DEVICE_TABLE(acpi, rt5640_acpi_match);
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail
2015-01-23 12:15 [PATCH] ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail Jarkko Nikula
@ 2015-01-26 19:17 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-01-26 19:17 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: Oder Chiou, Bard Liao, alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 269 bytes --]
On Fri, Jan 23, 2015 at 02:15:30PM +0200, Jarkko Nikula wrote:
> Asus T100TAF uses ACPI ID "10EC5642" for its audio codec. I suppose it is
> updated ACPI ID for the RT5642 codec since some earlier platforms are using
> "10EC5640" with the RT5642 too.
Applied, thanks.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-26 19:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 12:15 [PATCH] ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail Jarkko Nikula
2015-01-26 19:17 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).