Commit a69615e8 authored by Cezary Rojewski's avatar Cezary Rojewski Committed by Mark Brown

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: default avatarCezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: default avatarAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Tested-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220620101402.2684366-4-cezary.rojewski@intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 675002b6
...@@ -188,7 +188,7 @@ static int hsw_rt5640_probe(struct platform_device *pdev) ...@@ -188,7 +188,7 @@ static int hsw_rt5640_probe(struct platform_device *pdev)
static struct platform_driver hsw_rt5640_driver = { static struct platform_driver hsw_rt5640_driver = {
.probe = hsw_rt5640_probe, .probe = hsw_rt5640_probe,
.driver = { .driver = {
.name = "haswell-audio", .name = "hsw_rt5640",
.pm = &snd_soc_pm_ops, .pm = &snd_soc_pm_ops,
}, },
}; };
...@@ -199,4 +199,4 @@ module_platform_driver(hsw_rt5640_driver) ...@@ -199,4 +199,4 @@ module_platform_driver(hsw_rt5640_driver)
MODULE_AUTHOR("Liam Girdwood, Xingchao Wang"); MODULE_AUTHOR("Liam Girdwood, Xingchao Wang");
MODULE_DESCRIPTION("Intel SST Audio for Haswell Lynxpoint"); MODULE_DESCRIPTION("Intel SST Audio for Haswell Lynxpoint");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:haswell-audio"); MODULE_ALIAS("platform:hsw_rt5640");
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
struct snd_soc_acpi_mach snd_soc_acpi_intel_haswell_machines[] = { struct snd_soc_acpi_mach snd_soc_acpi_intel_haswell_machines[] = {
{ {
.id = "INT33CA", .id = "INT33CA",
.drv_name = "haswell-audio", .drv_name = "hsw_rt5640",
.fw_filename = "intel/IntcSST1.bin", .fw_filename = "intel/IntcSST1.bin",
.sof_tplg_filename = "sof-hsw.tplg", .sof_tplg_filename = "sof-hsw.tplg",
}, },
...@@ -41,7 +41,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = { ...@@ -41,7 +41,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {
}, },
{ {
.id = "INT33CA", .id = "INT33CA",
.drv_name = "haswell-audio", .drv_name = "hsw_rt5640",
.fw_filename = "intel/IntcSST2.bin", .fw_filename = "intel/IntcSST2.bin",
.sof_tplg_filename = "sof-bdw-rt5640.tplg", .sof_tplg_filename = "sof-bdw-rt5640.tplg",
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment