ASoC: Intel: use consistent HDAudio spelling in comments/docs
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 24 Aug 2020 20:09:12 +0000 (15:09 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 25 Aug 2020 19:39:39 +0000 (20:39 +0100)
We use HDaudio and HDAudio, pick one to make searches easier.
No functionality change

Reported-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200824200912.46852-9-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-acpi.h
sound/soc/intel/Kconfig
sound/soc/intel/skylake/skl.c
sound/soc/sof/Kconfig
sound/soc/sof/intel/Kconfig
sound/soc/sof/pcm.c

index d2e9e3b4d7ea66fc7e006cbb453bb78ed7e70cf0..b77b05c413a399134d91f748b5b185bec9af7ca2 100644 (file)
@@ -58,7 +58,7 @@ static inline struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg)
  * snd_soc_acpi_mach_params: interface for machine driver configuration
  *
  * @acpi_ipc_irq_index: used for BYT-CR detection
- * @platform: string used for HDaudio codec support
+ * @platform: string used for HDAudio codec support
  * @codec_mask: used for HDAudio support
  * @common_hdmi_codec_drv: use commom HDAudio HDMI codec driver
  * @link_mask: links enabled on the board
index 82805a8681e570accda66c1e2c4f20e31a42f8c5..0e48c4f532ce7fdc97c30e70410ddcf6dce9d26c 100644 (file)
@@ -209,7 +209,7 @@ config SND_SOC_INTEL_SKYLAKE_SSP_CLK
 config SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC
        bool "HDAudio codec support"
        help
-         If you have Intel Skylake or Kabylake with HDaudio codec
+         If you have Intel Skylake or Kabylake with HDAudio codec
          and DMIC present then enable this option by saying Y.
 
 config SND_SOC_INTEL_SKYLAKE_COMMON
index 63182bfd794114120ef1fde927d468f090510a8a..ea00cf61d1a83bc23ee5efb12c3c3e02164d71c8 100644 (file)
@@ -925,7 +925,7 @@ static int skl_first_init(struct hdac_bus *bus)
 
        /* check if PPCAP exists */
        if (!bus->ppcap) {
-               dev_err(bus->dev, "bus ppcap not set, HDaudio or DSP not present?\n");
+               dev_err(bus->dev, "bus ppcap not set, HDAudio or DSP not present?\n");
                return -ENODEV;
        }
 
@@ -986,7 +986,7 @@ static int skl_probe(struct pci_dev *pci,
                        return -ENODEV;
                break;
        case SND_SKL_PCI_BIND_LEGACY:
-               dev_info(&pci->dev, "Module parameter forced binding with HDaudio legacy, aborting probe\n");
+               dev_info(&pci->dev, "Module parameter forced binding with HDAudio legacy, aborting probe\n");
                return -ENODEV;
        case SND_SKL_PCI_BIND_ASOC:
                dev_info(&pci->dev, "Module parameter forced binding with SKL driver, bypassed detection logic\n");
@@ -1021,7 +1021,7 @@ static int skl_probe(struct pci_dev *pci,
                err = -ENODEV;
                goto out_free;
 #else
-               dev_warn(bus->dev, "no nhlt info found, continuing to try to enable HDaudio codec\n");
+               dev_warn(bus->dev, "no nhlt info found, continuing to try to enable HDAudio codec\n");
 #endif
        } else {
 
index 4dda4b62509f04559a53532c6e2e4233d10dc49e..8c1f0829de400da6132934ea68a350d40c09ee7e 100644 (file)
@@ -73,7 +73,7 @@ config SND_SOC_SOF_NOCODEC_SUPPORT
          option if no known codec is detected. This is typically only
          enabled for developers or devices where the sound card is
          controlled externally
-         This option is mutually exclusive with the Intel HDaudio support,
+         This option is mutually exclusive with the Intel HDAudio support,
          selecting it may have negative impacts and prevent e.g. microphone
          functionality from being enabled on Intel CoffeeLake and later
          platforms.
index f644010cc568f0e11291d11ab953beb72c656aba..a066e08860cbfcc19720a71cbb86f5b3b7c6a919 100644 (file)
@@ -311,7 +311,7 @@ config SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1
        bool "SOF enable DMI Link L1"
        help
          This option enables DMI L1 for both playback and capture
-         and disables known workarounds for specific HDaudio platforms.
+         and disables known workarounds for specific HDAudio platforms.
          Only use to look into power optimizations on platforms not
          affected by DMI L1 issues. This option is not recommended.
          Say Y if you want to enable DMI Link L1
index 30e667daffe404f7b3862d2d6d10f3e9fcd6bbec..4c5082b7eea9a1a53ed8411cea4f31db4a0b7116 100644 (file)
@@ -704,7 +704,7 @@ static int sof_pcm_dai_link_fixup(struct snd_soc_pcm_runtime *rtd,
                break;
        case SOF_DAI_INTEL_HDA:
                /*
-                * HDaudio does not follow the default trigger
+                * HDAudio does not follow the default trigger
                 * sequence due to firmware implementation
                 */
                for_each_dpcm_fe(rtd, SNDRV_PCM_STREAM_PLAYBACK, dpcm) {