mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
b79de57b43
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>
18 lines
393 B
Text
18 lines
393 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig SND_X86
|
|
bool "X86 sound devices"
|
|
depends on X86
|
|
default y
|
|
help
|
|
X86 sound devices that don't fall under SoC or PCI categories
|
|
|
|
if SND_X86
|
|
|
|
config HDMI_LPE_AUDIO
|
|
tristate "HDMI audio without HDAudio on Intel Atom platforms"
|
|
depends on DRM_I915
|
|
select SND_PCM
|
|
help
|
|
Choose this option to support HDMI LPE Audio mode
|
|
|
|
endif # SND_X86
|