diff options
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-byt-match.c')
| -rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-byt-match.c | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-byt-match.c b/sound/soc/intel/common/soc-acpi-intel-byt-match.c index 55e80c3d2af0..b94b482ac34f 100644 --- a/sound/soc/intel/common/soc-acpi-intel-byt-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-byt-match.c @@ -225,6 +225,14 @@ struct snd_soc_acpi_mach  snd_soc_acpi_intel_baytrail_machines[] = {  		.sof_fw_filename = "sof-byt.ri",  		.sof_tplg_filename = "sof-byt-max98090.tplg",  	}, +	{ +		.id = "14F10720", +		.drv_name = "bytcht_cx2072x", +		.fw_filename = "intel/fw_sst_0f28.bin", +		.board = "bytcht_cx2072x", +		.sof_fw_filename = "sof-byt.ri", +		.sof_tplg_filename = "sof-byt-cx2072x.tplg", +	},  #if IS_ENABLED(CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH)  	/*  	 * This is always last in the table so that it is selected only when  | 
