Kconfig 25 KB

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