Kconfig 24 KB

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