Kconfig 21 KB

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