mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
ASoC: Intel: common: add ACPI match for CannonLake
MX98373 is used on some CNL boards Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
61302c063a
commit
e7b326c20e
|
|
@ -24,6 +24,15 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[] = {
|
|||
.sof_tplg_filename = "intel/sof-cnl-rt274.tplg",
|
||||
.asoc_plat_name = "0000:00:1f.3",
|
||||
},
|
||||
{
|
||||
.id = "MX98373",
|
||||
.drv_name = "cnl_max98373",
|
||||
.fw_filename = "intel/dsp_fw_cnl.bin",
|
||||
.pdata = &cnl_pdata,
|
||||
.sof_fw_filename = "intel/sof-cnl.ri",
|
||||
.sof_tplg_filename = "intel/sof-cnl.tplg",
|
||||
.asoc_plat_name = "0000:00:0e.0",
|
||||
},
|
||||
{},
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cnl_machines);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user