diff options
| author | Bard liao <[email protected]> | 2018-11-01 16:34:53 -0500 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-11-06 17:24:52 +0000 |
| commit | 97bb91ae2f3325fd06ea2c28fb8b5b4e023b4b5d (patch) | |
| tree | 7e64034cc2b39e03adf3a108f0f27c0851a93e6c | |
| parent | 972b0d456e645ea8fd3fdc70f95f0e41c27c0870 (diff) | |
ASoC: Intel: common: add SOF information for APL RVP
Add firmware/topology information for APL RVP
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Bard liao <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
| -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", |