summaryrefslogtreecommitdiffstats
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:48 +0200
committerMark Brown <broonie@kernel.org>2022-06-23 13:07:31 +0100
commita69615e81709da0ff1f035886e8b3faf6125cd22 (patch)
tree86db7e1b02c90f5e5b0802347097d81bb395a099 /sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
parent675002b6ca9132445e340bd106297d584e44fc9a (diff)
downloadlinux-stable-a69615e81709da0ff1f035886e8b3faf6125cd22.tar.gz
linux-stable-a69615e81709da0ff1f035886e8b3faf6125cd22.tar.bz2
linux-stable-a69615e81709da0ff1f035886e8b3faf6125cd22.zip
ASoC: Intel: hsw_rt5640: 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-4-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.c4
1 files changed, 2 insertions, 2 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 0441df97b260..4e00f8f6c521 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
@@ -12,7 +12,7 @@
struct snd_soc_acpi_mach snd_soc_acpi_intel_haswell_machines[] = {
{
.id = "INT33CA",
- .drv_name = "haswell-audio",
+ .drv_name = "hsw_rt5640",
.fw_filename = "intel/IntcSST1.bin",
.sof_tplg_filename = "sof-hsw.tplg",
},
@@ -41,7 +41,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {
},
{
.id = "INT33CA",
- .drv_name = "haswell-audio",
+ .drv_name = "hsw_rt5640",
.fw_filename = "intel/IntcSST2.bin",
.sof_tplg_filename = "sof-bdw-rt5640.tplg",
},