summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst/sst_acpi.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart2016-01-05 00:20:29 +0100
committerMark Brown2016-01-05 14:06:22 +0100
commit7762ef42d804050ae0ad3b99a2e407f50e039a1c (patch)
tree9ebfc71a706b36fae43835c869cb4109f1f066de /sound/soc/intel/atom/sst/sst_acpi.c
parentASoC: Intel: bytcr_rt5640: fixup DAI codec_name with HID (diff)
downloadkernel-qcow2-linux-7762ef42d804050ae0ad3b99a2e407f50e039a1c.tar.gz
kernel-qcow2-linux-7762ef42d804050ae0ad3b99a2e407f50e039a1c.tar.xz
kernel-qcow2-linux-7762ef42d804050ae0ad3b99a2e407f50e039a1c.zip
ASoC: Intel: Atom: add support for RT5642
The machine driver is not loaded when the BIOS uses the 10EC5642 _HID. Add it to the white list of known _HIDs, codec_name is already taken care of by previous commit Tested on Asus T100TAF. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_acpi.c')
-rw-r--r--sound/soc/intel/atom/sst/sst_acpi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index f61e53106339..510826f497c4 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -323,6 +323,8 @@ static int sst_acpi_remove(struct platform_device *pdev)
static struct sst_acpi_mach sst_acpi_bytcr[] = {
{"10EC5640", "bytcr_rt5640", "intel/fw_sst_0f28.bin", "bytcr_rt5640", NULL,
&byt_rvp_platform_data },
+ {"10EC5642", "bytcr_rt5640", "intel/fw_sst_0f28.bin", "bytcr_rt5640", NULL,
+ &byt_rvp_platform_data },
{"10EC5651", "bytcr_rt5651", "intel/fw_sst_0f28.bin", "bytcr_rt5651", NULL,
&byt_rvp_platform_data },