swh:1:snp:baebc2109e4a2ec22a1129a3859647e191d04df4
Raw File
Tip revision: 7831275dda8754a20ffe0fd1dd42e68aad0f7072 authored by Ben Hutchings on 22 December 2017, 16:39:10 UTC
Synthetic revision for Debian source package linux version 4.14.7-1~bpo9+1
Tip revision: 7831275
Kconfig
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
back to top