diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2018-06-18 21:29:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-19 17:47:10 +0300 |
commit | e6d298fd4a4454dd121343323e3f00a27f8819a4 (patch) | |
tree | 9b09dc53d275319a4560b9e3a28178b52d113879 /sound/soc/intel/common/soc-acpi-intel-cnl-match.c | |
parent | 65a33883c778befcb85ef45285763fd8ac1b2ba3 (diff) | |
download | linux-e6d298fd4a4454dd121343323e3f00a27f8819a4.tar.xz |
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.c | 3 |
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", }, {}, }; |