Kconfig 20 KB

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