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-bxt-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-bxt-match.c')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-bxt-match.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-bxt-match.c b/sound/soc/intel/common/soc-acpi-intel-bxt-match.c index 569f1de97e82..50869eddbb3b 100644 --- a/sound/soc/intel/common/soc-acpi-intel-bxt-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-bxt-match.c @@ -26,6 +26,9 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = { .fw_filename = "intel/dsp_fw_bxtn.bin", .machine_quirk = snd_soc_acpi_codec_list, .quirk_data = &bxt_codecs, + .sof_fw_filename = "intel/sof-apl.ri", + .sof_tplg_filename = "intel/sof-apl-da7219.tplg", + .asoc_plat_name = "0000:00:0e.0", }, {}, }; |