Kconfig 22 KB

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