Kconfig 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  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. depends on 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. depends on 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. depends on 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. depends on 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. depends on 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. depends on 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. depends on 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. depends on 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. depends on 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. depends on 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. depends on 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. depends on 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 SND_HWDEP
  312. select SND_RAWMIDI
  313. select SND_AC97_CODEC
  314. help
  315. Say Y to include support for Sound Blaster PCI 512, Live!,
  316. Audigy and E-mu APS (partially supported) soundcards.
  317. The confusing multitude of mixer controls is documented in
  318. <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
  319. <file:Documentation/sound/alsa/Audigy-mixer.txt>.
  320. To compile this driver as a module, choose M here: the module
  321. will be called snd-emu10k1.
  322. config SND_EMU10K1X
  323. tristate "Emu10k1X (Dell OEM Version)"
  324. depends on SND
  325. select SND_AC97_CODEC
  326. select SND_RAWMIDI
  327. help
  328. Say Y here to include support for the Dell OEM version of the
  329. Sound Blaster Live!.
  330. To compile this driver as a module, choose M here: the module
  331. will be called snd-emu10k1x.
  332. config SND_ENS1370
  333. tristate "(Creative) Ensoniq AudioPCI 1370"
  334. depends on SND
  335. select SND_RAWMIDI
  336. select SND_PCM
  337. help
  338. Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
  339. To compile this driver as a module, choose M here: the module
  340. will be called snd-ens1370.
  341. config SND_ENS1371
  342. tristate "(Creative) Ensoniq AudioPCI 1371/1373"
  343. depends on SND
  344. select SND_RAWMIDI
  345. select SND_AC97_CODEC
  346. help
  347. Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
  348. Sound Blaster PCI 64 or 128 soundcards.
  349. To compile this driver as a module, choose M here: the module
  350. will be called snd-ens1371.
  351. config SND_ES1938
  352. tristate "ESS ES1938/1946/1969 (Solo-1)"
  353. depends on SND
  354. select SND_OPL3_LIB
  355. select SND_MPU401_UART
  356. select SND_AC97_CODEC
  357. help
  358. Say Y here to include support for soundcards based on ESS Solo-1
  359. (ES1938, ES1946, ES1969) chips.
  360. To compile this driver as a module, choose M here: the module
  361. will be called snd-es1938.
  362. config SND_ES1968
  363. tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
  364. depends on SND
  365. select SND_MPU401_UART
  366. select SND_AC97_CODEC
  367. help
  368. Say Y here to include support for soundcards based on ESS Maestro
  369. 1/2/2E chips.
  370. To compile this driver as a module, choose M here: the module
  371. will be called snd-es1968.
  372. config SND_FM801
  373. tristate "ForteMedia FM801"
  374. depends on SND
  375. select SND_OPL3_LIB
  376. select SND_MPU401_UART
  377. select SND_AC97_CODEC
  378. help
  379. Say Y here to include support for soundcards based on the ForteMedia
  380. FM801 chip.
  381. To compile this driver as a module, choose M here: the module
  382. will be called snd-fm801.
  383. config SND_FM801_TEA575X_BOOL
  384. bool "ForteMedia FM801 + TEA5757 tuner"
  385. depends on SND_FM801
  386. help
  387. Say Y here to include support for soundcards based on the ForteMedia
  388. FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
  389. Forte SF256-PCS-02) into the snd-fm801 driver.
  390. This will enable support for the old V4L1 API.
  391. config SND_FM801_TEA575X
  392. tristate
  393. depends on SND_FM801_TEA575X_BOOL
  394. default SND_FM801
  395. select VIDEO_V4L1
  396. select VIDEO_DEV
  397. config SND_HDA_INTEL
  398. tristate "Intel HD Audio"
  399. depends on SND
  400. select SND_PCM
  401. help
  402. Say Y here to include support for Intel "High Definition
  403. Audio" (Azalia) motherboard devices.
  404. To compile this driver as a module, choose M here: the module
  405. will be called snd-hda-intel.
  406. config SND_HDSP
  407. tristate "RME Hammerfall DSP Audio"
  408. depends on SND
  409. select SND_HWDEP
  410. select SND_RAWMIDI
  411. select SND_PCM
  412. help
  413. Say Y here to include support for RME Hammerfall DSP Audio
  414. soundcards.
  415. To compile this driver as a module, choose M here: the module
  416. will be called snd-hdsp.
  417. config SND_HDSPM
  418. tristate "RME Hammerfall DSP MADI"
  419. depends on SND
  420. select SND_HWDEP
  421. select SND_RAWMIDI
  422. select SND_PCM
  423. help
  424. Say Y here to include support for RME Hammerfall DSP MADI
  425. soundcards.
  426. To compile this driver as a module, choose M here: the module
  427. will be called snd-hdspm.
  428. config SND_ICE1712
  429. tristate "ICEnsemble ICE1712 (Envy24)"
  430. depends on SND
  431. select SND_MPU401_UART
  432. select SND_AC97_CODEC
  433. help
  434. Say Y here to include support for soundcards based on the
  435. ICE1712 (Envy24) chip.
  436. Currently supported hardware is: M-Audio Delta 1010(LT),
  437. DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
  438. TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88;
  439. Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8.
  440. To compile this driver as a module, choose M here: the module
  441. will be called snd-ice1712.
  442. config SND_ICE1724
  443. tristate "ICE/VT1724/1720 (Envy24HT/PT)"
  444. depends on SND
  445. select SND_MPU401_UART
  446. select SND_AC97_CODEC
  447. help
  448. Say Y here to include support for soundcards based on
  449. ICE/VT1724/1720 (Envy24HT/PT) chips.
  450. Currently supported hardware is: AMP AUDIO2000; M-Audio
  451. Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe;
  452. AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II;
  453. Chaintech ZNF3-150/250.
  454. To compile this driver as a module, choose M here: the module
  455. will be called snd-ice1724.
  456. config SND_INTEL8X0
  457. tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
  458. depends on SND
  459. select SND_AC97_CODEC
  460. help
  461. Say Y here to include support for the integrated AC97 sound
  462. device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
  463. ALi chipsets using the M5455 Audio Controller. (There is a
  464. separate driver for ALi M5451 Audio Controllers.)
  465. To compile this driver as a module, choose M here: the module
  466. will be called snd-intel8x0.
  467. config SND_INTEL8X0M
  468. tristate "Intel/SiS/nVidia/AMD MC97 Modem"
  469. depends on SND
  470. select SND_AC97_CODEC
  471. help
  472. Say Y here to include support for the integrated MC97 modem on
  473. motherboards with Intel/SiS/nVidia/AMD chipsets.
  474. To compile this driver as a module, choose M here: the module
  475. will be called snd-intel8x0m.
  476. config SND_KORG1212
  477. tristate "Korg 1212 IO"
  478. depends on SND
  479. select SND_PCM
  480. help
  481. Say Y here to include support for Korg 1212IO soundcards.
  482. To compile this driver as a module, choose M here: the module
  483. will be called snd-korg1212.
  484. config SND_MAESTRO3
  485. tristate "ESS Allegro/Maestro3"
  486. depends on SND
  487. select SND_AC97_CODEC
  488. help
  489. Say Y here to include support for soundcards based on ESS Maestro 3
  490. (Allegro) chips.
  491. To compile this driver as a module, choose M here: the module
  492. will be called snd-maestro3.
  493. config SND_MIXART
  494. tristate "Digigram miXart"
  495. depends on SND
  496. select SND_HWDEP
  497. select SND_PCM
  498. help
  499. If you want to use Digigram miXart soundcards, say Y here and
  500. read <file:Documentation/sound/alsa/MIXART.txt>.
  501. To compile this driver as a module, choose M here: the module
  502. will be called snd-mixart.
  503. config SND_NM256
  504. tristate "NeoMagic NM256AV/ZX"
  505. depends on SND
  506. select SND_AC97_CODEC
  507. help
  508. Say Y here to include support for NeoMagic NM256AV/ZX chips.
  509. To compile this driver as a module, choose M here: the module
  510. will be called snd-nm256.
  511. config SND_PCXHR
  512. tristate "Digigram PCXHR"
  513. depends on SND
  514. select SND_PCM
  515. select SND_HWDEP
  516. help
  517. Say Y here to include support for Digigram PCXHR boards.
  518. To compile this driver as a module, choose M here: the module
  519. will be called snd-pcxhr.
  520. config SND_RIPTIDE
  521. tristate "Conexant Riptide"
  522. depends on SND
  523. depends on FW_LOADER
  524. select SND_OPL3_LIB
  525. select SND_MPU401_UART
  526. select SND_AC97_CODEC
  527. help
  528. Say 'Y' or 'M' to include support for Conexant Riptide chip.
  529. To compile this driver as a module, choose M here: the module
  530. will be called snd-riptide
  531. config SND_RME32
  532. tristate "RME Digi32, 32/8, 32 PRO"
  533. depends on SND
  534. select SND_PCM
  535. help
  536. Say Y to include support for RME Digi32, Digi32 PRO and
  537. Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
  538. devices.
  539. To compile this driver as a module, choose M here: the module
  540. will be called snd-rme32.
  541. config SND_RME96
  542. tristate "RME Digi96, 96/8, 96/8 PRO"
  543. depends on SND
  544. select SND_PCM
  545. help
  546. Say Y here to include support for RME Digi96, Digi96/8 and
  547. Digi96/8 PRO/PAD/PST soundcards.
  548. To compile this driver as a module, choose M here: the module
  549. will be called snd-rme96.
  550. config SND_RME9652
  551. tristate "RME Digi9652 (Hammerfall)"
  552. depends on SND
  553. select SND_PCM
  554. help
  555. Say Y here to include support for RME Hammerfall (RME
  556. Digi9652/Digi9636) soundcards.
  557. To compile this driver as a module, choose M here: the module
  558. will be called snd-rme9652.
  559. config SND_SONICVIBES
  560. tristate "S3 SonicVibes"
  561. depends on SND
  562. select SND_OPL3_LIB
  563. select SND_MPU401_UART
  564. select SND_AC97_CODEC
  565. help
  566. Say Y here to include support for soundcards based on the S3
  567. SonicVibes chip.
  568. To compile this driver as a module, choose M here: the module
  569. will be called snd-sonicvibes.
  570. config SND_TRIDENT
  571. tristate "Trident 4D-Wave DX/NX; SiS 7018"
  572. depends on SND
  573. select SND_MPU401_UART
  574. select SND_AC97_CODEC
  575. help
  576. Say Y here to include support for soundcards based on Trident
  577. 4D-Wave DX/NX or SiS 7018 chips.
  578. To compile this driver as a module, choose M here: the module
  579. will be called snd-trident.
  580. config SND_VIA82XX
  581. tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
  582. depends on SND
  583. select SND_MPU401_UART
  584. select SND_AC97_CODEC
  585. help
  586. Say Y here to include support for the integrated AC97 sound
  587. device on motherboards with VIA chipsets.
  588. To compile this driver as a module, choose M here: the module
  589. will be called snd-via82xx.
  590. config SND_VIA82XX_MODEM
  591. tristate "VIA 82C686A/B, 8233 based Modems"
  592. depends on SND
  593. select SND_AC97_CODEC
  594. help
  595. Say Y here to include support for the integrated MC97 modem on
  596. motherboards with VIA chipsets.
  597. To compile this driver as a module, choose M here: the module
  598. will be called snd-via82xx-modem.
  599. config SND_VX222
  600. tristate "Digigram VX222"
  601. depends on SND
  602. select SND_VX_LIB
  603. help
  604. Say Y here to include support for Digigram VX222 soundcards.
  605. To compile this driver as a module, choose M here: the module
  606. will be called snd-vx222.
  607. config SND_YMFPCI
  608. tristate "Yamaha YMF724/740/744/754"
  609. depends on SND
  610. select SND_OPL3_LIB
  611. select SND_MPU401_UART
  612. select SND_AC97_CODEC
  613. help
  614. Say Y here to include support for Yamaha PCI audio chips -
  615. YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
  616. To compile this driver as a module, choose M here: the module
  617. will be called snd-ymfpci.
  618. config SND_AC97_POWER_SAVE
  619. bool "AC97 Power-Saving Mode"
  620. depends on SND_AC97_CODEC && EXPERIMENTAL
  621. default n
  622. help
  623. Say Y here to enable the aggressive power-saving support of
  624. AC97 codecs. In this mode, the power-mode is dynamically
  625. controlled at each open/close.
  626. The mode is activated by passing power_save=1 option to
  627. snd-ac97-codec driver. You can toggle it dynamically over
  628. sysfs, too.
  629. endmenu