Kconfig 24 KB

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