Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  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 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.
  188. To compile this driver as a module, choose M here: the module
  189. will be called snd-cs5535audio.
  190. config SND_EMU10K1
  191. tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
  192. depends on SND
  193. select SND_HWDEP
  194. select SND_RAWMIDI
  195. select SND_AC97_CODEC
  196. help
  197. Say Y to include support for Sound Blaster PCI 512, Live!,
  198. Audigy and E-mu APS (partially supported) soundcards.
  199. The confusing multitude of mixer controls is documented in
  200. <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
  201. <file:Documentation/sound/alsa/Audigy-mixer.txt>.
  202. To compile this driver as a module, choose M here: the module
  203. will be called snd-emu10k1.
  204. config SND_EMU10K1X
  205. tristate "Emu10k1X (Dell OEM Version)"
  206. depends on SND
  207. select SND_AC97_CODEC
  208. select SND_RAWMIDI
  209. help
  210. Say Y here to include support for the Dell OEM version of the
  211. Sound Blaster Live!.
  212. To compile this driver as a module, choose M here: the module
  213. will be called snd-emu10k1x.
  214. config SND_ENS1370
  215. tristate "(Creative) Ensoniq AudioPCI 1370"
  216. depends on SND
  217. select SND_RAWMIDI
  218. select SND_PCM
  219. help
  220. Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
  221. To compile this driver as a module, choose M here: the module
  222. will be called snd-ens1370.
  223. config SND_ENS1371
  224. tristate "(Creative) Ensoniq AudioPCI 1371/1373"
  225. depends on SND
  226. select SND_RAWMIDI
  227. select SND_AC97_CODEC
  228. help
  229. Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
  230. Sound Blaster PCI 64 or 128 soundcards.
  231. To compile this driver as a module, choose M here: the module
  232. will be called snd-ens1371.
  233. config SND_ES1938
  234. tristate "ESS ES1938/1946/1969 (Solo-1)"
  235. depends on SND
  236. select SND_OPL3_LIB
  237. select SND_MPU401_UART
  238. select SND_AC97_CODEC
  239. help
  240. Say Y here to include support for soundcards based on ESS Solo-1
  241. (ES1938, ES1946, ES1969) chips.
  242. To compile this driver as a module, choose M here: the module
  243. will be called snd-es1938.
  244. config SND_ES1968
  245. tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
  246. depends on SND
  247. select SND_MPU401_UART
  248. select SND_AC97_CODEC
  249. help
  250. Say Y here to include support for soundcards based on ESS Maestro
  251. 1/2/2E chips.
  252. To compile this driver as a module, choose M here: the module
  253. will be called snd-es1968.
  254. config SND_FM801
  255. tristate "ForteMedia FM801"
  256. depends on SND
  257. select SND_OPL3_LIB
  258. select SND_MPU401_UART
  259. select SND_AC97_CODEC
  260. help
  261. Say Y here to include support for soundcards based on the ForteMedia
  262. FM801 chip.
  263. To compile this driver as a module, choose M here: the module
  264. will be called snd-fm801.
  265. config SND_FM801_TEA575X
  266. tristate "ForteMedia FM801 + TEA5757 tuner"
  267. depends on SND_FM801
  268. select VIDEO_DEV
  269. help
  270. Say Y here to include support for soundcards based on the ForteMedia
  271. FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
  272. Forte SF256-PCS-02).
  273. To compile this driver as a module, choose M here: the module
  274. will be called snd-fm801-tea575x.
  275. config SND_HDA_INTEL
  276. tristate "Intel HD Audio"
  277. depends on SND
  278. select SND_PCM
  279. help
  280. Say Y here to include support for Intel "High Definition
  281. Audio" (Azalia) motherboard devices.
  282. To compile this driver as a module, choose M here: the module
  283. will be called snd-hda-intel.
  284. config SND_HDSP
  285. tristate "RME Hammerfall DSP Audio"
  286. depends on SND
  287. select SND_HWDEP
  288. select SND_RAWMIDI
  289. select SND_PCM
  290. help
  291. Say Y here to include support for RME Hammerfall DSP Audio
  292. soundcards.
  293. To compile this driver as a module, choose M here: the module
  294. will be called snd-hdsp.
  295. config SND_HDSPM
  296. tristate "RME Hammerfall DSP MADI"
  297. depends on SND
  298. select SND_HWDEP
  299. select SND_RAWMIDI
  300. select SND_PCM
  301. help
  302. Say Y here to include support for RME Hammerfall DSP MADI
  303. soundcards.
  304. To compile this driver as a module, choose M here: the module
  305. will be called snd-hdspm.
  306. config SND_ICE1712
  307. tristate "ICEnsemble ICE1712 (Envy24)"
  308. depends on SND
  309. select SND_MPU401_UART
  310. select SND_AC97_CODEC
  311. help
  312. Say Y here to include support for soundcards based on the
  313. ICE1712 (Envy24) chip.
  314. Currently supported hardware is: M-Audio Delta 1010(LT),
  315. DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
  316. TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88;
  317. Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8.
  318. To compile this driver as a module, choose M here: the module
  319. will be called snd-ice1712.
  320. config SND_ICE1724
  321. tristate "ICE/VT1724/1720 (Envy24HT/PT)"
  322. depends on SND
  323. select SND_MPU401_UART
  324. select SND_AC97_CODEC
  325. help
  326. Say Y here to include support for soundcards based on
  327. ICE/VT1724/1720 (Envy24HT/PT) chips.
  328. Currently supported hardware is: AMP AUDIO2000; M-Audio
  329. Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe;
  330. AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II;
  331. Chaintech ZNF3-150/250.
  332. To compile this driver as a module, choose M here: the module
  333. will be called snd-ice1724.
  334. config SND_INTEL8X0
  335. tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
  336. depends on SND
  337. select SND_AC97_CODEC
  338. help
  339. Say Y here to include support for the integrated AC97 sound
  340. device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
  341. ALi chipsets using the M5455 Audio Controller. (There is a
  342. separate driver for ALi M5451 Audio Controllers.)
  343. To compile this driver as a module, choose M here: the module
  344. will be called snd-intel8x0.
  345. config SND_INTEL8X0M
  346. tristate "Intel/SiS/nVidia/AMD MC97 Modem (EXPERIMENTAL)"
  347. depends on SND && EXPERIMENTAL
  348. select SND_AC97_CODEC
  349. help
  350. Say Y here to include support for the integrated MC97 modem on
  351. motherboards with Intel/SiS/nVidia/AMD chipsets.
  352. To compile this driver as a module, choose M here: the module
  353. will be called snd-intel8x0m.
  354. config SND_KORG1212
  355. tristate "Korg 1212 IO"
  356. depends on SND
  357. select SND_PCM
  358. help
  359. Say Y here to include support for Korg 1212IO soundcards.
  360. To compile this driver as a module, choose M here: the module
  361. will be called snd-korg1212.
  362. config SND_MAESTRO3
  363. tristate "ESS Allegro/Maestro3"
  364. depends on SND
  365. select SND_AC97_CODEC
  366. help
  367. Say Y here to include support for soundcards based on ESS Maestro 3
  368. (Allegro) chips.
  369. To compile this driver as a module, choose M here: the module
  370. will be called snd-maestro3.
  371. config SND_MIXART
  372. tristate "Digigram miXart"
  373. depends on SND
  374. select SND_HWDEP
  375. select SND_PCM
  376. help
  377. If you want to use Digigram miXart soundcards, say Y here and
  378. read <file:Documentation/sound/alsa/MIXART.txt>.
  379. To compile this driver as a module, choose M here: the module
  380. will be called snd-mixart.
  381. config SND_NM256
  382. tristate "NeoMagic NM256AV/ZX"
  383. depends on SND
  384. select SND_AC97_CODEC
  385. help
  386. Say Y here to include support for NeoMagic NM256AV/ZX chips.
  387. To compile this driver as a module, choose M here: the module
  388. will be called snd-nm256.
  389. config SND_PCXHR
  390. tristate "Digigram PCXHR"
  391. depends on SND
  392. select SND_PCM
  393. select SND_HWDEP
  394. help
  395. Say Y here to include support for Digigram PCXHR boards.
  396. To compile this driver as a module, choose M here: the module
  397. will be called snd-pcxhr.
  398. config SND_RIPTIDE
  399. tristate "Conexant Riptide"
  400. depends on SND
  401. depends on FW_LOADER
  402. select SND_OPL3_LIB
  403. select SND_MPU401_UART
  404. select SND_AC97_CODEC
  405. help
  406. Say 'Y' or 'M' to include support for Conexant Riptide chip.
  407. To compile this driver as a module, choose M here: the module
  408. will be called snd-riptide
  409. config SND_RME32
  410. tristate "RME Digi32, 32/8, 32 PRO"
  411. depends on SND
  412. select SND_PCM
  413. help
  414. Say Y to include support for RME Digi32, Digi32 PRO and
  415. Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
  416. devices.
  417. To compile this driver as a module, choose M here: the module
  418. will be called snd-rme32.
  419. config SND_RME96
  420. tristate "RME Digi96, 96/8, 96/8 PRO"
  421. depends on SND
  422. select SND_PCM
  423. help
  424. Say Y here to include support for RME Digi96, Digi96/8 and
  425. Digi96/8 PRO/PAD/PST soundcards.
  426. To compile this driver as a module, choose M here: the module
  427. will be called snd-rme96.
  428. config SND_RME9652
  429. tristate "RME Digi9652 (Hammerfall)"
  430. depends on SND
  431. select SND_PCM
  432. help
  433. Say Y here to include support for RME Hammerfall (RME
  434. Digi9652/Digi9636) soundcards.
  435. To compile this driver as a module, choose M here: the module
  436. will be called snd-rme9652.
  437. config SND_SONICVIBES
  438. tristate "S3 SonicVibes"
  439. depends on SND
  440. select SND_OPL3_LIB
  441. select SND_MPU401_UART
  442. select SND_AC97_CODEC
  443. help
  444. Say Y here to include support for soundcards based on the S3
  445. SonicVibes chip.
  446. To compile this driver as a module, choose M here: the module
  447. will be called snd-sonicvibes.
  448. config SND_TRIDENT
  449. tristate "Trident 4D-Wave DX/NX; SiS 7018"
  450. depends on SND
  451. select SND_MPU401_UART
  452. select SND_AC97_CODEC
  453. help
  454. Say Y here to include support for soundcards based on Trident
  455. 4D-Wave DX/NX or SiS 7018 chips.
  456. To compile this driver as a module, choose M here: the module
  457. will be called snd-trident.
  458. config SND_VIA82XX
  459. tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
  460. depends on SND
  461. select SND_MPU401_UART
  462. select SND_AC97_CODEC
  463. help
  464. Say Y here to include support for the integrated AC97 sound
  465. device on motherboards with VIA chipsets.
  466. To compile this driver as a module, choose M here: the module
  467. will be called snd-via82xx.
  468. config SND_VIA82XX_MODEM
  469. tristate "VIA 82C686A/B, 8233 based Modems"
  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 VIA chipsets.
  475. To compile this driver as a module, choose M here: the module
  476. will be called snd-via82xx-modem.
  477. config SND_VX222
  478. tristate "Digigram VX222"
  479. depends on SND
  480. select SND_VX_LIB
  481. help
  482. Say Y here to include support for Digigram VX222 soundcards.
  483. To compile this driver as a module, choose M here: the module
  484. will be called snd-vx222.
  485. config SND_YMFPCI
  486. tristate "Yamaha YMF724/740/744/754"
  487. depends on SND
  488. select SND_OPL3_LIB
  489. select SND_MPU401_UART
  490. select SND_AC97_CODEC
  491. help
  492. Say Y here to include support for Yamaha PCI audio chips -
  493. YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
  494. To compile this driver as a module, choose M here: the module
  495. will be called snd-ymfpci.
  496. endmenu