blob: 3129546398d0c20a27652ec4373281b1d0299dc1 [file] [log] [blame]
Takashi Iwaie3d280f2015-02-17 21:46:37 +01001config SND_HDA_CORE
2 tristate
Takashi Iwai4d75faa02015-02-25 14:42:38 +01003 select REGMAP
Takashi Iwai8f3f6002015-04-14 12:53:28 +02004
5config SND_HDA_DSP_LOADER
6 bool
Mengdong Lin98d8fc62015-05-19 22:29:30 +08007
8config SND_HDA_I915
9 bool
10 default y
11 depends on DRM_I915
12 depends on SND_HDA_CORE
Jeeja KPdfe66a12015-06-11 14:11:47 +053013
14config SND_HDA_EXT_CORE
15 tristate
16 select SND_HDA_CORE
Vinod Kould39513f2015-06-16 21:00:22 +053017
18config SND_HDA_PREALLOC_SIZE
19 int "Pre-allocated buffer size for HD-audio driver"
20 range 0 32768
21 default 64
22 help
23 Specifies the default pre-allocated buffer-size in kB for the
24 HD-audio driver. A larger buffer (e.g. 2048) is preferred
25 for systems using PulseAudio. The default 64 is chosen just
26 for compatibility reasons.
27
28 Note that the pre-allocation size can be changed dynamically
29 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.