| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA PCI drivers | 
|  | 2 |  | 
| Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 3 | menuconfig SND_PCI | 
|  | 4 | bool "PCI sound devices" | 
|  | 5 | depends on PCI | 
|  | 6 | default y | 
|  | 7 | help | 
|  | 8 | Support for sound devices connected via the PCI bus. | 
|  | 9 |  | 
|  | 10 | if SND_PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 12 | config SND_AD1889 | 
|  | 13 | tristate "Analog Devices AD1889" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 14 | select SND_AC97_CODEC | 
|  | 15 | help | 
|  | 16 | Say Y here to include support for the integrated AC97 sound | 
|  | 17 | device found in particular on the Hewlett-Packard [BCJ]-xxx0 | 
|  | 18 | class PA-RISC workstations, using the AD1819 codec. | 
|  | 19 |  | 
|  | 20 | To compile this as a module, choose M here: the module | 
|  | 21 | will be called snd-ad1889. | 
|  | 22 |  | 
| Ash Willis | b3a70d5 | 2006-03-27 13:20:40 +0200 | [diff] [blame] | 23 | config SND_ALS300 | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 24 | tristate "Avance Logic ALS300/ALS300+" | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 25 | select SND_PCM | 
|  | 26 | select SND_AC97_CODEC | 
|  | 27 | select SND_OPL3_LIB | 
|  | 28 | help | 
|  | 29 | Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ | 
| Ash Willis | b3a70d5 | 2006-03-27 13:20:40 +0200 | [diff] [blame] | 30 |  | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 31 | To compile this driver as a module, choose M here: the module | 
|  | 32 | will be called snd-als300 | 
| Ash Willis | b3a70d5 | 2006-03-27 13:20:40 +0200 | [diff] [blame] | 33 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 34 | config SND_ALS4000 | 
|  | 35 | tristate "Avance Logic ALS4000" | 
| Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 36 | depends on ISA_DMA_API | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 37 | select SND_OPL3_LIB | 
|  | 38 | select SND_MPU401_UART | 
|  | 39 | select SND_PCM | 
| Takashi Iwai | dda369c | 2007-05-25 11:50:33 +0200 | [diff] [blame] | 40 | select SND_SB_COMMON | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 41 | help | 
|  | 42 | Say Y here to include support for soundcards based on Avance Logic | 
|  | 43 | ALS4000 chips. | 
|  | 44 |  | 
|  | 45 | To compile this driver as a module, choose M here: the module | 
|  | 46 | will be called snd-als4000. | 
|  | 47 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | config SND_ALI5451 | 
|  | 49 | tristate "ALi M5451 PCI Audio Controller" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | select SND_MPU401_UART | 
|  | 51 | select SND_AC97_CODEC | 
|  | 52 | help | 
|  | 53 | Say Y here to include support for the integrated AC97 sound | 
|  | 54 | device on motherboards using the ALi M5451 Audio Controller | 
|  | 55 | (M1535/M1535D/M1535+/M1535D+ south bridges).  Newer chipsets | 
|  | 56 | use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver. | 
|  | 57 |  | 
|  | 58 | To compile this driver as a module, choose M here: the module | 
|  | 59 | will be called snd-ali5451. | 
|  | 60 |  | 
|  | 61 | config SND_ATIIXP | 
|  | 62 | tristate "ATI IXP AC97 Controller" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | select SND_AC97_CODEC | 
|  | 64 | help | 
|  | 65 | Say Y here to include support for the integrated AC97 sound | 
|  | 66 | device on motherboards with ATI chipsets (ATI IXP 150/200/250/ | 
|  | 67 | 300/400). | 
|  | 68 |  | 
|  | 69 | To compile this driver as a module, choose M here: the module | 
|  | 70 | will be called snd-atiixp. | 
|  | 71 |  | 
|  | 72 | config SND_ATIIXP_MODEM | 
|  | 73 | tristate "ATI IXP Modem" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | select SND_AC97_CODEC | 
|  | 75 | help | 
|  | 76 | Say Y here to include support for the integrated MC97 modem on | 
|  | 77 | motherboards with ATI chipsets (ATI IXP 150/200/250). | 
|  | 78 |  | 
|  | 79 | To compile this driver as a module, choose M here: the module | 
|  | 80 | will be called snd-atiixp-modem. | 
|  | 81 |  | 
|  | 82 | config SND_AU8810 | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 83 | tristate "Aureal Advantage" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | select SND_MPU401_UART | 
|  | 85 | select SND_AC97_CODEC | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 86 | help | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | Say Y here to include support for Aureal Advantage soundcards. | 
|  | 88 |  | 
|  | 89 | Supported features: Hardware Mixer, SRC, EQ and SPDIF output. | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 90 | 3D support code is in place, but not yet useable. For more info, | 
|  | 91 | email the ALSA developer list, or <mjander@users.sourceforge.net>. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 |  | 
|  | 93 | To compile this driver as a module, choose M here: the module | 
|  | 94 | will be called snd-au8810. | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 95 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | config SND_AU8820 | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 97 | tristate "Aureal Vortex" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | select SND_MPU401_UART | 
|  | 99 | select SND_AC97_CODEC | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 100 | help | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | Say Y here to include support for Aureal Vortex soundcards. | 
|  | 102 |  | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 103 | Supported features: Hardware Mixer and SRC. For more info, email | 
|  | 104 | the ALSA developer list, or <mjander@users.sourceforge.net>. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 |  | 
|  | 106 | To compile this driver as a module, choose M here: the module | 
|  | 107 | will be called snd-au8820. | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 108 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | config SND_AU8830 | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 110 | tristate "Aureal Vortex 2" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | select SND_MPU401_UART | 
|  | 112 | select SND_AC97_CODEC | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 113 | help | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | Say Y here to include support for Aureal Vortex 2 soundcards. | 
|  | 115 |  | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 116 | Supported features: Hardware Mixer, SRC, EQ and SPDIF output. | 
|  | 117 | 3D support code is in place, but not yet useable. For more info, | 
|  | 118 | email the ALSA developer list, or <mjander@users.sourceforge.net>. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 |  | 
|  | 120 | To compile this driver as a module, choose M here: the module | 
|  | 121 | will be called snd-au8830. | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 122 |  | 
| Cedric Bregardis | 98f2a97 | 2008-02-20 12:05:13 +0100 | [diff] [blame] | 123 | config SND_AW2 | 
|  | 124 | tristate "Emagic Audiowerk 2" | 
| Cedric Bregardis | 98f2a97 | 2008-02-20 12:05:13 +0100 | [diff] [blame] | 125 | help | 
|  | 126 | Say Y here to include support for Emagic Audiowerk 2 soundcards. | 
|  | 127 |  | 
|  | 128 | Supported features: Analog and SPDIF output. Analog or SPDIF input. | 
|  | 129 | Note: Switch between analog and digital input does not always work. | 
|  | 130 | It can produce continuous noise. The workaround is to switch again | 
|  | 131 | (and again) between digital and analog input until it works. | 
|  | 132 |  | 
|  | 133 | To compile this driver as a module, choose M here: the module | 
|  | 134 | will be called snd-aw2. | 
|  | 135 |  | 
|  | 136 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | config SND_AZT3328 | 
| Andreas Mohr | 3eff895 | 2009-07-05 13:28:48 +0200 | [diff] [blame] | 138 | tristate "Aztech AZF3328 / PCI168" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 139 | select SND_OPL3_LIB | 
|  | 140 | select SND_MPU401_UART | 
|  | 141 | select SND_PCM | 
| Andreas Mohr | 3eff895 | 2009-07-05 13:28:48 +0200 | [diff] [blame] | 142 | select SND_RAWMIDI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 143 | help | 
|  | 144 | Say Y here to include support for Aztech AZF3328 (PCI168) | 
|  | 145 | soundcards. | 
|  | 146 |  | 
|  | 147 | To compile this driver as a module, choose M here: the module | 
|  | 148 | will be called snd-azt3328. | 
|  | 149 |  | 
|  | 150 | config SND_BT87X | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 151 | tristate "Bt87x Audio Capture" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | select SND_PCM | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 153 | help | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | If you want to record audio from TV cards based on | 
|  | 155 | Brooktree Bt878/Bt879 chips, say Y here and read | 
|  | 156 | <file:Documentation/sound/alsa/Bt87x.txt>. | 
|  | 157 |  | 
|  | 158 | To compile this driver as a module, choose M here: the module | 
|  | 159 | will be called snd-bt87x. | 
|  | 160 |  | 
|  | 161 | config SND_BT87X_OVERCLOCK | 
|  | 162 | bool "Bt87x Audio overclocking" | 
|  | 163 | depends on SND_BT87X | 
|  | 164 | help | 
|  | 165 | Say Y here if 448000 Hz isn't enough for you and you want to | 
|  | 166 | record from the analog input with up to 1792000 Hz. | 
|  | 167 |  | 
|  | 168 | Higher sample rates won't hurt your hardware, but audio | 
|  | 169 | quality may suffer. | 
|  | 170 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 171 | config SND_CA0106 | 
|  | 172 | tristate "SB Audigy LS / Live 24bit" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 173 | select SND_AC97_CODEC | 
|  | 174 | select SND_RAWMIDI | 
| Takashi Iwai | 49c88b8 | 2008-02-18 13:06:49 +0100 | [diff] [blame] | 175 | select SND_VMASTER | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 176 | help | 
|  | 177 | Say Y here to include support for the Sound Blaster Audigy LS | 
|  | 178 | and Live 24bit. | 
|  | 179 |  | 
|  | 180 | To compile this driver as a module, choose M here: the module | 
|  | 181 | will be called snd-ca0106. | 
|  | 182 |  | 
|  | 183 | config SND_CMIPCI | 
| Clemens Ladisch | 45c41b4 | 2007-08-22 09:45:03 +0200 | [diff] [blame] | 184 | tristate "C-Media 8338, 8738, 8768, 8770" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 185 | select SND_OPL3_LIB | 
|  | 186 | select SND_MPU401_UART | 
|  | 187 | select SND_PCM | 
|  | 188 | help | 
| Clemens Ladisch | 45c41b4 | 2007-08-22 09:45:03 +0200 | [diff] [blame] | 189 | If you want to use soundcards based on C-Media CMI8338, CMI8738, | 
|  | 190 | CMI8768 or CMI8770 chips, say Y here and read | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 191 | <file:Documentation/sound/alsa/CMIPCI.txt>. | 
|  | 192 |  | 
|  | 193 | To compile this driver as a module, choose M here: the module | 
|  | 194 | will be called snd-cmipci. | 
|  | 195 |  | 
| Clemens Ladisch | d0ce994 | 2007-12-23 19:50:57 +0100 | [diff] [blame] | 196 | config SND_OXYGEN_LIB | 
|  | 197 | tristate | 
| Clemens Ladisch | d0ce994 | 2007-12-23 19:50:57 +0100 | [diff] [blame] | 198 | select SND_PCM | 
|  | 199 | select SND_MPU401_UART | 
|  | 200 |  | 
|  | 201 | config SND_OXYGEN | 
|  | 202 | tristate "C-Media 8788 (Oxygen)" | 
| Clemens Ladisch | d0ce994 | 2007-12-23 19:50:57 +0100 | [diff] [blame] | 203 | select SND_OXYGEN_LIB | 
|  | 204 | help | 
|  | 205 | Say Y here to include support for sound cards based on the | 
|  | 206 | C-Media CMI8788 (Oxygen HD Audio) chip: | 
|  | 207 | * Asound A-8788 | 
|  | 208 | * AuzenTech X-Meridian | 
|  | 209 | * Bgears b-Enspirer | 
|  | 210 | * Club3D Theatron DTS | 
| Clemens Ladisch | de04b10 | 2008-11-26 10:37:23 +0100 | [diff] [blame] | 211 | * HT-Omega Claro (plus) | 
|  | 212 | * HT-Omega Claro halo (XT) | 
| Clemens Ladisch | d0ce994 | 2007-12-23 19:50:57 +0100 | [diff] [blame] | 213 | * Razer Barracuda AC-1 | 
|  | 214 | * Sondigo Inferno | 
| Clemens Ladisch | d0ce994 | 2007-12-23 19:50:57 +0100 | [diff] [blame] | 215 |  | 
|  | 216 | To compile this driver as a module, choose M here: the module | 
|  | 217 | will be called snd-oxygen. | 
|  | 218 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 219 | config SND_CS4281 | 
|  | 220 | tristate "Cirrus Logic (Sound Fusion) CS4281" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 221 | select SND_OPL3_LIB | 
|  | 222 | select SND_RAWMIDI | 
|  | 223 | select SND_AC97_CODEC | 
|  | 224 | help | 
|  | 225 | Say Y here to include support for Cirrus Logic CS4281 chips. | 
|  | 226 |  | 
|  | 227 | To compile this driver as a module, choose M here: the module | 
|  | 228 | will be called snd-cs4281. | 
|  | 229 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | config SND_CS46XX | 
|  | 231 | tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | select SND_RAWMIDI | 
|  | 233 | select SND_AC97_CODEC | 
|  | 234 | help | 
|  | 235 | Say Y here to include support for Cirrus Logic CS4610/CS4612/ | 
|  | 236 | CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips. | 
|  | 237 |  | 
|  | 238 | To compile this driver as a module, choose M here: the module | 
|  | 239 | will be called snd-cs46xx. | 
|  | 240 |  | 
|  | 241 | config SND_CS46XX_NEW_DSP | 
| Takashi Iwai | 675b4e5 | 2006-03-27 12:46:34 +0200 | [diff] [blame] | 242 | bool "Cirrus Logic (Sound Fusion) New DSP support" | 
|  | 243 | depends on SND_CS46XX | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 244 | default y | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | help | 
|  | 246 | Say Y here to use a new DSP image for SPDIF and dual codecs. | 
|  | 247 |  | 
|  | 248 | This works better than the old code, so say Y. | 
|  | 249 |  | 
| Takashi Iwai | 621887a | 2007-05-24 18:46:54 +0200 | [diff] [blame] | 250 | config SND_CS5530 | 
|  | 251 | tristate "CS5530 Audio" | 
| Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 252 | depends on ISA_DMA_API | 
| Takashi Iwai | dda369c | 2007-05-25 11:50:33 +0200 | [diff] [blame] | 253 | select SND_SB16_DSP | 
| Takashi Iwai | 621887a | 2007-05-24 18:46:54 +0200 | [diff] [blame] | 254 | help | 
|  | 255 | Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. | 
|  | 256 |  | 
|  | 257 | To compile this driver as a module, choose M here: the module | 
|  | 258 | will be called snd-cs5530. | 
|  | 259 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 260 | config SND_CS5535AUDIO | 
| Jaya Kumar | 9ac2559 | 2006-04-28 14:34:49 +0200 | [diff] [blame] | 261 | tristate "CS5535/CS5536 Audio" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 262 | select SND_PCM | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | select SND_AC97_CODEC | 
|  | 264 | help | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 265 | Say Y here to include support for audio on CS5535 chips. It is | 
|  | 266 | referred to as NS CS5535 IO or AMD CS5535 IO companion in | 
| Jaya Kumar | 9ac2559 | 2006-04-28 14:34:49 +0200 | [diff] [blame] | 267 | various literature. This driver also supports the CS5536 audio | 
|  | 268 | device. However, for both chips, on certain boards, you may | 
| Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 269 | need to use ac97_quirk=hp_only if your board has physically | 
| Jaya Kumar | 9ac2559 | 2006-04-28 14:34:49 +0200 | [diff] [blame] | 270 | mapped headphone out to master output. If that works for you, | 
|  | 271 | send lspci -vvv output to the mailing list so that your board | 
|  | 272 | can be identified in the quirks list. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 |  | 
|  | 274 | To compile this driver as a module, choose M here: the module | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 275 | will be called snd-cs5535audio. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 276 |  | 
| Wai Yew CHAY | 8cc7236 | 2009-05-14 08:05:58 +0200 | [diff] [blame] | 277 | config SND_CTXFI | 
|  | 278 | tristate "Creative Sound Blaster X-Fi" | 
|  | 279 | select SND_PCM | 
|  | 280 | help | 
|  | 281 | If you want to use soundcards based on Creative Sound Blastr X-Fi | 
|  | 282 | boards with 20k1 or 20k2 chips, say Y here. | 
|  | 283 |  | 
|  | 284 | To compile this driver as a module, choose M here: the module | 
|  | 285 | will be called snd-ctxfi. | 
|  | 286 |  | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 287 | config SND_DARLA20 | 
|  | 288 | tristate "(Echoaudio) Darla20" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 289 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 290 | select SND_PCM | 
|  | 291 | help | 
|  | 292 | Say 'Y' or 'M' to include support for Echoaudio Darla. | 
|  | 293 |  | 
|  | 294 | To compile this driver as a module, choose M here: the module | 
|  | 295 | will be called snd-darla20 | 
|  | 296 |  | 
|  | 297 | config SND_GINA20 | 
|  | 298 | tristate "(Echoaudio) Gina20" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 299 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 300 | select SND_PCM | 
|  | 301 | help | 
|  | 302 | Say 'Y' or 'M' to include support for Echoaudio Gina. | 
|  | 303 |  | 
|  | 304 | To compile this driver as a module, choose M here: the module | 
|  | 305 | will be called snd-gina20 | 
|  | 306 |  | 
|  | 307 | config SND_LAYLA20 | 
|  | 308 | tristate "(Echoaudio) Layla20" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 309 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 310 | select SND_RAWMIDI | 
|  | 311 | select SND_PCM | 
|  | 312 | help | 
|  | 313 | Say 'Y' or 'M' to include support for Echoaudio Layla. | 
|  | 314 |  | 
|  | 315 | To compile this driver as a module, choose M here: the module | 
|  | 316 | will be called snd-layla20 | 
|  | 317 |  | 
|  | 318 | config SND_DARLA24 | 
|  | 319 | tristate "(Echoaudio) Darla24" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 320 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 321 | select SND_PCM | 
|  | 322 | help | 
|  | 323 | Say 'Y' or 'M' to include support for Echoaudio Darla24. | 
|  | 324 |  | 
|  | 325 | To compile this driver as a module, choose M here: the module | 
|  | 326 | will be called snd-darla24 | 
|  | 327 |  | 
|  | 328 | config SND_GINA24 | 
|  | 329 | tristate "(Echoaudio) Gina24" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 330 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 331 | select SND_PCM | 
|  | 332 | help | 
|  | 333 | Say 'Y' or 'M' to include support for Echoaudio Gina24. | 
|  | 334 |  | 
|  | 335 | To compile this driver as a module, choose M here: the module | 
|  | 336 | will be called snd-gina24 | 
|  | 337 |  | 
|  | 338 | config SND_LAYLA24 | 
|  | 339 | tristate "(Echoaudio) Layla24" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 340 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 341 | select SND_RAWMIDI | 
|  | 342 | select SND_PCM | 
|  | 343 | help | 
|  | 344 | Say 'Y' or 'M' to include support for Echoaudio Layla24. | 
|  | 345 |  | 
|  | 346 | To compile this driver as a module, choose M here: the module | 
|  | 347 | will be called snd-layla24 | 
|  | 348 |  | 
|  | 349 | config SND_MONA | 
|  | 350 | tristate "(Echoaudio) Mona" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 351 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 352 | select SND_RAWMIDI | 
|  | 353 | select SND_PCM | 
|  | 354 | help | 
|  | 355 | Say 'Y' or 'M' to include support for Echoaudio Mona. | 
|  | 356 |  | 
|  | 357 | To compile this driver as a module, choose M here: the module | 
|  | 358 | will be called snd-mona | 
|  | 359 |  | 
|  | 360 | config SND_MIA | 
|  | 361 | tristate "(Echoaudio) Mia" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 362 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 363 | select SND_RAWMIDI | 
|  | 364 | select SND_PCM | 
|  | 365 | help | 
|  | 366 | Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi. | 
|  | 367 |  | 
|  | 368 | To compile this driver as a module, choose M here: the module | 
|  | 369 | will be called snd-mia | 
|  | 370 |  | 
|  | 371 | config SND_ECHO3G | 
|  | 372 | tristate "(Echoaudio) 3G cards" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 373 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 374 | select SND_RAWMIDI | 
|  | 375 | select SND_PCM | 
|  | 376 | help | 
|  | 377 | Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G. | 
|  | 378 |  | 
|  | 379 | To compile this driver as a module, choose M here: the module | 
|  | 380 | will be called snd-echo3g | 
|  | 381 |  | 
|  | 382 | config SND_INDIGO | 
|  | 383 | tristate "(Echoaudio) Indigo" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 384 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 385 | select SND_PCM | 
|  | 386 | help | 
|  | 387 | Say 'Y' or 'M' to include support for Echoaudio Indigo. | 
|  | 388 |  | 
|  | 389 | To compile this driver as a module, choose M here: the module | 
|  | 390 | will be called snd-indigo | 
|  | 391 |  | 
|  | 392 | config SND_INDIGOIO | 
|  | 393 | tristate "(Echoaudio) Indigo IO" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 394 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 395 | select SND_PCM | 
|  | 396 | help | 
|  | 397 | Say 'Y' or 'M' to include support for Echoaudio Indigo IO. | 
|  | 398 |  | 
|  | 399 | To compile this driver as a module, choose M here: the module | 
|  | 400 | will be called snd-indigoio | 
|  | 401 |  | 
|  | 402 | config SND_INDIGODJ | 
|  | 403 | tristate "(Echoaudio) Indigo DJ" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 404 | select FW_LOADER | 
| Giuliano Pochini | dd7b254 | 2006-06-28 13:53:41 +0200 | [diff] [blame] | 405 | select SND_PCM | 
|  | 406 | help | 
|  | 407 | Say 'Y' or 'M' to include support for Echoaudio Indigo DJ. | 
|  | 408 |  | 
|  | 409 | To compile this driver as a module, choose M here: the module | 
|  | 410 | will be called snd-indigodj | 
|  | 411 |  | 
| Giuliano Pochini | a2328d0 | 2009-03-19 00:09:03 +0100 | [diff] [blame] | 412 | config SND_INDIGOIOX | 
|  | 413 | tristate "(Echoaudio) Indigo IOx" | 
|  | 414 | select FW_LOADER | 
|  | 415 | select SND_PCM | 
|  | 416 | help | 
|  | 417 | Say 'Y' or 'M' to include support for Echoaudio Indigo IOx. | 
|  | 418 |  | 
|  | 419 | To compile this driver as a module, choose M here: the module | 
|  | 420 | will be called snd-indigoiox | 
|  | 421 |  | 
|  | 422 | config SND_INDIGODJX | 
|  | 423 | tristate "(Echoaudio) Indigo DJx" | 
|  | 424 | select FW_LOADER | 
|  | 425 | select SND_PCM | 
|  | 426 | help | 
|  | 427 | Say 'Y' or 'M' to include support for Echoaudio Indigo DJx. | 
|  | 428 |  | 
|  | 429 | To compile this driver as a module, choose M here: the module | 
|  | 430 | will be called snd-indigodjx | 
|  | 431 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 432 | config SND_EMU10K1 | 
|  | 433 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" | 
| Clemens Ladisch | 9bf5f8a | 2006-10-09 08:18:26 +0200 | [diff] [blame] | 434 | select FW_LOADER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 435 | select SND_HWDEP | 
|  | 436 | select SND_RAWMIDI | 
|  | 437 | select SND_AC97_CODEC | 
|  | 438 | help | 
|  | 439 | Say Y to include support for Sound Blaster PCI 512, Live!, | 
|  | 440 | Audigy and E-mu APS (partially supported) soundcards. | 
|  | 441 |  | 
|  | 442 | The confusing multitude of mixer controls is documented in | 
|  | 443 | <file:Documentation/sound/alsa/SB-Live-mixer.txt> and | 
|  | 444 | <file:Documentation/sound/alsa/Audigy-mixer.txt>. | 
|  | 445 |  | 
|  | 446 | To compile this driver as a module, choose M here: the module | 
|  | 447 | will be called snd-emu10k1. | 
|  | 448 |  | 
|  | 449 | config SND_EMU10K1X | 
|  | 450 | tristate "Emu10k1X (Dell OEM Version)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | select SND_AC97_CODEC | 
|  | 452 | select SND_RAWMIDI | 
|  | 453 | help | 
|  | 454 | Say Y here to include support for the Dell OEM version of the | 
|  | 455 | Sound Blaster Live!. | 
|  | 456 |  | 
|  | 457 | To compile this driver as a module, choose M here: the module | 
|  | 458 | will be called snd-emu10k1x. | 
|  | 459 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 460 | config SND_ENS1370 | 
|  | 461 | tristate "(Creative) Ensoniq AudioPCI 1370" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 462 | select SND_RAWMIDI | 
|  | 463 | select SND_PCM | 
|  | 464 | help | 
|  | 465 | Say Y here to include support for Ensoniq AudioPCI ES1370 chips. | 
|  | 466 |  | 
|  | 467 | To compile this driver as a module, choose M here: the module | 
|  | 468 | will be called snd-ens1370. | 
|  | 469 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | config SND_ENS1371 | 
|  | 471 | tristate "(Creative) Ensoniq AudioPCI 1371/1373" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 472 | select SND_RAWMIDI | 
|  | 473 | select SND_AC97_CODEC | 
|  | 474 | help | 
|  | 475 | Say Y here to include support for Ensoniq AudioPCI ES1371 chips and | 
|  | 476 | Sound Blaster PCI 64 or 128 soundcards. | 
|  | 477 |  | 
|  | 478 | To compile this driver as a module, choose M here: the module | 
|  | 479 | will be called snd-ens1371. | 
|  | 480 |  | 
|  | 481 | config SND_ES1938 | 
|  | 482 | tristate "ESS ES1938/1946/1969 (Solo-1)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 483 | select SND_OPL3_LIB | 
|  | 484 | select SND_MPU401_UART | 
|  | 485 | select SND_AC97_CODEC | 
|  | 486 | help | 
|  | 487 | Say Y here to include support for soundcards based on ESS Solo-1 | 
|  | 488 | (ES1938, ES1946, ES1969) chips. | 
|  | 489 |  | 
|  | 490 | To compile this driver as a module, choose M here: the module | 
|  | 491 | will be called snd-es1938. | 
|  | 492 |  | 
|  | 493 | config SND_ES1968 | 
|  | 494 | tristate "ESS ES1968/1978 (Maestro-1/2/2E)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 495 | select SND_MPU401_UART | 
|  | 496 | select SND_AC97_CODEC | 
|  | 497 | help | 
|  | 498 | Say Y here to include support for soundcards based on ESS Maestro | 
|  | 499 | 1/2/2E chips. | 
|  | 500 |  | 
|  | 501 | To compile this driver as a module, choose M here: the module | 
|  | 502 | will be called snd-es1968. | 
|  | 503 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 504 | config SND_FM801 | 
|  | 505 | tristate "ForteMedia FM801" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 506 | select SND_OPL3_LIB | 
|  | 507 | select SND_MPU401_UART | 
|  | 508 | select SND_AC97_CODEC | 
|  | 509 | help | 
|  | 510 | Say Y here to include support for soundcards based on the ForteMedia | 
|  | 511 | FM801 chip. | 
|  | 512 |  | 
|  | 513 | To compile this driver as a module, choose M here: the module | 
|  | 514 | will be called snd-fm801. | 
|  | 515 |  | 
| Adrian Bunk | efce4bb | 2006-06-29 13:22:29 +0200 | [diff] [blame] | 516 | config SND_FM801_TEA575X_BOOL | 
|  | 517 | bool "ForteMedia FM801 + TEA5757 tuner" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 518 | depends on SND_FM801 | 
| Mauro Carvalho Chehab | 9b76ede | 2009-02-27 11:51:24 -0300 | [diff] [blame] | 519 | depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 520 | help | 
|  | 521 | Say Y here to include support for soundcards based on the ForteMedia | 
|  | 522 | FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media | 
| Adrian Bunk | efce4bb | 2006-06-29 13:22:29 +0200 | [diff] [blame] | 523 | Forte SF256-PCS-02) into the snd-fm801 driver. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 524 |  | 
| Adrian Bunk | efce4bb | 2006-06-29 13:22:29 +0200 | [diff] [blame] | 525 | config SND_FM801_TEA575X | 
| Jaroslav Kysela | c775ac7 | 2006-06-29 16:12:30 +0200 | [diff] [blame] | 526 | tristate | 
|  | 527 | depends on SND_FM801_TEA575X_BOOL | 
|  | 528 | default SND_FM801 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 529 |  | 
| Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 530 | source "sound/pci/hda/Kconfig" | 
| Takashi Iwai | 7a5a27c | 2007-09-17 19:07:46 +0200 | [diff] [blame] | 531 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 532 | config SND_HDSP | 
|  | 533 | tristate "RME Hammerfall DSP Audio" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 534 | select SND_HWDEP | 
|  | 535 | select SND_RAWMIDI | 
|  | 536 | select SND_PCM | 
|  | 537 | help | 
|  | 538 | Say Y here to include support for RME Hammerfall DSP Audio | 
|  | 539 | soundcards. | 
|  | 540 |  | 
|  | 541 | To compile this driver as a module, choose M here: the module | 
|  | 542 | will be called snd-hdsp. | 
|  | 543 |  | 
| Takashi Iwai | 511b4c1 | 2009-05-12 11:51:46 +0200 | [diff] [blame] | 544 | comment "Don't forget to add built-in firmwares for HDSP driver" | 
|  | 545 | depends on SND_HDSP=y | 
|  | 546 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 547 | config SND_HDSPM | 
|  | 548 | tristate "RME Hammerfall DSP MADI" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 549 | select SND_HWDEP | 
|  | 550 | select SND_RAWMIDI | 
|  | 551 | select SND_PCM | 
|  | 552 | help | 
|  | 553 | Say Y here to include support for RME Hammerfall DSP MADI | 
|  | 554 | soundcards. | 
|  | 555 |  | 
|  | 556 | To compile this driver as a module, choose M here: the module | 
|  | 557 | will be called snd-hdspm. | 
|  | 558 |  | 
| Clemens Ladisch | c626026 | 2008-01-25 08:41:52 +0100 | [diff] [blame] | 559 | config SND_HIFIER | 
|  | 560 | tristate "TempoTec HiFier Fantasia" | 
| Clemens Ladisch | c626026 | 2008-01-25 08:41:52 +0100 | [diff] [blame] | 561 | select SND_OXYGEN_LIB | 
|  | 562 | help | 
|  | 563 | Say Y here to include support for the MediaTek/TempoTec HiFier | 
|  | 564 | Fantasia sound card. | 
|  | 565 |  | 
|  | 566 | To compile this driver as a module, choose M here: the module | 
|  | 567 | will be called snd-hifier. | 
|  | 568 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 569 | config SND_ICE1712 | 
|  | 570 | tristate "ICEnsemble ICE1712 (Envy24)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 571 | select SND_MPU401_UART | 
|  | 572 | select SND_AC97_CODEC | 
|  | 573 | help | 
|  | 574 | Say Y here to include support for soundcards based on the | 
|  | 575 | ICE1712 (Envy24) chip. | 
|  | 576 |  | 
|  | 577 | Currently supported hardware is: M-Audio Delta 1010(LT), | 
|  | 578 | DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442; | 
| Alexander Beregalov | 6e8d90c | 2008-08-11 02:52:42 +0400 | [diff] [blame] | 579 | TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88; | 
|  | 580 | Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8; | 
|  | 581 | Lionstracs Mediastation, Terrasoniq TS 88. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 582 |  | 
|  | 583 | To compile this driver as a module, choose M here: the module | 
|  | 584 | will be called snd-ice1712. | 
|  | 585 |  | 
|  | 586 | config SND_ICE1724 | 
|  | 587 | tristate "ICE/VT1724/1720 (Envy24HT/PT)" | 
| Clemens Ladisch | aea3bfb | 2008-05-20 14:22:44 +0200 | [diff] [blame] | 588 | select SND_RAWMIDI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 589 | select SND_AC97_CODEC | 
| Pavel Hofman | d16be8e | 2008-03-20 12:10:27 +0100 | [diff] [blame] | 590 | select SND_VMASTER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 591 | help | 
|  | 592 | Say Y here to include support for soundcards based on | 
|  | 593 | ICE/VT1724/1720 (Envy24HT/PT) chips. | 
|  | 594 |  | 
|  | 595 | Currently supported hardware is: AMP AUDIO2000; M-Audio | 
| Alexander Beregalov | 6e8d90c | 2008-08-11 02:52:42 +0400 | [diff] [blame] | 596 | Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky, | 
|  | 597 | 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI; | 
|  | 598 | AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules | 
|  | 599 | Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal | 
|  | 600 | 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS, | 
|  | 601 | AV-710; Shuttle SN25P. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 602 |  | 
|  | 603 | To compile this driver as a module, choose M here: the module | 
|  | 604 | will be called snd-ice1724. | 
|  | 605 |  | 
|  | 606 | config SND_INTEL8X0 | 
|  | 607 | tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 608 | select SND_AC97_CODEC | 
|  | 609 | help | 
|  | 610 | Say Y here to include support for the integrated AC97 sound | 
|  | 611 | device on motherboards with Intel/SiS/nVidia/AMD chipsets, or | 
|  | 612 | ALi chipsets using the M5455 Audio Controller.  (There is a | 
|  | 613 | separate driver for ALi M5451 Audio Controllers.) | 
|  | 614 |  | 
|  | 615 | To compile this driver as a module, choose M here: the module | 
|  | 616 | will be called snd-intel8x0. | 
|  | 617 |  | 
|  | 618 | config SND_INTEL8X0M | 
| Takashi Iwai | cf1756e | 2006-06-27 15:05:38 +0200 | [diff] [blame] | 619 | tristate "Intel/SiS/nVidia/AMD MC97 Modem" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | select SND_AC97_CODEC | 
|  | 621 | help | 
|  | 622 | Say Y here to include support for the integrated MC97 modem on | 
|  | 623 | motherboards with Intel/SiS/nVidia/AMD chipsets. | 
|  | 624 |  | 
|  | 625 | To compile this driver as a module, choose M here: the module | 
|  | 626 | will be called snd-intel8x0m. | 
|  | 627 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 628 | config SND_KORG1212 | 
|  | 629 | tristate "Korg 1212 IO" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 630 | select SND_PCM | 
|  | 631 | help | 
|  | 632 | Say Y here to include support for Korg 1212IO soundcards. | 
|  | 633 |  | 
|  | 634 | To compile this driver as a module, choose M here: the module | 
|  | 635 | will be called snd-korg1212. | 
|  | 636 |  | 
| Tim Blechmann | 02bec49 | 2009-03-24 12:24:35 +0100 | [diff] [blame] | 637 | config SND_LX6464ES | 
|  | 638 | tristate "Digigram LX6464ES" | 
|  | 639 | select SND_PCM | 
|  | 640 | help | 
|  | 641 | Say Y here to include support for Digigram LX6464ES boards. | 
|  | 642 |  | 
|  | 643 | To compile this driver as a module, choose M here: the module | 
|  | 644 | will be called snd-lx6464es. | 
|  | 645 |  | 
|  | 646 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 647 | config SND_MAESTRO3 | 
|  | 648 | tristate "ESS Allegro/Maestro3" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 649 | select SND_AC97_CODEC | 
|  | 650 | help | 
|  | 651 | Say Y here to include support for soundcards based on ESS Maestro 3 | 
|  | 652 | (Allegro) chips. | 
|  | 653 |  | 
|  | 654 | To compile this driver as a module, choose M here: the module | 
|  | 655 | will be called snd-maestro3. | 
|  | 656 |  | 
|  | 657 | config SND_MIXART | 
|  | 658 | tristate "Digigram miXart" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 659 | select SND_HWDEP | 
|  | 660 | select SND_PCM | 
|  | 661 | help | 
|  | 662 | If you want to use Digigram miXart soundcards, say Y here and | 
|  | 663 | read <file:Documentation/sound/alsa/MIXART.txt>. | 
|  | 664 |  | 
|  | 665 | To compile this driver as a module, choose M here: the module | 
|  | 666 | will be called snd-mixart. | 
|  | 667 |  | 
|  | 668 | config SND_NM256 | 
|  | 669 | tristate "NeoMagic NM256AV/ZX" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 670 | select SND_AC97_CODEC | 
|  | 671 | help | 
|  | 672 | Say Y here to include support for NeoMagic NM256AV/ZX chips. | 
|  | 673 |  | 
|  | 674 | To compile this driver as a module, choose M here: the module | 
|  | 675 | will be called snd-nm256. | 
|  | 676 |  | 
| Markus Bollinger | e12229b | 2005-12-06 13:55:26 +0100 | [diff] [blame] | 677 | config SND_PCXHR | 
|  | 678 | tristate "Digigram PCXHR" | 
| Markus Bollinger | e12229b | 2005-12-06 13:55:26 +0100 | [diff] [blame] | 679 | select SND_PCM | 
|  | 680 | select SND_HWDEP | 
|  | 681 | help | 
|  | 682 | Say Y here to include support for Digigram PCXHR boards. | 
|  | 683 |  | 
|  | 684 | To compile this driver as a module, choose M here: the module | 
|  | 685 | will be called snd-pcxhr. | 
|  | 686 |  | 
| Peter Gruber | 109a963 | 2006-03-27 13:10:28 +0200 | [diff] [blame] | 687 | config SND_RIPTIDE | 
|  | 688 | tristate "Conexant Riptide" | 
| Clemens Ladisch | 8a89876 | 2006-10-09 08:17:48 +0200 | [diff] [blame] | 689 | select FW_LOADER | 
| Peter Gruber | 109a963 | 2006-03-27 13:10:28 +0200 | [diff] [blame] | 690 | select SND_OPL3_LIB | 
|  | 691 | select SND_MPU401_UART | 
|  | 692 | select SND_AC97_CODEC | 
|  | 693 | help | 
|  | 694 | Say 'Y' or 'M' to include support for Conexant Riptide chip. | 
|  | 695 |  | 
|  | 696 | To compile this driver as a module, choose M here: the module | 
|  | 697 | will be called snd-riptide | 
|  | 698 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 699 | config SND_RME32 | 
|  | 700 | tristate "RME Digi32, 32/8, 32 PRO" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 701 | select SND_PCM | 
|  | 702 | help | 
|  | 703 | Say Y to include support for RME Digi32, Digi32 PRO and | 
|  | 704 | Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio | 
|  | 705 | devices. | 
|  | 706 |  | 
|  | 707 | To compile this driver as a module, choose M here: the module | 
|  | 708 | will be called snd-rme32. | 
|  | 709 |  | 
|  | 710 | config SND_RME96 | 
|  | 711 | tristate "RME Digi96, 96/8, 96/8 PRO" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 712 | select SND_PCM | 
|  | 713 | help | 
|  | 714 | Say Y here to include support for RME Digi96, Digi96/8 and | 
|  | 715 | Digi96/8 PRO/PAD/PST soundcards. | 
|  | 716 |  | 
|  | 717 | To compile this driver as a module, choose M here: the module | 
|  | 718 | will be called snd-rme96. | 
|  | 719 |  | 
|  | 720 | config SND_RME9652 | 
|  | 721 | tristate "RME Digi9652 (Hammerfall)" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 722 | select SND_PCM | 
|  | 723 | help | 
|  | 724 | Say Y here to include support for RME Hammerfall (RME | 
|  | 725 | Digi9652/Digi9636) soundcards. | 
|  | 726 |  | 
|  | 727 | To compile this driver as a module, choose M here: the module | 
|  | 728 | will be called snd-rme9652. | 
|  | 729 |  | 
| David Dillow | 175859b | 2007-12-14 14:40:23 +0100 | [diff] [blame] | 730 | config SND_SIS7019 | 
|  | 731 | tristate "SiS 7019 Audio Accelerator" | 
| Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 732 | depends on X86 && !X86_64 | 
| David Dillow | 175859b | 2007-12-14 14:40:23 +0100 | [diff] [blame] | 733 | select SND_AC97_CODEC | 
|  | 734 | help | 
|  | 735 | Say Y here to include support for the SiS 7019 Audio Accelerator. | 
|  | 736 |  | 
|  | 737 | To compile this driver as a module, choose M here: the module | 
|  | 738 | will be called snd-sis7019. | 
|  | 739 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 740 | config SND_SONICVIBES | 
|  | 741 | tristate "S3 SonicVibes" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 742 | select SND_OPL3_LIB | 
|  | 743 | select SND_MPU401_UART | 
|  | 744 | select SND_AC97_CODEC | 
|  | 745 | help | 
|  | 746 | Say Y here to include support for soundcards based on the S3 | 
|  | 747 | SonicVibes chip. | 
|  | 748 |  | 
|  | 749 | To compile this driver as a module, choose M here: the module | 
|  | 750 | will be called snd-sonicvibes. | 
|  | 751 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 752 | config SND_TRIDENT | 
|  | 753 | tristate "Trident 4D-Wave DX/NX; SiS 7018" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 754 | select SND_MPU401_UART | 
|  | 755 | select SND_AC97_CODEC | 
|  | 756 | help | 
|  | 757 | Say Y here to include support for soundcards based on Trident | 
|  | 758 | 4D-Wave DX/NX or SiS 7018 chips. | 
|  | 759 |  | 
|  | 760 | To compile this driver as a module, choose M here: the module | 
|  | 761 | will be called snd-trident. | 
|  | 762 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 763 | config SND_VIA82XX | 
|  | 764 | tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 765 | select SND_MPU401_UART | 
|  | 766 | select SND_AC97_CODEC | 
|  | 767 | help | 
|  | 768 | Say Y here to include support for the integrated AC97 sound | 
|  | 769 | device on motherboards with VIA chipsets. | 
|  | 770 |  | 
|  | 771 | To compile this driver as a module, choose M here: the module | 
|  | 772 | will be called snd-via82xx. | 
|  | 773 |  | 
|  | 774 | config SND_VIA82XX_MODEM | 
|  | 775 | tristate "VIA 82C686A/B, 8233 based Modems" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 776 | select SND_AC97_CODEC | 
|  | 777 | help | 
|  | 778 | Say Y here to include support for the integrated MC97 modem on | 
|  | 779 | motherboards with VIA chipsets. | 
|  | 780 |  | 
|  | 781 | To compile this driver as a module, choose M here: the module | 
|  | 782 | will be called snd-via82xx-modem. | 
|  | 783 |  | 
| Clemens Ladisch | 1b8ff22 | 2007-12-23 19:52:08 +0100 | [diff] [blame] | 784 | config SND_VIRTUOSO | 
| Clemens Ladisch | a9d3cc4 | 2008-04-07 10:29:44 +0200 | [diff] [blame] | 785 | tristate "Asus Virtuoso 100/200 (Xonar)" | 
| Clemens Ladisch | 1b8ff22 | 2007-12-23 19:52:08 +0100 | [diff] [blame] | 786 | select SND_OXYGEN_LIB | 
|  | 787 | help | 
|  | 788 | Say Y here to include support for sound cards based on the | 
| Clemens Ladisch | 04f9890 | 2009-05-25 10:11:29 +0200 | [diff] [blame] | 789 | Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, | 
|  | 790 | Essence ST (Deluxe), and Essence STX. | 
| Clemens Ladisch | 3288a66 | 2009-01-19 10:08:38 +0100 | [diff] [blame] | 791 | Support for the HDAV1.3 (Deluxe) is very experimental. | 
| Clemens Ladisch | 1b8ff22 | 2007-12-23 19:52:08 +0100 | [diff] [blame] | 792 |  | 
|  | 793 | To compile this driver as a module, choose M here: the module | 
|  | 794 | will be called snd-virtuoso. | 
|  | 795 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 796 | config SND_VX222 | 
|  | 797 | tristate "Digigram VX222" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 798 | select SND_VX_LIB | 
|  | 799 | help | 
|  | 800 | Say Y here to include support for Digigram VX222 soundcards. | 
|  | 801 |  | 
|  | 802 | To compile this driver as a module, choose M here: the module | 
|  | 803 | will be called snd-vx222. | 
|  | 804 |  | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 805 | config SND_YMFPCI | 
|  | 806 | tristate "Yamaha YMF724/740/744/754" | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 807 | select SND_OPL3_LIB | 
|  | 808 | select SND_MPU401_UART | 
|  | 809 | select SND_AC97_CODEC | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 810 | help | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 811 | Say Y here to include support for Yamaha PCI audio chips - | 
|  | 812 | YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 813 |  | 
|  | 814 | To compile this driver as a module, choose M here: the module | 
| Takashi Iwai | 230b5c1 | 2005-11-17 10:17:05 +0100 | [diff] [blame] | 815 | will be called snd-ymfpci. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 816 |  | 
| Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 817 | endif	# SND_PCI |