diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2018-06-18 13:29:42 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-19 15:47:18 +0100 |
commit | f0d9034b290d8bad590e843c2a1081eb47d813ad (patch) | |
tree | 61d1b9ccd2fde1c41e981911cedc42d6070c63ef /sound/soc/intel/common | |
parent | b45350135b9241b64cc91ccc8dddca2ee4dc25d7 (diff) | |
download | linux-f0d9034b290d8bad590e843c2a1081eb47d813ad.tar.gz linux-f0d9034b290d8bad590e843c2a1081eb47d813ad.tar.bz2 linux-f0d9034b290d8bad590e843c2a1081eb47d813ad.zip |
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>
Diffstat (limited to 'sound/soc/intel/common')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c b/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c index e0e8c8c27528..53e7acdfbb81 100644 --- a/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c @@ -45,7 +45,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = { .drv_name = "bdw-rt5677", .fw_filename = "intel/IntcSST2.bin", .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", }, { |