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

config CONFIG_SND_HDA_CORE
	tristate
	select CONFIG_REGMAP

config CONFIG_SND_HDA_DSP_LOADER
	bool

config CONFIG_SND_HDA_I915
	bool
	default y
	depends on CONFIG_DRM_I915
	depends on CONFIG_SND_HDA_CORE

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.