diff options
author | Bard liao <bard.liao@intel.com> | 2018-11-01 16:34:53 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-06 17:24:52 +0000 |
commit | 97bb91ae2f3325fd06ea2c28fb8b5b4e023b4b5d (patch) | |
tree | 7e64034cc2b39e03adf3a108f0f27c0851a93e6c /sound/soc/intel/common/soc-acpi-intel-bxt-match.c | |
parent | 972b0d456e645ea8fd3fdc70f95f0e41c27c0870 (diff) | |
download | linux-97bb91ae2f3325fd06ea2c28fb8b5b4e023b4b5d.tar.bz2 |
ASoC: Intel: common: add SOF information for APL RVP
Add firmware/topology information for APL RVP
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bard liao <bard.liao@intel.com>
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 f39386e540d3..2756fa4ab552 100644 --- a/sound/soc/intel/common/soc-acpi-intel-bxt-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-bxt-match.c @@ -19,6 +19,9 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = { .id = "INT343A", .drv_name = "bxt_alc298s_i2s", .fw_filename = "intel/dsp_fw_bxtn.bin", + .sof_fw_filename = "intel/sof-apl.ri", + .sof_tplg_filename = "intel/sof-apl-rt298.tplg", + .asoc_plat_name = "0000:00:0e.0", }, { .id = "DLGS7219", |