diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-07-11 12:01:29 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-07-12 11:15:36 +0200 |
commit | 642999365da3b7cd5552ec758d6e1bb6f2f465d8 (patch) | |
tree | 959a9b2658dee2adaf73615eb0645ceb61318820 /sound/pci/hda/cs35l41_hda_spi.c | |
parent | ALSA: hda: Remove unused macro definition (diff) | |
download | linux-642999365da3b7cd5552ec758d6e1bb6f2f465d8.tar.xz linux-642999365da3b7cd5552ec758d6e1bb6f2f465d8.zip |
ALSA: hda: cs35l41: Fix comments wrt serial-multi-instantiate reference
The comments are inconsistent and point to the wrong driver name.
The initially named i2c-multi-instantiate it was renamed to the
serial-multi-instantiate exactly due to support of the platforms
with multiple CS35L41 codecs.
Fix comments accordingly.
While at it, drop file names from the files.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220711100129.37326-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/cs35l41_hda_spi.c')
-rw-r--r-- | sound/pci/hda/cs35l41_hda_spi.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/pci/hda/cs35l41_hda_spi.c b/sound/pci/hda/cs35l41_hda_spi.c index 22e088f28438..3a1472e1bc24 100644 --- a/sound/pci/hda/cs35l41_hda_spi.c +++ b/sound/pci/hda/cs35l41_hda_spi.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 // -// cs35l41.c -- CS35l41 HDA SPI driver +// CS35l41 HDA SPI driver // // Copyright 2021 Cirrus Logic, Inc. // @@ -16,8 +16,9 @@ static int cs35l41_hda_spi_probe(struct spi_device *spi) { const char *device_name; - /* Compare against the device name so it works for SPI, normal ACPI - * and for ACPI by spi-multi-instantiate matching cases + /* + * Compare against the device name so it works for SPI, normal ACPI + * and for ACPI by serial-multi-instantiate matching cases. */ if (strstr(dev_name(&spi->dev), "CSC3551")) device_name = "CSC3551"; |