mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ASoC: Intel: common: fix copy/paste issue with SOF/broadwell topology file
There are two commercially-available Broadwell platforms based on I2S (Dell XPS13 and 'Samus' Pixel 2015 Chromebook). Fix a copy/paste issue to allow each platform to enable different features if needed when SOF is enabled Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
b45350135b
commit
f0d9034b29
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {
|
||||||
.drv_name = "bdw-rt5677",
|
.drv_name = "bdw-rt5677",
|
||||||
.fw_filename = "intel/IntcSST2.bin",
|
.fw_filename = "intel/IntcSST2.bin",
|
||||||
.sof_fw_filename = "intel/reef-bdw.ri",
|
.sof_fw_filename = "intel/reef-bdw.ri",
|
||||||
.sof_tplg_filename = "intel/reef-bdw-rt286.tplg",
|
.sof_tplg_filename = "intel/reef-bdw-rt5677.tplg",
|
||||||
.asoc_plat_name = "haswell-pcm-audio",
|
.asoc_plat_name = "haswell-pcm-audio",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue