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 | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 5 | help |
| 6 | Say Y here to include support for Intel "High Definition |
| 7 | Audio" (Azalia) and its compatible devices. |
| 8 | |
| 9 | This option enables the HD-audio controller. Don't forget |
| 10 | to choose the appropriate codec options below. |
| 11 | |
| 12 | To compile this driver as a module, choose M here: the module |
| 13 | will be called snd-hda-intel. |
| 14 | |
| 15 | if SND_HDA_INTEL |
| 16 | |
| 17 | config SND_HDA_HWDEP |
| 18 | bool "Build hwdep interface for HD-audio driver" |
| 19 | select SND_HWDEP |
| 20 | help |
| 21 | Say Y here to build a hwdep interface for HD-audio driver. |
| 22 | This interface can be used for out-of-band communication |
| 23 | with codecs for debugging purposes. |
| 24 | |
| 25 | config SND_HDA_RECONFIG |
| 26 | bool "Allow dynamic codec reconfiguration (EXPERIMENTAL)" |
| 27 | depends on SND_HDA_HWDEP && EXPERIMENTAL |
| 28 | help |
| 29 | Say Y here to enable the HD-audio codec re-configuration feature. |
| 30 | This adds the sysfs interfaces to allow user to clear the whole |
| 31 | codec configuration, change the codec setup, add extra verbs, |
| 32 | and re-configure the codec dynamically. |
| 33 | |
| 34 | config SND_HDA_INPUT_BEEP |
| 35 | bool "Support digital beep via input layer" |
| 36 | depends on INPUT=y || INPUT=SND_HDA_INTEL |
| 37 | help |
| 38 | Say Y here to build a digital beep interface for HD-audio |
| 39 | driver. This interface is used to generate digital beeps. |
| 40 | |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 41 | config SND_HDA_INPUT_BEEP_MODE |
| 42 | int "Digital beep registration mode (0=off, 1=on, 2=mute sw on/off)" |
| 43 | depends on SND_HDA_INPUT_BEEP=y |
| 44 | default "1" |
| 45 | range 0 2 |
| 46 | help |
| 47 | Set 0 to disable the digital beep interface for HD-audio by default. |
| 48 | Set 1 to always enable the digital beep interface for HD-audio by |
| 49 | default. Set 2 to control the beep device registration to input |
| 50 | layer using a "Beep Switch" in mixer applications. |
| 51 | |
Takashi Iwai | 8c8145b | 2009-06-22 17:00:38 +0200 | [diff] [blame] | 52 | config SND_HDA_INPUT_JACK |
| 53 | bool "Support jack plugging notification via input layer" |
Takashi Iwai | fc08722 | 2009-11-21 19:57:11 +0100 | [diff] [blame] | 54 | depends on INPUT=y || INPUT=SND |
Takashi Iwai | 8c8145b | 2009-06-22 17:00:38 +0200 | [diff] [blame] | 55 | select SND_JACK |
| 56 | help |
| 57 | Say Y here to enable the jack plugging notification via |
| 58 | input layer. |
| 59 | |
Takashi Iwai | 4ea6fbc | 2009-06-17 09:52:54 +0200 | [diff] [blame] | 60 | config SND_HDA_PATCH_LOADER |
| 61 | bool "Support initialization patch loading for HD-audio" |
| 62 | depends on EXPERIMENTAL |
| 63 | select FW_LOADER |
| 64 | select SND_HDA_HWDEP |
| 65 | select SND_HDA_RECONFIG |
| 66 | help |
| 67 | Say Y here to allow the HD-audio driver to load a pseudo |
| 68 | firmware file ("patch") for overriding the BIOS setup at |
| 69 | start up. The "patch" file can be specified via patch module |
| 70 | option, such as patch=hda-init. |
| 71 | |
| 72 | This option turns on hwdep and reconfig features automatically. |
| 73 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 74 | config SND_HDA_CODEC_REALTEK |
| 75 | bool "Build Realtek HD-audio codec support" |
| 76 | default y |
| 77 | help |
| 78 | Say Y here to include Realtek HD-audio codec support in |
| 79 | snd-hda-intel driver, such as ALC880. |
| 80 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 81 | When the HD-audio driver is built as a module, the codec |
| 82 | support code is also built as another module, |
| 83 | snd-hda-codec-realtek. |
| 84 | This module is automatically loaded at probing. |
| 85 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 86 | config SND_HDA_CODEC_ANALOG |
| 87 | bool "Build Analog Device HD-audio codec support" |
| 88 | default y |
| 89 | help |
| 90 | Say Y here to include Analog Device HD-audio codec support in |
| 91 | snd-hda-intel driver, such as AD1986A. |
| 92 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 93 | When the HD-audio driver is built as a module, the codec |
| 94 | support code is also built as another module, |
| 95 | snd-hda-codec-analog. |
| 96 | This module is automatically loaded at probing. |
| 97 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 98 | config SND_HDA_CODEC_SIGMATEL |
| 99 | bool "Build IDT/Sigmatel HD-audio codec support" |
| 100 | default y |
| 101 | help |
| 102 | Say Y here to include IDT (Sigmatel) HD-audio codec support in |
| 103 | snd-hda-intel driver, such as STAC9200. |
| 104 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 105 | When the HD-audio driver is built as a module, the codec |
| 106 | support code is also built as another module, |
| 107 | snd-hda-codec-idt. |
| 108 | This module is automatically loaded at probing. |
| 109 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 110 | config SND_HDA_CODEC_VIA |
| 111 | bool "Build VIA HD-audio codec support" |
| 112 | default y |
| 113 | help |
| 114 | Say Y here to include VIA HD-audio codec support in |
| 115 | snd-hda-intel driver, such as VT1708. |
| 116 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 117 | When the HD-audio driver is built as a module, the codec |
| 118 | support code is also built as another module, |
| 119 | snd-hda-codec-via. |
| 120 | This module is automatically loaded at probing. |
| 121 | |
Takashi Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 122 | config SND_HDA_CODEC_HDMI |
| 123 | bool "Build HDMI/DisplayPort HD-audio codec support" |
Wu Fengguang | e9abf85 | 2010-05-14 16:36:12 +0800 | [diff] [blame] | 124 | select SND_DYNAMIC_MINORS |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 125 | default y |
| 126 | help |
Takashi Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 127 | Say Y here to include HDMI and DisplayPort HD-audio codec |
| 128 | support in snd-hda-intel driver. This includes all AMD/ATI, |
| 129 | Intel and Nvidia HDMI/DisplayPort codecs. |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 130 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 131 | When the HD-audio driver is built as a module, the codec |
| 132 | support code is also built as another module, |
Takashi Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 133 | snd-hda-codec-hdmi. |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 134 | This module is automatically loaded at probing. |
| 135 | |
Takashi Iwai | e5f1424 | 2009-07-01 18:11:44 +0200 | [diff] [blame] | 136 | config SND_HDA_CODEC_CIRRUS |
| 137 | bool "Build Cirrus Logic codec support" |
| 138 | depends on SND_HDA_INTEL |
| 139 | default y |
| 140 | help |
| 141 | Say Y here to include Cirrus Logic codec support in |
| 142 | snd-hda-intel driver, such as CS4206. |
| 143 | |
| 144 | When the HD-audio driver is built as a module, the codec |
| 145 | support code is also built as another module, |
| 146 | snd-hda-codec-cirrus. |
| 147 | This module is automatically loaded at probing. |
| 148 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 149 | config SND_HDA_CODEC_CONEXANT |
| 150 | bool "Build Conexant HD-audio codec support" |
| 151 | default y |
| 152 | help |
| 153 | Say Y here to include Conexant HD-audio codec support in |
| 154 | snd-hda-intel driver, such as CX20549. |
| 155 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 156 | When the HD-audio driver is built as a module, the codec |
| 157 | support code is also built as another module, |
| 158 | snd-hda-codec-conexant. |
| 159 | This module is automatically loaded at probing. |
| 160 | |
Takashi Iwai | 4e01f54 | 2009-04-16 08:53:34 +0200 | [diff] [blame] | 161 | config SND_HDA_CODEC_CA0110 |
| 162 | bool "Build Creative CA0110-IBG codec support" |
| 163 | depends on SND_HDA_INTEL |
| 164 | default y |
| 165 | help |
| 166 | Say Y here to include Creative CA0110-IBG codec support in |
| 167 | snd-hda-intel driver, found on some Creative X-Fi cards. |
| 168 | |
| 169 | When the HD-audio driver is built as a module, the codec |
| 170 | support code is also built as another module, |
| 171 | snd-hda-codec-ca0110. |
| 172 | This module is automatically loaded at probing. |
| 173 | |
Ian Minett | 95c6e9c | 2011-06-15 15:35:17 -0700 | [diff] [blame^] | 174 | config SND_HDA_CODEC_CA0132 |
| 175 | bool "Build Creative CA0132 codec support" |
| 176 | depends on SND_HDA_INTEL |
| 177 | default y |
| 178 | help |
| 179 | Say Y here to include Creative CA0132 codec support in |
| 180 | snd-hda-intel driver. |
| 181 | |
| 182 | When the HD-audio driver is built as a module, the codec |
| 183 | support code is also built as another module, |
| 184 | snd-hda-codec-ca0132. |
| 185 | This module is automatically loaded at probing. |
| 186 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 187 | config SND_HDA_CODEC_CMEDIA |
| 188 | bool "Build C-Media HD-audio codec support" |
| 189 | default y |
| 190 | help |
| 191 | Say Y here to include C-Media HD-audio codec support in |
| 192 | snd-hda-intel driver, such as CMI9880. |
| 193 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 194 | When the HD-audio driver is built as a module, the codec |
| 195 | support code is also built as another module, |
| 196 | snd-hda-codec-cmedia. |
| 197 | This module is automatically loaded at probing. |
| 198 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 199 | config SND_HDA_CODEC_SI3054 |
| 200 | bool "Build Silicon Labs 3054 HD-modem codec support" |
| 201 | default y |
| 202 | help |
| 203 | Say Y here to include Silicon Labs 3054 HD-modem codec |
| 204 | (and compatibles) support in snd-hda-intel driver. |
| 205 | |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 206 | When the HD-audio driver is built as a module, the codec |
| 207 | support code is also built as another module, |
| 208 | snd-hda-codec-si3054. |
| 209 | This module is automatically loaded at probing. |
| 210 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 211 | config SND_HDA_GENERIC |
| 212 | bool "Enable generic HD-audio codec parser" |
| 213 | default y |
| 214 | help |
| 215 | Say Y here to enable the generic HD-audio codec parser |
| 216 | in snd-hda-intel driver. |
| 217 | |
| 218 | config SND_HDA_POWER_SAVE |
| 219 | bool "Aggressive power-saving on HD-audio" |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 220 | help |
| 221 | Say Y here to enable more aggressive power-saving mode on |
| 222 | HD-audio driver. The power-saving timeout can be configured |
| 223 | via power_save option or over sysfs on-the-fly. |
| 224 | |
| 225 | config SND_HDA_POWER_SAVE_DEFAULT |
| 226 | int "Default time-out for HD-audio power-save mode" |
| 227 | depends on SND_HDA_POWER_SAVE |
| 228 | default 0 |
| 229 | help |
| 230 | The default time-out value in seconds for HD-audio automatic |
| 231 | power-save mode. 0 means to disable the power-save mode. |
| 232 | |
| 233 | endif |