ALSA: Fix misspellings of "Analog Devices"
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 16 Apr 2020 10:30:57 +0000 (12:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 17 Apr 2020 09:38:03 +0000 (11:38 +0200)
According to https://www.analog.com/, the company name is spelled
"Analog Devices".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200416103058.15269-6-geert+renesas@glider.be
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/ad1816a/ad1816a.c
sound/pci/ac97/ac97_patch.c
sound/pci/hda/Kconfig

index ce4c8ba2fa9873e7922a1c4b73d4a13cdd4e5d0e..ca18fe3ff8a59a9fc9745225ed76ba48d40eac80 100644 (file)
@@ -54,7 +54,7 @@ MODULE_PARM_DESC(clockfreq, "Clock frequency for ad1816a driver (default = 0).")
 static const struct pnp_card_device_id snd_ad1816a_pnpids[] = {
        /* Analog Devices AD1815 */
        { .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } },
-       /* Analog Device AD1816? */
+       /* Analog Devices AD1816? */
        { .id = "ADS7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
        /* Analog Devices AD1816A - added by Kenneth Platz <kxp@atl.hp.com> */
        { .id = "ADS7181", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
index ebf926728c5f84af3849900e768b436dcd6bc653..45ef0f52ec55b803e496d5a7045a1039d8f322f5 100644 (file)
@@ -1356,7 +1356,7 @@ static int patch_cx20551(struct snd_ac97 *ac97)
 }
 
 /*
- * Analog Device AD18xx, AD19xx codecs
+ * Analog Devices AD18xx, AD19xx codecs
  */
 #ifdef CONFIG_PM
 static void ad18xx_resume(struct snd_ac97 *ac97)
index e1d3082a4fe931537a6b551f7f974978f3d5cde1..7ba542e45a3d7f88e5e8ca4a4dc9ea6cf56dcfef 100644 (file)
@@ -99,10 +99,10 @@ comment "Set to Y if you want auto-loading the codec driver"
        depends on SND_HDA=y && SND_HDA_CODEC_REALTEK=m
 
 config SND_HDA_CODEC_ANALOG
-       tristate "Build Analog Device HD-audio codec support"
+       tristate "Build Analog Devices HD-audio codec support"
        select SND_HDA_GENERIC
        help
-         Say Y or M here to include Analog Device HD-audio codec support in
+         Say Y or M here to include Analog Devices HD-audio codec support in
          snd-hda-intel driver, such as AD1986A.
 
 comment "Set to Y if you want auto-loading the codec driver"