Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Takashi Iwai | e3d280f | 2015-02-17 21:46:37 +0100 | [diff] [blame] | 2 | config SND_HDA_CORE |
| 3 | tristate |
Takashi Iwai | 4d75faa0 | 2015-02-25 14:42:38 +0100 | [diff] [blame] | 4 | select REGMAP |
Takashi Iwai | 8f3f600 | 2015-04-14 12:53:28 +0200 | [diff] [blame] | 5 | |
| 6 | config SND_HDA_DSP_LOADER |
| 7 | bool |
Mengdong Lin | 98d8fc6 | 2015-05-19 22:29:30 +0800 | [diff] [blame] | 8 | |
Takashi Iwai | a57942b | 2018-07-11 16:23:16 +0200 | [diff] [blame] | 9 | config SND_HDA_COMPONENT |
| 10 | bool |
| 11 | |
Mengdong Lin | 98d8fc6 | 2015-05-19 22:29:30 +0800 | [diff] [blame] | 12 | config SND_HDA_I915 |
| 13 | bool |
Takashi Iwai | a57942b | 2018-07-11 16:23:16 +0200 | [diff] [blame] | 14 | select SND_HDA_COMPONENT |
Jeeja KP | dfe66a1 | 2015-06-11 14:11:47 +0530 | [diff] [blame] | 15 | |
| 16 | config SND_HDA_EXT_CORE |
| 17 | tristate |
| 18 | select SND_HDA_CORE |
Vinod Koul | d39513f | 2015-06-16 21:00:22 +0530 | [diff] [blame] | 19 | |
| 20 | config 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. |