blob: 2d90e11b3eaa2355621947d7e330dde12df014d6 [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
Takashi Iwaia57942b2018-07-11 16:23:16 +02008config SND_HDA_COMPONENT
9 bool
10
Mengdong Lin98d8fc62015-05-19 22:29:30 +080011config SND_HDA_I915
12 bool
Takashi Iwaia57942b2018-07-11 16:23:16 +020013 select SND_HDA_COMPONENT
Jeeja KPdfe66a12015-06-11 14:11:47 +053014
15config SND_HDA_EXT_CORE
16 tristate
17 select SND_HDA_CORE
Vinod Kould39513f2015-06-16 21:00:22 +053018
19config SND_HDA_PREALLOC_SIZE
20 int "Pre-allocated buffer size for HD-audio driver"
21 range 0 32768
22 default 64
23 help
24 Specifies the default pre-allocated buffer-size in kB for the
25 HD-audio driver. A larger buffer (e.g. 2048) is preferred
26 for systems using PulseAudio. The default 64 is chosen just
27 for compatibility reasons.
28
29 Note that the pre-allocation size can be changed dynamically
30 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.