summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom
diff options
context:
space:
mode:
authorPierre-Louis Bossart2017-01-26 21:09:39 +0100
committerMark Brown2017-01-31 21:12:31 +0100
commite1d06914542a198a6ab3d41b9d7f5d62dd744f8b (patch)
treea3881e727503b643e6446e644fae0e0290eeeb3f /sound/soc/intel/atom
parentASoC: rt5645: add support for RT5648 (diff)
downloadkernel-qcow2-linux-e1d06914542a198a6ab3d41b9d7f5d62dd744f8b.tar.gz
kernel-qcow2-linux-e1d06914542a198a6ab3d41b9d7f5d62dd744f8b.tar.xz
kernel-qcow2-linux-e1d06914542a198a6ab3d41b9d7f5d62dd744f8b.zip
ASoC: Intel: Atom: add machine driver for baytrail-rt5645 hardware
Use machine driver initially defined for CherryTrail 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')
-rw-r--r--sound/soc/intel/atom/sst/sst_acpi.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index 0699ce511755..4c0b89ec42e0 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -445,6 +445,12 @@ static struct sst_acpi_mach sst_acpi_bytcr[] = {
&byt_rvp_platform_data },
{"10EC5651", "bytcr_rt5651", "intel/fw_sst_0f28.bin", "bytcr_rt5651", NULL,
&byt_rvp_platform_data },
+ /* some Baytrail platforms rely on RT5645, use CHT machine driver */
+ {"10EC5645", "cht-bsw-rt5645", "intel/fw_sst_0f28.bin", "cht-bsw", NULL,
+ &byt_rvp_platform_data },
+ {"10EC5648", "cht-bsw-rt5645", "intel/fw_sst_0f28.bin", "cht-bsw", NULL,
+ &byt_rvp_platform_data },
+
{},
};