Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_SND_HDA_CORE
	tristate
	select CONFIG_REGMAP

config CONFIG_SND_HDA_DSP_LOADER
	bool

config CONFIG_SND_HDA_ALIGNED_MMIO
	bool

config CONFIG_SND_HDA_COMPONENT
	bool

config CONFIG_SND_HDA_I915
	bool
	select CONFIG_SND_HDA_COMPONENT

config CONFIG_SND_HDA_EXT_CORE
       tristate
       select CONFIG_SND_HDA_CORE

config CONFIG_SND_HDA_PREALLOC_SIZE
	int "Pre-allocated buffer size for HD-audio driver"
	range 0 32768
	default 64
	help
	  Specifies the default pre-allocated buffer-size in kB for the
	  HD-audio driver.  CONFIG_A larger buffer (e.g. 2048) is preferred
	  for systems using PulseAudio.  The default 64 is chosen just
	  for compatibility reasons.

	  Note that the pre-allocation size can be changed dynamically
	  via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.

config CONFIG_SND_INTEL_NHLT
	tristate
	# this config should be selected only for Intel CONFIG_ACPI platforms.
	# CONFIG_A fallback is provided so that the code compiles in all cases.