ALSA: hda: cs35l41: Fix error in spi cs35l41 hda driver name
authorStefan Binding <sbinding@opensource.cirrus.com>
Mon, 9 May 2022 21:46:38 +0000 (22:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 May 2022 07:50:21 +0000 (09:50 +0200)
For consistency, rename spi cs35l41 hda driver name so that
it matches i2c.

Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220509214703.4482-2-vitalyr@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/cs35l41_hda_spi.c

index 50eb6c0e66588fb5f43d6a31e12d24a4168d6837..22e088f28438ee1aac031a8b622b7f921985b365 100644 (file)
@@ -48,7 +48,7 @@ MODULE_DEVICE_TABLE(acpi, cs35l41_acpi_hda_match);
 
 static struct spi_driver cs35l41_spi_driver = {
        .driver = {
-               .name           = "cs35l41_hda",
+               .name           = "cs35l41-hda",
                .acpi_match_table = ACPI_PTR(cs35l41_acpi_hda_match),
        },
        .id_table       = cs35l41_hda_spi_id,