Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 1 | menuconfig SND_HDA_INTEL |
| 2 | tristate "Intel HD Audio" |
| 3 | select SND_PCM |
| 4 | select SND_VMASTER |
Takashi Iwai | 35be544 | 2011-11-02 08:36:06 +0100 | [diff] [blame] | 5 | select SND_KCTL_JACK |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 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 | |
| 16 | if SND_HDA_INTEL |
| 17 | |
Takashi Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame^] | 18 | config SND_HDA_DSP_LOADER |
| 19 | bool |
| 20 | |
Takashi Iwai | acfa634 | 2011-07-12 17:27:46 +0200 | [diff] [blame] | 21 | config SND_HDA_PREALLOC_SIZE |
| 22 | int "Pre-allocated buffer size for HD-audio driver" |
| 23 | range 0 32768 |
| 24 | default 64 |
| 25 | help |
Paul Menzel | cf01b73 | 2011-07-12 19:53:56 +0200 | [diff] [blame] | 26 | Specifies the default pre-allocated buffer-size in kB for the |
Takashi Iwai | acfa634 | 2011-07-12 17:27:46 +0200 | [diff] [blame] | 27 | HD-audio driver. A larger buffer (e.g. 2048) is preferred |
Paul Menzel | cf01b73 | 2011-07-12 19:53:56 +0200 | [diff] [blame] | 28 | for systems using PulseAudio. The default 64 is chosen just |
| 29 | for compatibility reasons. |
Takashi Iwai | acfa634 | 2011-07-12 17:27:46 +0200 | [diff] [blame] | 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 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 34 | config 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 | |
| 42 | config SND_HDA_RECONFIG |
| 43 | bool "Allow dynamic codec reconfiguration (EXPERIMENTAL)" |
| 44 | depends on SND_HDA_HWDEP && EXPERIMENTAL |
| 45 | help |
| 46 | Say Y here to enable the HD-audio codec re-configuration feature. |
| 47 | This adds the sysfs interfaces to allow user to clear the whole |
| 48 | codec configuration, change the codec setup, add extra verbs, |
| 49 | and re-configure the codec dynamically. |
| 50 | |
| 51 | config SND_HDA_INPUT_BEEP |
| 52 | bool "Support digital beep via input layer" |
| 53 | depends on INPUT=y || INPUT=SND_HDA_INTEL |
| 54 | help |
| 55 | Say Y here to build a digital beep interface for HD-audio |
| 56 | driver. This interface is used to generate digital beeps. |
| 57 | |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 58 | config SND_HDA_INPUT_BEEP_MODE |
Takashi Iwai | 0920c9b | 2012-07-03 16:58:48 +0200 | [diff] [blame] | 59 | int "Digital beep registration mode (0=off, 1=on)" |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 60 | depends on SND_HDA_INPUT_BEEP=y |
| 61 | default "1" |
Takashi Iwai | 0920c9b | 2012-07-03 16:58:48 +0200 | [diff] [blame] | 62 | range 0 1 |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 63 | help |
| 64 | Set 0 to disable the digital beep interface for HD-audio by default. |
| 65 | Set 1 to always enable the digital beep interface for HD-audio by |
Takashi Iwai | 0920c9b | 2012-07-03 16:58:48 +0200 | [diff] [blame] | 66 | default. |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 67 | |
Takashi Iwai | 8c8145b | 2009-06-22 17:00:38 +0200 | [diff] [blame] | 68 | config SND_HDA_INPUT_JACK |
| 69 | bool "Support jack plugging notification via input layer" |
Takashi Iwai | fc08722 | 2009-11-21 19:57:11 +0100 | [diff] [blame] | 70 | depends on INPUT=y || INPUT=SND |
Takashi Iwai | 8c8145b | 2009-06-22 17:00:38 +0200 | [diff] [blame] | 71 | select SND_JACK |
| 72 | help |
| 73 | Say Y here to enable the jack plugging notification via |
| 74 | input layer. |
| 75 | |
Takashi Iwai | 4ea6fbc | 2009-06-17 09:52:54 +0200 | [diff] [blame] | 76 | config SND_HDA_PATCH_LOADER |
| 77 | bool "Support initialization patch loading for HD-audio" |
| 78 | depends on EXPERIMENTAL |
| 79 | select FW_LOADER |
| 80 | select SND_HDA_HWDEP |
| 81 | select SND_HDA_RECONFIG |
| 82 | help |
| 83 | Say Y here to allow the HD-audio driver to load a pseudo |
| 84 | firmware file ("patch") for overriding the BIOS setup at |
| 85 | start up. The "patch" file can be specified via patch module |
| 86 | option, such as patch=hda-init. |
| 87 | |
| 88 | This option turns on hwdep and reconfig features automatically. |
| 89 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 90 | config SND_HDA_CODEC_REALTEK |
| 91 | bool "Build Realtek HD-audio codec support" |
| 92 | default y |
| 93 | help |
| 94 | Say Y here to include Realtek HD-audio codec support in |
| 95 | snd-hda-intel driver, such as ALC880. |
| 96 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 97 | When the HD-audio driver is built as a module, the codec |
| 98 | support code is also built as another module, |
| 99 | snd-hda-codec-realtek. |
| 100 | This module is automatically loaded at probing. |
| 101 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 102 | config SND_HDA_CODEC_ANALOG |
| 103 | bool "Build Analog Device HD-audio codec support" |
| 104 | default y |
| 105 | help |
| 106 | Say Y here to include Analog Device HD-audio codec support in |
| 107 | snd-hda-intel driver, such as AD1986A. |
| 108 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 109 | When the HD-audio driver is built as a module, the codec |
| 110 | support code is also built as another module, |
| 111 | snd-hda-codec-analog. |
| 112 | This module is automatically loaded at probing. |
| 113 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 114 | config SND_HDA_CODEC_SIGMATEL |
| 115 | bool "Build IDT/Sigmatel HD-audio codec support" |
| 116 | default y |
| 117 | help |
| 118 | Say Y here to include IDT (Sigmatel) HD-audio codec support in |
| 119 | snd-hda-intel driver, such as STAC9200. |
| 120 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 121 | When the HD-audio driver is built as a module, the codec |
| 122 | support code is also built as another module, |
| 123 | snd-hda-codec-idt. |
| 124 | This module is automatically loaded at probing. |
| 125 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 126 | config SND_HDA_CODEC_VIA |
| 127 | bool "Build VIA HD-audio codec support" |
| 128 | default y |
| 129 | help |
| 130 | Say Y here to include VIA HD-audio codec support in |
| 131 | snd-hda-intel driver, such as VT1708. |
| 132 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 133 | 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 Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 138 | config SND_HDA_CODEC_HDMI |
| 139 | bool "Build HDMI/DisplayPort HD-audio codec support" |
Wu Fengguang | e9abf85 | 2010-05-14 16:36:12 +0800 | [diff] [blame] | 140 | select SND_DYNAMIC_MINORS |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 141 | default y |
| 142 | help |
Takashi Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 143 | 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 Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 146 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 147 | When the HD-audio driver is built as a module, the codec |
| 148 | support code is also built as another module, |
Takashi Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 149 | snd-hda-codec-hdmi. |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 150 | This module is automatically loaded at probing. |
| 151 | |
Takashi Iwai | e5f1424 | 2009-07-01 18:11:44 +0200 | [diff] [blame] | 152 | config SND_HDA_CODEC_CIRRUS |
| 153 | bool "Build Cirrus Logic codec support" |
| 154 | depends on SND_HDA_INTEL |
| 155 | default y |
| 156 | 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 Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 165 | config SND_HDA_CODEC_CONEXANT |
| 166 | bool "Build Conexant HD-audio codec support" |
| 167 | default y |
| 168 | help |
| 169 | Say Y here to include Conexant HD-audio codec support in |
| 170 | snd-hda-intel driver, such as CX20549. |
| 171 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 172 | When the HD-audio driver is built as a module, the codec |
| 173 | support code is also built as another module, |
| 174 | snd-hda-codec-conexant. |
| 175 | This module is automatically loaded at probing. |
| 176 | |
Takashi Iwai | 4e01f54 | 2009-04-16 08:53:34 +0200 | [diff] [blame] | 177 | config SND_HDA_CODEC_CA0110 |
| 178 | bool "Build Creative CA0110-IBG codec support" |
| 179 | depends on SND_HDA_INTEL |
| 180 | default y |
| 181 | help |
| 182 | Say Y here to include Creative CA0110-IBG codec support in |
| 183 | snd-hda-intel driver, found on some Creative X-Fi cards. |
| 184 | |
| 185 | When the HD-audio driver is built as a module, the codec |
| 186 | support code is also built as another module, |
| 187 | snd-hda-codec-ca0110. |
| 188 | This module is automatically loaded at probing. |
| 189 | |
Ian Minett | 95c6e9c | 2011-06-15 15:35:17 -0700 | [diff] [blame] | 190 | config SND_HDA_CODEC_CA0132 |
| 191 | bool "Build Creative CA0132 codec support" |
| 192 | depends on SND_HDA_INTEL |
| 193 | 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 Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame^] | 203 | config SND_HDA_CODEC_CA0132_DSP |
| 204 | bool "Support new DSP code for CA0132 codec" |
| 205 | depends on SND_HDA_CODEC_CA0132 && FW_LOADER |
| 206 | select SND_HDA_DSP_LOADER |
| 207 | help |
| 208 | Say Y here to enable the DSP for Creative CA0132 for extended |
| 209 | features like equalizer or echo cancellation. |
| 210 | |
| 211 | Note that this option requires the external firmware file |
| 212 | (ctefx.bin). |
| 213 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 214 | config SND_HDA_CODEC_CMEDIA |
| 215 | bool "Build C-Media HD-audio codec support" |
| 216 | default y |
| 217 | help |
| 218 | Say Y here to include C-Media HD-audio codec support in |
| 219 | snd-hda-intel driver, such as CMI9880. |
| 220 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 221 | When the HD-audio driver is built as a module, the codec |
| 222 | support code is also built as another module, |
| 223 | snd-hda-codec-cmedia. |
| 224 | This module is automatically loaded at probing. |
| 225 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 226 | config SND_HDA_CODEC_SI3054 |
| 227 | bool "Build Silicon Labs 3054 HD-modem codec support" |
| 228 | default y |
| 229 | help |
| 230 | Say Y here to include Silicon Labs 3054 HD-modem codec |
| 231 | (and compatibles) support in snd-hda-intel driver. |
| 232 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 233 | When the HD-audio driver is built as a module, the codec |
| 234 | support code is also built as another module, |
| 235 | snd-hda-codec-si3054. |
| 236 | This module is automatically loaded at probing. |
| 237 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 238 | config SND_HDA_GENERIC |
| 239 | bool "Enable generic HD-audio codec parser" |
| 240 | default y |
| 241 | help |
| 242 | Say Y here to enable the generic HD-audio codec parser |
| 243 | in snd-hda-intel driver. |
| 244 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 245 | config SND_HDA_POWER_SAVE_DEFAULT |
| 246 | int "Default time-out for HD-audio power-save mode" |
Takashi Iwai | 83012a7 | 2012-08-24 18:38:08 +0200 | [diff] [blame] | 247 | depends on PM |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 248 | default 0 |
| 249 | help |
| 250 | The default time-out value in seconds for HD-audio automatic |
| 251 | power-save mode. 0 means to disable the power-save mode. |
| 252 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 253 | endif |