mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 08:35:19 -05:00
ALSA: hda: use consistent HDAudio spelling in comments/docs
We use HDaudio and HDAudio, pick one to make searches easier. No functionality change Also fix timestamping typo in documentation. Reported-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@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: Kai Vehmanen <kai.vehmanen@linux.intel.com> Link: https://lore.kernel.org/r/20200902154250.1440585-1-kai.vehmanen@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ae03594716
commit
b79de57b43
3 changed files with 7 additions and 7 deletions
|
@ -143,7 +143,7 @@ timestamp shows when the information is put together by the driver
|
||||||
before returning from the ``STATUS`` and ``STATUS_EXT`` ioctl. in most cases
|
before returning from the ``STATUS`` and ``STATUS_EXT`` ioctl. in most cases
|
||||||
this driver_timestamp will be identical to the regular system tstamp.
|
this driver_timestamp will be identical to the regular system tstamp.
|
||||||
|
|
||||||
Examples of typestamping with HDaudio:
|
Examples of timestamping with HDAudio:
|
||||||
|
|
||||||
1. DMA timestamp, no compensation for DMA+analog delay
|
1. DMA timestamp, no compensation for DMA+analog delay
|
||||||
::
|
::
|
||||||
|
|
|
@ -54,7 +54,7 @@ static const struct config_entry config_table[] = {
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* Apollolake (Broxton-P)
|
* Apollolake (Broxton-P)
|
||||||
* the legacy HDaudio driver is used except on Up Squared (SOF) and
|
* the legacy HDAudio driver is used except on Up Squared (SOF) and
|
||||||
* Chromebooks (SST)
|
* Chromebooks (SST)
|
||||||
*/
|
*/
|
||||||
#if IS_ENABLED(CONFIG_SND_SOC_SOF_APOLLOLAKE)
|
#if IS_ENABLED(CONFIG_SND_SOC_SOF_APOLLOLAKE)
|
||||||
|
@ -89,7 +89,7 @@ static const struct config_entry config_table[] = {
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* Skylake and Kabylake use legacy HDaudio driver except for Google
|
* Skylake and Kabylake use legacy HDAudio driver except for Google
|
||||||
* Chromebooks (SST)
|
* Chromebooks (SST)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ static const struct config_entry config_table[] = {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Geminilake uses legacy HDaudio driver except for Google
|
* Geminilake uses legacy HDAudio driver except for Google
|
||||||
* Chromebooks
|
* Chromebooks
|
||||||
*/
|
*/
|
||||||
/* Geminilake */
|
/* Geminilake */
|
||||||
|
@ -157,7 +157,7 @@ static const struct config_entry config_table[] = {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CoffeeLake, CannonLake, CometLake, IceLake, TigerLake use legacy
|
* CoffeeLake, CannonLake, CometLake, IceLake, TigerLake use legacy
|
||||||
* HDaudio driver except for Google Chromebooks and when DMICs are
|
* HDAudio driver except for Google Chromebooks and when DMICs are
|
||||||
* present. Two cases are required since Coreboot does not expose NHLT
|
* present. Two cases are required since Coreboot does not expose NHLT
|
||||||
* tables.
|
* tables.
|
||||||
*
|
*
|
||||||
|
@ -391,7 +391,7 @@ int snd_intel_dsp_driver_probe(struct pci_dev *pci)
|
||||||
if (pci->class == 0x040300)
|
if (pci->class == 0x040300)
|
||||||
return SND_INTEL_DSP_DRIVER_LEGACY;
|
return SND_INTEL_DSP_DRIVER_LEGACY;
|
||||||
if (pci->class != 0x040100 && pci->class != 0x040380) {
|
if (pci->class != 0x040100 && pci->class != 0x040380) {
|
||||||
dev_err(&pci->dev, "Unknown PCI class/subclass/prog-if information (0x%06x) found, selecting HDA legacy driver\n", pci->class);
|
dev_err(&pci->dev, "Unknown PCI class/subclass/prog-if information (0x%06x) found, selecting HDAudio legacy driver\n", pci->class);
|
||||||
return SND_INTEL_DSP_DRIVER_LEGACY;
|
return SND_INTEL_DSP_DRIVER_LEGACY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ menuconfig SND_X86
|
||||||
if SND_X86
|
if SND_X86
|
||||||
|
|
||||||
config HDMI_LPE_AUDIO
|
config HDMI_LPE_AUDIO
|
||||||
tristate "HDMI audio without HDaudio on Intel Atom platforms"
|
tristate "HDMI audio without HDAudio on Intel Atom platforms"
|
||||||
depends on DRM_I915
|
depends on DRM_I915
|
||||||
select SND_PCM
|
select SND_PCM
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue