summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2018-06-18 13:29:39 -0500
committerMark Brown <broonie@kernel.org>2018-06-19 15:47:10 +0100
commite6d298fd4a4454dd121343323e3f00a27f8819a4 (patch)
tree9b09dc53d275319a4560b9e3a28178b52d113879 /sound/soc/intel/common/soc-acpi-intel-cnl-match.c
parent65a33883c778befcb85ef45285763fd8ac1b2ba3 (diff)
downloadlinux-stable-e6d298fd4a4454dd121343323e3f00a27f8819a4.tar.gz
linux-stable-e6d298fd4a4454dd121343323e3f00a27f8819a4.tar.bz2
linux-stable-e6d298fd4a4454dd121343323e3f00a27f8819a4.zip
ASoC: Intel: common: add firmware/topology information for SOF
No functionality change for Skylake driver, add relevant names needed by SOF for BXT/APL, GLK and CNL. 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/common/soc-acpi-intel-cnl-match.c')
-rw-r--r--sound/soc/intel/common/soc-acpi-intel-cnl-match.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
index b83ee053d417..ec8e28e7b937 100644
--- a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
@@ -20,6 +20,9 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[] = {
.drv_name = "cnl_rt274",
.fw_filename = "intel/dsp_fw_cnl.bin",
.pdata = &cnl_pdata,
+ .sof_fw_filename = "intel/sof-cnl.ri",
+ .sof_tplg_filename = "intel/sof-cnl-rt274.tplg",
+ .asoc_plat_name = "0000:00:1f.3",
},
{},
};