Linux Audio

Check our new training course

Linux kernel drivers training

May 6-19, 2025
Register
Loading...
v6.8
 1# SPDX-License-Identifier: GPL-2.0-only
 2menuconfig SND_X86
 3	bool "X86 sound devices"
 4	depends on X86
 5	default y
 6	help
 7	  X86 sound devices that don't fall under SoC or PCI categories
 8
 9if SND_X86
10
11config HDMI_LPE_AUDIO
12	tristate "HDMI audio without HDAudio on Intel Atom platforms"
13	depends on DRM_I915
14	select SND_PCM
15	help
16	 Choose this option to support HDMI LPE Audio mode
17
18endif	# SND_X86
v6.13.7
 1# SPDX-License-Identifier: GPL-2.0-only
 2menuconfig SND_X86
 3	bool "X86 sound devices"
 4	depends on X86
 5	default y
 6	help
 7	  X86 sound devices that don't fall under SoC or PCI categories
 8
 9if SND_X86
10
11config HDMI_LPE_AUDIO
12	tristate "HDMI audio without HDAudio on Intel Atom platforms"
13	depends on DRM_I915
14	select SND_PCM
15	help
16	 Choose this option to support HDMI LPE Audio mode
17
18endif	# SND_X86