Skip to content

Commit f0d9034

Browse files
plbossartbroonie
authored andcommitted
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>
1 parent b453501 commit f0d9034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {
4545
.drv_name = "bdw-rt5677",
4646
.fw_filename = "intel/IntcSST2.bin",
4747
.sof_fw_filename = "intel/reef-bdw.ri",
48-
.sof_tplg_filename = "intel/reef-bdw-rt286.tplg",
48+
.sof_tplg_filename = "intel/reef-bdw-rt5677.tplg",
4949
.asoc_plat_name = "haswell-pcm-audio",
5050
},
5151
{

0 commit comments

Comments
 (0)