ALSA: core - Define snd_pci_quirk without CONFIG_PCI
[deliverable/linux.git] / sound / pci / hda / Kconfig
CommitLineData
11b444d5
TI
1menuconfig SND_HDA_INTEL
2 tristate "Intel HD Audio"
3 select SND_PCM
4 select SND_VMASTER
35be544a 5 select SND_KCTL_JACK
11b444d5
TI
6 help
7 Say Y here to include support for Intel "High Definition
8 Audio" (Azalia) and its compatible devices.
9
10 This option enables the HD-audio controller. Don't forget
11 to choose the appropriate codec options below.
12
13 To compile this driver as a module, choose M here: the module
14 will be called snd-hda-intel.
15
16if SND_HDA_INTEL
17
24f3cede
TI
18config SND_HDA_DSP_LOADER
19 bool
20
acfa634f
TI
21config SND_HDA_PREALLOC_SIZE
22 int "Pre-allocated buffer size for HD-audio driver"
23 range 0 32768
24 default 64
25 help
cf01b73e 26 Specifies the default pre-allocated buffer-size in kB for the
acfa634f 27 HD-audio driver. A larger buffer (e.g. 2048) is preferred
cf01b73e
PM
28 for systems using PulseAudio. The default 64 is chosen just
29 for compatibility reasons.
acfa634f
TI
30
31 Note that the pre-allocation size can be changed dynamically
32 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.
33
11b444d5
TI
34config SND_HDA_HWDEP
35 bool "Build hwdep interface for HD-audio driver"
36 select SND_HWDEP
37 help
38 Say Y here to build a hwdep interface for HD-audio driver.
39 This interface can be used for out-of-band communication
40 with codecs for debugging purposes.
41
42config SND_HDA_RECONFIG
0b1714ad 43 bool "Allow dynamic codec reconfiguration"
11b444d5
TI
44 help
45 Say Y here to enable the HD-audio codec re-configuration feature.
46 This adds the sysfs interfaces to allow user to clear the whole
47 codec configuration, change the codec setup, add extra verbs,
48 and re-configure the codec dynamically.
49
50config SND_HDA_INPUT_BEEP
51 bool "Support digital beep via input layer"
52 depends on INPUT=y || INPUT=SND_HDA_INTEL
53 help
54 Say Y here to build a digital beep interface for HD-audio
55 driver. This interface is used to generate digital beeps.
56
2dca0bba 57config SND_HDA_INPUT_BEEP_MODE
0920c9b4 58 int "Digital beep registration mode (0=off, 1=on)"
2dca0bba
JK
59 depends on SND_HDA_INPUT_BEEP=y
60 default "1"
0920c9b4 61 range 0 1
2dca0bba
JK
62 help
63 Set 0 to disable the digital beep interface for HD-audio by default.
64 Set 1 to always enable the digital beep interface for HD-audio by
0920c9b4 65 default.
2dca0bba 66
8c8145b8
TI
67config SND_HDA_INPUT_JACK
68 bool "Support jack plugging notification via input layer"
fc087225 69 depends on INPUT=y || INPUT=SND
8c8145b8
TI
70 select SND_JACK
71 help
72 Say Y here to enable the jack plugging notification via
73 input layer.
74
4ea6fbc8
TI
75config SND_HDA_PATCH_LOADER
76 bool "Support initialization patch loading for HD-audio"
4ea6fbc8 77 select FW_LOADER
4ea6fbc8
TI
78 select SND_HDA_RECONFIG
79 help
80 Say Y here to allow the HD-audio driver to load a pseudo
81 firmware file ("patch") for overriding the BIOS setup at
82 start up. The "patch" file can be specified via patch module
83 option, such as patch=hda-init.
84
11b444d5 85config SND_HDA_CODEC_REALTEK
595fe1b7 86 tristate "Build Realtek HD-audio codec support"
08c189f2 87 select SND_HDA_GENERIC
11b444d5 88 help
595fe1b7 89 Say Y or M here to include Realtek HD-audio codec support in
11b444d5
TI
90 snd-hda-intel driver, such as ALC880.
91
d8f66c71
TI
92comment "Set to Y if you want auto-loading the codec driver"
93 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_REALTEK=m
94
11b444d5 95config SND_HDA_CODEC_ANALOG
595fe1b7 96 tristate "Build Analog Device HD-audio codec support"
78bb3cb0 97 select SND_HDA_GENERIC
11b444d5 98 help
595fe1b7 99 Say Y or M here to include Analog Device HD-audio codec support in
11b444d5
TI
100 snd-hda-intel driver, such as AD1986A.
101
d8f66c71
TI
102comment "Set to Y if you want auto-loading the codec driver"
103 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_ANALOG=m
104
11b444d5 105config SND_HDA_CODEC_SIGMATEL
595fe1b7 106 tristate "Build IDT/Sigmatel HD-audio codec support"
36c9db7a 107 select SND_HDA_GENERIC
11b444d5 108 help
595fe1b7 109 Say Y or M here to include IDT (Sigmatel) HD-audio codec support in
11b444d5
TI
110 snd-hda-intel driver, such as STAC9200.
111
d8f66c71
TI
112comment "Set to Y if you want auto-loading the codec driver"
113 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_SIGMATEL=m
114
11b444d5 115config SND_HDA_CODEC_VIA
595fe1b7 116 tristate "Build VIA HD-audio codec support"
b3f6008f 117 select SND_HDA_GENERIC
11b444d5 118 help
595fe1b7 119 Say Y or M here to include VIA HD-audio codec support in
11b444d5
TI
120 snd-hda-intel driver, such as VT1708.
121
d8f66c71
TI
122comment "Set to Y if you want auto-loading the codec driver"
123 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_VIA=m
124
84eb01be 125config SND_HDA_CODEC_HDMI
595fe1b7 126 tristate "Build HDMI/DisplayPort HD-audio codec support"
11b444d5 127 help
595fe1b7 128 Say Y or M here to include HDMI and DisplayPort HD-audio codec
84eb01be
TI
129 support in snd-hda-intel driver. This includes all AMD/ATI,
130 Intel and Nvidia HDMI/DisplayPort codecs.
11b444d5 131
d8f66c71
TI
132comment "Set to Y if you want auto-loading the codec driver"
133 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_HDMI=m
134
99a2008d 135config SND_HDA_I915
1c9a341b
TI
136 bool
137 default y
99a2008d 138 depends on DRM_I915
99a2008d 139
e5f14248 140config SND_HDA_CODEC_CIRRUS
595fe1b7 141 tristate "Build Cirrus Logic codec support"
1077a024 142 select SND_HDA_GENERIC
e5f14248 143 help
595fe1b7 144 Say Y or M here to include Cirrus Logic codec support in
e5f14248
TI
145 snd-hda-intel driver, such as CS4206.
146
d8f66c71
TI
147comment "Set to Y if you want auto-loading the codec driver"
148 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_CIRRUS=m
149
11b444d5 150config SND_HDA_CODEC_CONEXANT
595fe1b7 151 tristate "Build Conexant HD-audio codec support"
aed523f1 152 select SND_HDA_GENERIC
11b444d5 153 help
595fe1b7 154 Say Y or M here to include Conexant HD-audio codec support in
11b444d5
TI
155 snd-hda-intel driver, such as CX20549.
156
d8f66c71
TI
157comment "Set to Y if you want auto-loading the codec driver"
158 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_CONEXANT=m
159
4e01f54b 160config SND_HDA_CODEC_CA0110
595fe1b7 161 tristate "Build Creative CA0110-IBG codec support"
8fadf1da 162 select SND_HDA_GENERIC
4e01f54b 163 help
595fe1b7 164 Say Y or M here to include Creative CA0110-IBG codec support in
4e01f54b
TI
165 snd-hda-intel driver, found on some Creative X-Fi cards.
166
d8f66c71
TI
167comment "Set to Y if you want auto-loading the codec driver"
168 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_CA0110=m
169
95c6e9cb 170config SND_HDA_CODEC_CA0132
595fe1b7 171 tristate "Build Creative CA0132 codec support"
95c6e9cb 172 help
595fe1b7 173 Say Y or M here to include Creative CA0132 codec support in
95c6e9cb
IM
174 snd-hda-intel driver.
175
d8f66c71
TI
176comment "Set to Y if you want auto-loading the codec driver"
177 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_CA0132=m
178
24f3cede
TI
179config SND_HDA_CODEC_CA0132_DSP
180 bool "Support new DSP code for CA0132 codec"
2c312e9a 181 depends on SND_HDA_CODEC_CA0132
24f3cede 182 select SND_HDA_DSP_LOADER
2c312e9a 183 select FW_LOADER
24f3cede
TI
184 help
185 Say Y here to enable the DSP for Creative CA0132 for extended
186 features like equalizer or echo cancellation.
187
188 Note that this option requires the external firmware file
189 (ctefx.bin).
190
11b444d5 191config SND_HDA_CODEC_CMEDIA
595fe1b7 192 tristate "Build C-Media HD-audio codec support"
b060fb0e 193 select SND_HDA_GENERIC
11b444d5 194 help
595fe1b7 195 Say Y or M here to include C-Media HD-audio codec support in
11b444d5
TI
196 snd-hda-intel driver, such as CMI9880.
197
d8f66c71
TI
198comment "Set to Y if you want auto-loading the codec driver"
199 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_CMEDIA=m
200
11b444d5 201config SND_HDA_CODEC_SI3054
595fe1b7 202 tristate "Build Silicon Labs 3054 HD-modem codec support"
11b444d5 203 help
595fe1b7 204 Say Y or M here to include Silicon Labs 3054 HD-modem codec
11b444d5
TI
205 (and compatibles) support in snd-hda-intel driver.
206
d8f66c71
TI
207comment "Set to Y if you want auto-loading the codec driver"
208 depends on SND_HDA_INTEL=y && SND_HDA_CODEC_SI3054=m
209
11b444d5 210config SND_HDA_GENERIC
595fe1b7 211 tristate "Enable generic HD-audio codec parser"
11b444d5 212 help
595fe1b7 213 Say Y or M here to enable the generic HD-audio codec parser
11b444d5
TI
214 in snd-hda-intel driver.
215
d8f66c71
TI
216comment "Set to Y if you want auto-loading the codec driver"
217 depends on SND_HDA_INTEL=y && SND_HDA_GENERIC=m
218
11b444d5
TI
219config SND_HDA_POWER_SAVE_DEFAULT
220 int "Default time-out for HD-audio power-save mode"
83012a7c 221 depends on PM
11b444d5
TI
222 default 0
223 help
224 The default time-out value in seconds for HD-audio automatic
225 power-save mode. 0 means to disable the power-save mode.
226
227endif
This page took 0.224903 seconds and 5 git commands to generate.