blob: f6feced15f17cb0c737ec0a27672ce7b93d3853b [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Takashi Iwaie3d280f2015-02-17 21:46:37 +01002config SND_HDA_CORE
3 tristate
Takashi Iwai4d75faa02015-02-25 14:42:38 +01004 select REGMAP
Takashi Iwai8f3f6002015-04-14 12:53:28 +02005
6config SND_HDA_DSP_LOADER
7 bool
Mengdong Lin98d8fc62015-05-19 22:29:30 +08008
Takashi Iwaia57942b2018-07-11 16:23:16 +02009config SND_HDA_COMPONENT
10 bool
11
Mengdong Lin98d8fc62015-05-19 22:29:30 +080012config SND_HDA_I915
13 bool
Takashi Iwaia57942b2018-07-11 16:23:16 +020014 select SND_HDA_COMPONENT
Jeeja KPdfe66a12015-06-11 14:11:47 +053015
16config SND_HDA_EXT_CORE
17 tristate
18 select SND_HDA_CORE
Vinod Kould39513f2015-06-16 21:00:22 +053019
20config SND_HDA_PREALLOC_SIZE
21 int "Pre-allocated buffer size for HD-audio driver"
22 range 0 32768
23 default 64
24 help
25 Specifies the default pre-allocated buffer-size in kB for the
26 HD-audio driver. A larger buffer (e.g. 2048) is preferred
27 for systems using PulseAudio. The default 64 is chosen just
28 for compatibility reasons.
29
30 Note that the pre-allocation size can be changed dynamically
31 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.