Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig SND_X86
0003         bool "X86 sound devices"
0004         depends on X86
0005         default y
0006         help
0007           X86 sound devices that don't fall under SoC or PCI categories
0008 
0009 if SND_X86
0010 
0011 config HDMI_LPE_AUDIO
0012         tristate "HDMI audio without HDAudio on Intel Atom platforms"
0013         depends on DRM_I915
0014         select SND_PCM
0015         help
0016          Choose this option to support HDMI LPE Audio mode
0017 
0018 endif   # SND_X86