swh:1:snp:baebc2109e4a2ec22a1129a3859647e191d04df4
Raw File
Tip revision: 03b8d7b234aa634630e2717a7923aab921925b5b authored by Ben Hutchings on 14 January 2018, 23:48:54 UTC
Synthetic revision for Debian source package linux version 4.14.13-1~bpo9+1
Tip revision: 03b8d7b
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