blob: 4466bf63d6bf56fd7e80a69691c4e72c15912d69 [file] [log] [blame]
Takashi Iwai11b444d2008-11-21 09:32:40 +01001menuconfig SND_HDA_INTEL
2 tristate "Intel HD Audio"
3 select SND_PCM
4 select SND_VMASTER
Takashi Iwai35be5442011-11-02 08:36:06 +01005 select SND_KCTL_JACK
Takashi Iwai11b444d2008-11-21 09:32:40 +01006 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
Takashi Iwaiacfa6342011-07-12 17:27:46 +020018config SND_HDA_PREALLOC_SIZE
19 int "Pre-allocated buffer size for HD-audio driver"
20 range 0 32768
21 default 64
22 help
Paul Menzelcf01b732011-07-12 19:53:56 +020023 Specifies the default pre-allocated buffer-size in kB for the
Takashi Iwaiacfa6342011-07-12 17:27:46 +020024 HD-audio driver. A larger buffer (e.g. 2048) is preferred
Paul Menzelcf01b732011-07-12 19:53:56 +020025 for systems using PulseAudio. The default 64 is chosen just
26 for compatibility reasons.
Takashi Iwaiacfa6342011-07-12 17:27:46 +020027
28 Note that the pre-allocation size can be changed dynamically
29 via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.
30
Takashi Iwai11b444d2008-11-21 09:32:40 +010031config SND_HDA_HWDEP
32 bool "Build hwdep interface for HD-audio driver"
33 select SND_HWDEP
34 help
35 Say Y here to build a hwdep interface for HD-audio driver.
36 This interface can be used for out-of-band communication
37 with codecs for debugging purposes.
38
39config SND_HDA_RECONFIG
Kees Cook0b1714a2012-10-23 13:04:22 -070040 bool "Allow dynamic codec reconfiguration"
41 depends on SND_HDA_HWDEP
Takashi Iwai11b444d2008-11-21 09:32:40 +010042 help
43 Say Y here to enable the HD-audio codec re-configuration feature.
44 This adds the sysfs interfaces to allow user to clear the whole
45 codec configuration, change the codec setup, add extra verbs,
46 and re-configure the codec dynamically.
47
48config SND_HDA_INPUT_BEEP
49 bool "Support digital beep via input layer"
50 depends on INPUT=y || INPUT=SND_HDA_INTEL
51 help
52 Say Y here to build a digital beep interface for HD-audio
53 driver. This interface is used to generate digital beeps.
54
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +010055config SND_HDA_INPUT_BEEP_MODE
Takashi Iwai0920c9b2012-07-03 16:58:48 +020056 int "Digital beep registration mode (0=off, 1=on)"
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +010057 depends on SND_HDA_INPUT_BEEP=y
58 default "1"
Takashi Iwai0920c9b2012-07-03 16:58:48 +020059 range 0 1
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +010060 help
61 Set 0 to disable the digital beep interface for HD-audio by default.
62 Set 1 to always enable the digital beep interface for HD-audio by
Takashi Iwai0920c9b2012-07-03 16:58:48 +020063 default.
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +010064
Takashi Iwai8c8145b2009-06-22 17:00:38 +020065config SND_HDA_INPUT_JACK
66 bool "Support jack plugging notification via input layer"
Takashi Iwaifc087222009-11-21 19:57:11 +010067 depends on INPUT=y || INPUT=SND
Takashi Iwai8c8145b2009-06-22 17:00:38 +020068 select SND_JACK
69 help
70 Say Y here to enable the jack plugging notification via
71 input layer.
72
Takashi Iwai4ea6fbc2009-06-17 09:52:54 +020073config SND_HDA_PATCH_LOADER
74 bool "Support initialization patch loading for HD-audio"
Takashi Iwai4ea6fbc2009-06-17 09:52:54 +020075 select FW_LOADER
76 select SND_HDA_HWDEP
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
84 This option turns on hwdep and reconfig features automatically.
85
Takashi Iwai11b444d2008-11-21 09:32:40 +010086config SND_HDA_CODEC_REALTEK
87 bool "Build Realtek HD-audio codec support"
88 default y
Takashi Iwai08c189f2012-12-19 15:22:24 +010089 select SND_HDA_GENERIC
Takashi Iwai11b444d2008-11-21 09:32:40 +010090 help
91 Say Y here to include Realtek HD-audio codec support in
92 snd-hda-intel driver, such as ALC880.
93
Takashi Iwai1289e9e2008-11-27 15:47:11 +010094 When the HD-audio driver is built as a module, the codec
95 support code is also built as another module,
96 snd-hda-codec-realtek.
97 This module is automatically loaded at probing.
98
Takashi Iwai11b444d2008-11-21 09:32:40 +010099config SND_HDA_CODEC_ANALOG
100 bool "Build Analog Device HD-audio codec support"
101 default y
Takashi Iwai78bb3cb2012-12-21 15:17:06 +0100102 select SND_HDA_GENERIC
Takashi Iwai11b444d2008-11-21 09:32:40 +0100103 help
104 Say Y here to include Analog Device HD-audio codec support in
105 snd-hda-intel driver, such as AD1986A.
106
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100107 When the HD-audio driver is built as a module, the codec
108 support code is also built as another module,
109 snd-hda-codec-analog.
110 This module is automatically loaded at probing.
111
Takashi Iwai11b444d2008-11-21 09:32:40 +0100112config SND_HDA_CODEC_SIGMATEL
113 bool "Build IDT/Sigmatel HD-audio codec support"
114 default y
Takashi Iwai36c9db72013-01-17 17:07:59 +0100115 select SND_HDA_GENERIC
Takashi Iwai11b444d2008-11-21 09:32:40 +0100116 help
117 Say Y here to include IDT (Sigmatel) HD-audio codec support in
118 snd-hda-intel driver, such as STAC9200.
119
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100120 When the HD-audio driver is built as a module, the codec
121 support code is also built as another module,
122 snd-hda-codec-idt.
123 This module is automatically loaded at probing.
124
Takashi Iwai11b444d2008-11-21 09:32:40 +0100125config SND_HDA_CODEC_VIA
126 bool "Build VIA HD-audio codec support"
127 default y
Takashi Iwaib3f60082013-01-07 12:27:36 +0100128 select SND_HDA_GENERIC
Takashi Iwai11b444d2008-11-21 09:32:40 +0100129 help
130 Say Y here to include VIA HD-audio codec support in
131 snd-hda-intel driver, such as VT1708.
132
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100133 When the HD-audio driver is built as a module, the codec
134 support code is also built as another module,
135 snd-hda-codec-via.
136 This module is automatically loaded at probing.
137
Takashi Iwai84eb01b2010-09-07 12:27:25 +0200138config SND_HDA_CODEC_HDMI
139 bool "Build HDMI/DisplayPort HD-audio codec support"
Wu Fengguange9abf852010-05-14 16:36:12 +0800140 select SND_DYNAMIC_MINORS
Takashi Iwai11b444d2008-11-21 09:32:40 +0100141 default y
142 help
Takashi Iwai84eb01b2010-09-07 12:27:25 +0200143 Say Y here to include HDMI and DisplayPort HD-audio codec
144 support in snd-hda-intel driver. This includes all AMD/ATI,
145 Intel and Nvidia HDMI/DisplayPort codecs.
Takashi Iwai11b444d2008-11-21 09:32:40 +0100146
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100147 When the HD-audio driver is built as a module, the codec
148 support code is also built as another module,
Takashi Iwai84eb01b2010-09-07 12:27:25 +0200149 snd-hda-codec-hdmi.
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100150 This module is automatically loaded at probing.
151
Takashi Iwaie5f14242009-07-01 18:11:44 +0200152config SND_HDA_CODEC_CIRRUS
153 bool "Build Cirrus Logic codec support"
Takashi Iwaie5f14242009-07-01 18:11:44 +0200154 default y
Takashi Iwai1077a022012-12-19 16:39:18 +0100155 select SND_HDA_GENERIC
Takashi Iwaie5f14242009-07-01 18:11:44 +0200156 help
157 Say Y here to include Cirrus Logic codec support in
158 snd-hda-intel driver, such as CS4206.
159
160 When the HD-audio driver is built as a module, the codec
161 support code is also built as another module,
162 snd-hda-codec-cirrus.
163 This module is automatically loaded at probing.
164
Takashi Iwai11b444d2008-11-21 09:32:40 +0100165config SND_HDA_CODEC_CONEXANT
166 bool "Build Conexant HD-audio codec support"
167 default y
Takashi Iwaiaed523f2012-12-20 16:34:12 +0100168 select SND_HDA_GENERIC
Takashi Iwai11b444d2008-11-21 09:32:40 +0100169 help
170 Say Y here to include Conexant HD-audio codec support in
171 snd-hda-intel driver, such as CX20549.
172
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100173 When the HD-audio driver is built as a module, the codec
174 support code is also built as another module,
175 snd-hda-codec-conexant.
176 This module is automatically loaded at probing.
177
Takashi Iwai4e01f542009-04-16 08:53:34 +0200178config SND_HDA_CODEC_CA0110
179 bool "Build Creative CA0110-IBG codec support"
Takashi Iwai4e01f542009-04-16 08:53:34 +0200180 default y
Takashi Iwai8fadf1d2012-12-19 18:04:37 +0100181 select SND_HDA_GENERIC
Takashi Iwai4e01f542009-04-16 08:53:34 +0200182 help
183 Say Y here to include Creative CA0110-IBG codec support in
184 snd-hda-intel driver, found on some Creative X-Fi cards.
185
186 When the HD-audio driver is built as a module, the codec
187 support code is also built as another module,
188 snd-hda-codec-ca0110.
189 This module is automatically loaded at probing.
190
Ian Minett95c6e9c2011-06-15 15:35:17 -0700191config SND_HDA_CODEC_CA0132
192 bool "Build Creative CA0132 codec support"
Ian Minett95c6e9c2011-06-15 15:35:17 -0700193 default y
194 help
195 Say Y here to include Creative CA0132 codec support in
196 snd-hda-intel driver.
197
198 When the HD-audio driver is built as a module, the codec
199 support code is also built as another module,
200 snd-hda-codec-ca0132.
201 This module is automatically loaded at probing.
202
Takashi Iwai11b444d2008-11-21 09:32:40 +0100203config SND_HDA_CODEC_CMEDIA
204 bool "Build C-Media HD-audio codec support"
205 default y
Takashi Iwaib060fb02012-12-19 17:35:47 +0100206 select SND_HDA_GENERIC
Takashi Iwai11b444d2008-11-21 09:32:40 +0100207 help
208 Say Y here to include C-Media HD-audio codec support in
209 snd-hda-intel driver, such as CMI9880.
210
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100211 When the HD-audio driver is built as a module, the codec
212 support code is also built as another module,
213 snd-hda-codec-cmedia.
214 This module is automatically loaded at probing.
215
Takashi Iwai11b444d2008-11-21 09:32:40 +0100216config SND_HDA_CODEC_SI3054
217 bool "Build Silicon Labs 3054 HD-modem codec support"
218 default y
219 help
220 Say Y here to include Silicon Labs 3054 HD-modem codec
221 (and compatibles) support in snd-hda-intel driver.
222
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100223 When the HD-audio driver is built as a module, the codec
224 support code is also built as another module,
225 snd-hda-codec-si3054.
226 This module is automatically loaded at probing.
227
Takashi Iwai11b444d2008-11-21 09:32:40 +0100228config SND_HDA_GENERIC
229 bool "Enable generic HD-audio codec parser"
230 default y
231 help
232 Say Y here to enable the generic HD-audio codec parser
233 in snd-hda-intel driver.
234
Takashi Iwai11b444d2008-11-21 09:32:40 +0100235config SND_HDA_POWER_SAVE_DEFAULT
236 int "Default time-out for HD-audio power-save mode"
Takashi Iwai83012a72012-08-24 18:38:08 +0200237 depends on PM
Takashi Iwai11b444d2008-11-21 09:32:40 +0100238 default 0
239 help
240 The default time-out value in seconds for HD-audio automatic
241 power-save mode. 0 means to disable the power-save mode.
242
243endif