aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r--sound/pci/hda/Kconfig39
1 files changed, 39 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig
index 0ea5cc60ac7..7489b460855 100644
--- a/sound/pci/hda/Kconfig
+++ b/sound/pci/hda/Kconfig
@@ -14,6 +14,19 @@ menuconfig SND_HDA_INTEL
14 14
15if SND_HDA_INTEL 15if SND_HDA_INTEL
16 16
17config SND_HDA_PREALLOC_SIZE
18 int "Pre-allocated buffer size for HD-audio driver"
19 range 0 32768
20 default 64
21 help
22 Specifies the default pre-allocated buffer-size in kB for the
23 HD-audio driver. A larger buffer (e.g. 2048) is preferred
24 for systems using PulseAudio. The default 64 is chosen just
25 for compatibility reasons.
26
27 Note that the pre-allocation size can be changed dynamically
28 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.
29
17config SND_HDA_HWDEP 30config SND_HDA_HWDEP
18 bool "Build hwdep interface for HD-audio driver" 31 bool "Build hwdep interface for HD-audio driver"
19 select SND_HWDEP 32 select SND_HWDEP
@@ -83,6 +96,19 @@ config SND_HDA_CODEC_REALTEK
83 snd-hda-codec-realtek. 96 snd-hda-codec-realtek.
84 This module is automatically loaded at probing. 97 This module is automatically loaded at probing.
85 98
99config SND_HDA_ENABLE_REALTEK_QUIRKS
100 bool "Build static quirks for Realtek codecs"
101 depends on SND_HDA_CODEC_REALTEK
102 default y
103 help
104 Say Y here to build the static quirks codes for Realtek codecs.
105 If you need the "model" preset that the default BIOS auto-parser
106 can't handle, turn this option on.
107
108 If your device works with model=auto option, basically you don't
109 need the quirk code. By turning this off, you can reduce the
110 module size quite a lot.
111
86config SND_HDA_CODEC_ANALOG 112config SND_HDA_CODEC_ANALOG
87 bool "Build Analog Device HD-audio codec support" 113 bool "Build Analog Device HD-audio codec support"
88 default y 114 default y
@@ -171,6 +197,19 @@ config SND_HDA_CODEC_CA0110
171 snd-hda-codec-ca0110. 197 snd-hda-codec-ca0110.
172 This module is automatically loaded at probing. 198 This module is automatically loaded at probing.
173 199
200config SND_HDA_CODEC_CA0132
201 bool "Build Creative CA0132 codec support"
202 depends on SND_HDA_INTEL
203 default y
204 help
205 Say Y here to include Creative CA0132 codec support in
206 snd-hda-intel driver.
207
208 When the HD-audio driver is built as a module, the codec
209 support code is also built as another module,
210 snd-hda-codec-ca0132.
211 This module is automatically loaded at probing.
212
174config SND_HDA_CODEC_CMEDIA 213config SND_HDA_CODEC_CMEDIA
175 bool "Build C-Media HD-audio codec support" 214 bool "Build C-Media HD-audio codec support"
176 default y 215 default y