Kconfig 25 KB

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