Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / sound / pci / hda / Kconfig
CommitLineData
78e34f34
DR
1menu "HD-Audio"
2
3config SND_HDA
4 tristate
11b444d5
TI
5 select SND_PCM
6 select SND_VMASTER
fe0d128c 7 select SND_JACK
e3d280fc 8 select SND_HDA_CORE
78e34f34
DR
9
10config SND_HDA_INTEL
11 tristate "HD Audio PCI"
12 depends on SND_PCI
13 select SND_HDA
11b444d5
TI
14 help
15 Say Y here to include support for Intel "High Definition
16 Audio" (Azalia) and its compatible devices.
17
18 This option enables the HD-audio controller. Don't forget
19 to choose the appropriate codec options below.
20
21 To compile this driver as a module, choose M here: the module
22 will be called snd-hda-intel.
23
3c320f3f
DR
24config SND_HDA_TEGRA
25 tristate "NVIDIA Tegra HD Audio"
26 depends on ARCH_TEGRA
27 select SND_HDA
28 help
29 Say Y here to support the HDA controller present in NVIDIA
30 Tegra SoCs
31
32 This options enables support for the HD Audio controller
33 present in some NVIDIA Tegra SoCs, used to communicate audio
34 to the HDMI output.
35
36 To compile this driver as a module, choose M here: the module
37 will be called snd-hda-tegra.
38
78e34f34 39if SND_HDA
11b444d5
TI
40
41config SND_HDA_HWDEP
42 bool "Build hwdep interface for HD-audio driver"
43 select SND_HWDEP
44 help
45 Say Y here to build a hwdep interface for HD-audio driver.
46 This interface can be used for out-of-band communication
47 with codecs for debugging purposes.
48
49config SND_HDA_RECONFIG
0b1714ad 50 bool "Allow dynamic codec reconfiguration"
11b444d5
TI
51 help
52 Say Y here to enable the HD-audio codec re-configuration feature.
53 This adds the sysfs interfaces to allow user to clear the whole
54 codec configuration, change the codec setup, add extra verbs,
55 and re-configure the codec dynamically.
56
57config SND_HDA_INPUT_BEEP
58 bool "Support digital beep via input layer"
78e34f34 59 depends on INPUT=y || INPUT=SND_HDA
11b444d5
TI
60 help
61 Say Y here to build a digital beep interface for HD-audio
62 driver. This interface is used to generate digital beeps.
63
2dca0bba 64config SND_HDA_INPUT_BEEP_MODE
0920c9b4 65 int "Digital beep registration mode (0=off, 1=on)"
2dca0bba
JK
66 depends on SND_HDA_INPUT_BEEP=y
67 default "1"
0920c9b4 68 range 0 1
2dca0bba
JK
69 help
70 Set 0 to disable the digital beep interface for HD-audio by default.
71 Set 1 to always enable the digital beep interface for HD-audio by
0920c9b4 72 default.
2dca0bba 73
4ea6fbc8
TI
74config SND_HDA_PATCH_LOADER
75 bool "Support initialization patch loading for HD-audio"
4ea6fbc8 76 select FW_LOADER
4ea6fbc8
TI
77 select SND_HDA_RECONFIG
78 help
79 Say Y here to allow the HD-audio driver to load a pseudo
80 firmware file ("patch") for overriding the BIOS setup at
81 start up. The "patch" file can be specified via patch module
82 option, such as patch=hda-init.
83
11b444d5 84config SND_HDA_CODEC_REALTEK
595fe1b7 85 tristate "Build Realtek HD-audio codec support"
08c189f2 86 select SND_HDA_GENERIC
ffcd28d8 87 select INPUT
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 92comment "Set to Y if you want auto-loading the codec driver"
78e34f34 93 depends on SND_HDA=y && SND_HDA_CODEC_REALTEK=m
d8f66c71 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 102comment "Set to Y if you want auto-loading the codec driver"
78e34f34 103 depends on SND_HDA=y && SND_HDA_CODEC_ANALOG=m
d8f66c71 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 112comment "Set to Y if you want auto-loading the codec driver"
78e34f34 113 depends on SND_HDA=y && SND_HDA_CODEC_SIGMATEL=m
d8f66c71 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 122comment "Set to Y if you want auto-loading the codec driver"
78e34f34 123 depends on SND_HDA=y && SND_HDA_CODEC_VIA=m
d8f66c71 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 132comment "Set to Y if you want auto-loading the codec driver"
78e34f34 133 depends on SND_HDA=y && SND_HDA_CODEC_HDMI=m
d8f66c71 134
e5f14248 135config SND_HDA_CODEC_CIRRUS
595fe1b7 136 tristate "Build Cirrus Logic codec support"
1077a024 137 select SND_HDA_GENERIC
e5f14248 138 help
595fe1b7 139 Say Y or M here to include Cirrus Logic codec support in
e5f14248
TI
140 snd-hda-intel driver, such as CS4206.
141
d8f66c71 142comment "Set to Y if you want auto-loading the codec driver"
78e34f34 143 depends on SND_HDA=y && SND_HDA_CODEC_CIRRUS=m
d8f66c71 144
11b444d5 145config SND_HDA_CODEC_CONEXANT
595fe1b7 146 tristate "Build Conexant HD-audio codec support"
aed523f1 147 select SND_HDA_GENERIC
11b444d5 148 help
595fe1b7 149 Say Y or M here to include Conexant HD-audio codec support in
11b444d5
TI
150 snd-hda-intel driver, such as CX20549.
151
d8f66c71 152comment "Set to Y if you want auto-loading the codec driver"
78e34f34 153 depends on SND_HDA=y && SND_HDA_CODEC_CONEXANT=m
d8f66c71 154
4e01f54b 155config SND_HDA_CODEC_CA0110
595fe1b7 156 tristate "Build Creative CA0110-IBG codec support"
8fadf1da 157 select SND_HDA_GENERIC
4e01f54b 158 help
595fe1b7 159 Say Y or M here to include Creative CA0110-IBG codec support in
4e01f54b
TI
160 snd-hda-intel driver, found on some Creative X-Fi cards.
161
d8f66c71 162comment "Set to Y if you want auto-loading the codec driver"
78e34f34 163 depends on SND_HDA=y && SND_HDA_CODEC_CA0110=m
d8f66c71 164
95c6e9cb 165config SND_HDA_CODEC_CA0132
595fe1b7 166 tristate "Build Creative CA0132 codec support"
95c6e9cb 167 help
595fe1b7 168 Say Y or M here to include Creative CA0132 codec support in
95c6e9cb
IM
169 snd-hda-intel driver.
170
d8f66c71 171comment "Set to Y if you want auto-loading the codec driver"
78e34f34 172 depends on SND_HDA=y && SND_HDA_CODEC_CA0132=m
d8f66c71 173
24f3cede
TI
174config SND_HDA_CODEC_CA0132_DSP
175 bool "Support new DSP code for CA0132 codec"
2c312e9a 176 depends on SND_HDA_CODEC_CA0132
24f3cede 177 select SND_HDA_DSP_LOADER
2c312e9a 178 select FW_LOADER
24f3cede
TI
179 help
180 Say Y here to enable the DSP for Creative CA0132 for extended
181 features like equalizer or echo cancellation.
182
183 Note that this option requires the external firmware file
184 (ctefx.bin).
185
11b444d5 186config SND_HDA_CODEC_CMEDIA
595fe1b7 187 tristate "Build C-Media HD-audio codec support"
b060fb0e 188 select SND_HDA_GENERIC
11b444d5 189 help
595fe1b7 190 Say Y or M here to include C-Media HD-audio codec support in
11b444d5
TI
191 snd-hda-intel driver, such as CMI9880.
192
d8f66c71 193comment "Set to Y if you want auto-loading the codec driver"
78e34f34 194 depends on SND_HDA=y && SND_HDA_CODEC_CMEDIA=m
d8f66c71 195
11b444d5 196config SND_HDA_CODEC_SI3054
595fe1b7 197 tristate "Build Silicon Labs 3054 HD-modem codec support"
11b444d5 198 help
595fe1b7 199 Say Y or M here to include Silicon Labs 3054 HD-modem codec
11b444d5
TI
200 (and compatibles) support in snd-hda-intel driver.
201
d8f66c71 202comment "Set to Y if you want auto-loading the codec driver"
78e34f34 203 depends on SND_HDA=y && SND_HDA_CODEC_SI3054=m
d8f66c71 204
11b444d5 205config SND_HDA_GENERIC
595fe1b7 206 tristate "Enable generic HD-audio codec parser"
11b444d5 207 help
595fe1b7 208 Say Y or M here to enable the generic HD-audio codec parser
11b444d5
TI
209 in snd-hda-intel driver.
210
d8f66c71 211comment "Set to Y if you want auto-loading the codec driver"
78e34f34 212 depends on SND_HDA=y && SND_HDA_GENERIC=m
d8f66c71 213
11b444d5
TI
214config SND_HDA_POWER_SAVE_DEFAULT
215 int "Default time-out for HD-audio power-save mode"
83012a7c 216 depends on PM
11b444d5
TI
217 default 0
218 help
219 The default time-out value in seconds for HD-audio automatic
220 power-save mode. 0 means to disable the power-save mode.
221
222endif
78e34f34
DR
223
224endmenu
This page took 0.297667 seconds and 5 git commands to generate.