summaryrefslogtreecommitdiff
path: root/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2022-06-20 12:13:55 +0200
committerMark Brown <broonie@kernel.org>2022-06-23 13:07:38 +0100
commit86156bcbca08ee32d04ca56c57ff3fce6fc5fc4b (patch)
tree41449494212689ee2052030250efa3e5ca5b0018 /sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
parent40b5c9030a87e97c00c84403902481deadd2a57b (diff)
ASoC: Intel: bdw_rt286: Reword driver name
Align with other Intel boards naming convention and let the name explicitly state which components are being connected. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Tested-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220620101402.2684366-11-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c')
-rw-r--r--sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c2
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 4e00f8f6c521..cbcb649604e5 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
@@ -23,7 +23,7 @@ EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_haswell_machines);
struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {
{
.id = "INT343A",
- .drv_name = "broadwell-audio",
+ .drv_name = "bdw_rt286",
.fw_filename = "intel/IntcSST2.bin",
.sof_tplg_filename = "sof-bdw-rt286.tplg",
},