Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  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_ALS4000
  15. tristate "Avance Logic ALS4000"
  16. depends on SND && ISA_DMA_API
  17. select SND_OPL3_LIB
  18. select SND_MPU401_UART
  19. select SND_PCM
  20. help
  21. Say Y here to include support for soundcards based on Avance Logic
  22. ALS4000 chips.
  23. To compile this driver as a module, choose M here: the module
  24. will be called snd-als4000.
  25. config SND_ALI5451
  26. tristate "ALi M5451 PCI Audio Controller"
  27. depends on SND
  28. select SND_MPU401_UART
  29. select SND_AC97_CODEC
  30. help
  31. Say Y here to include support for the integrated AC97 sound
  32. device on motherboards using the ALi M5451 Audio Controller
  33. (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
  34. use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
  35. To compile this driver as a module, choose M here: the module
  36. will be called snd-ali5451.
  37. config SND_ATIIXP
  38. tristate "ATI IXP AC97 Controller"
  39. depends on SND
  40. select SND_AC97_CODEC
  41. help
  42. Say Y here to include support for the integrated AC97 sound
  43. device on motherboards with ATI chipsets (ATI IXP 150/200/250/
  44. 300/400).
  45. To compile this driver as a module, choose M here: the module
  46. will be called snd-atiixp.
  47. config SND_ATIIXP_MODEM
  48. tristate "ATI IXP Modem"
  49. depends on SND
  50. select SND_AC97_CODEC
  51. help
  52. Say Y here to include support for the integrated MC97 modem on
  53. motherboards with ATI chipsets (ATI IXP 150/200/250).
  54. To compile this driver as a module, choose M here: the module
  55. will be called snd-atiixp-modem.
  56. config SND_AU8810
  57. tristate "Aureal Advantage"
  58. depends on SND
  59. select SND_MPU401_UART
  60. select SND_AC97_CODEC
  61. help
  62. Say Y here to include support for Aureal Advantage soundcards.
  63. Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
  64. 3D support code is in place, but not yet useable. For more info,
  65. email the ALSA developer list, or <mjander@users.sourceforge.net>.
  66. To compile this driver as a module, choose M here: the module
  67. will be called snd-au8810.
  68. config SND_AU8820
  69. tristate "Aureal Vortex"
  70. depends on SND
  71. select SND_MPU401_UART
  72. select SND_AC97_CODEC
  73. help
  74. Say Y here to include support for Aureal Vortex soundcards.
  75. Supported features: Hardware Mixer and SRC. For more info, email
  76. 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-au8820.
  79. config SND_AU8830
  80. tristate "Aureal Vortex 2"
  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 2 soundcards.
  86. Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
  87. 3D support code is in place, but not yet useable. For more info,
  88. email the ALSA developer list, or <mjander@users.sourceforge.net>.
  89. To compile this driver as a module, choose M here: the module
  90. will be called snd-au8830.
  91. config SND_AZT3328
  92. tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
  93. depends on SND && EXPERIMENTAL
  94. select SND_OPL3_LIB
  95. select SND_MPU401_UART
  96. select SND_PCM
  97. help
  98. Say Y here to include support for Aztech AZF3328 (PCI168)
  99. soundcards.
  100. To compile this driver as a module, choose M here: the module
  101. will be called snd-azt3328.
  102. config SND_BT87X
  103. tristate "Bt87x Audio Capture"
  104. depends on SND
  105. select SND_PCM
  106. help
  107. If you want to record audio from TV cards based on
  108. Brooktree Bt878/Bt879 chips, say Y here and read
  109. <file:Documentation/sound/alsa/Bt87x.txt>.
  110. To compile this driver as a module, choose M here: the module
  111. will be called snd-bt87x.
  112. config SND_BT87X_OVERCLOCK
  113. bool "Bt87x Audio overclocking"
  114. depends on SND_BT87X
  115. help
  116. Say Y here if 448000 Hz isn't enough for you and you want to
  117. record from the analog input with up to 1792000 Hz.
  118. Higher sample rates won't hurt your hardware, but audio
  119. quality may suffer.
  120. config SND_CA0106
  121. tristate "SB Audigy LS / Live 24bit"
  122. depends on SND
  123. select SND_AC97_CODEC
  124. select SND_RAWMIDI
  125. help
  126. Say Y here to include support for the Sound Blaster Audigy LS
  127. and Live 24bit.
  128. To compile this driver as a module, choose M here: the module
  129. will be called snd-ca0106.
  130. config SND_CMIPCI
  131. tristate "C-Media 8738, 8338"
  132. depends on SND
  133. select SND_OPL3_LIB
  134. select SND_MPU401_UART
  135. select SND_PCM
  136. help
  137. If you want to use soundcards based on C-Media CMI8338 or CMI8738
  138. chips, say Y here and read
  139. <file:Documentation/sound/alsa/CMIPCI.txt>.
  140. To compile this driver as a module, choose M here: the module
  141. will be called snd-cmipci.
  142. config SND_CS4281
  143. tristate "Cirrus Logic (Sound Fusion) CS4281"
  144. depends on SND
  145. select SND_OPL3_LIB
  146. select SND_RAWMIDI
  147. select SND_AC97_CODEC
  148. help
  149. Say Y here to include support for Cirrus Logic CS4281 chips.
  150. To compile this driver as a module, choose M here: the module
  151. will be called snd-cs4281.
  152. config SND_CS46XX
  153. tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
  154. depends on SND
  155. select SND_RAWMIDI
  156. select SND_AC97_CODEC
  157. help
  158. Say Y here to include support for Cirrus Logic CS4610/CS4612/
  159. CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
  160. To compile this driver as a module, choose M here: the module
  161. will be called snd-cs46xx.
  162. config SND_CS46XX_NEW_DSP
  163. bool "Cirrus Logic (Sound Fusion) New DSP support (EXPERIMENTAL)"
  164. depends on SND_CS46XX && EXPERIMENTAL
  165. help
  166. Say Y here to use a new DSP image for SPDIF and dual codecs.
  167. This works better than the old code, so say Y.
  168. config SND_CS5535AUDIO
  169. tristate "CS5535 Audio"
  170. depends on SND && X86 && !X86_64
  171. select SND_PCM
  172. select SND_AC97_CODEC
  173. help
  174. Say Y here to include support for audio on CS5535 chips. It is
  175. referred to as NS CS5535 IO or AMD CS5535 IO companion in
  176. various literature.
  177. To compile this driver as a module, choose M here: the module
  178. will be called snd-cs5535audio.
  179. config SND_EMU10K1
  180. tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
  181. depends on SND
  182. select SND_HWDEP
  183. select SND_RAWMIDI
  184. select SND_AC97_CODEC
  185. help
  186. Say Y to include support for Sound Blaster PCI 512, Live!,
  187. Audigy and E-mu APS (partially supported) soundcards.
  188. The confusing multitude of mixer controls is documented in
  189. <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
  190. <file:Documentation/sound/alsa/Audigy-mixer.txt>.
  191. To compile this driver as a module, choose M here: the module
  192. will be called snd-emu10k1.
  193. config SND_EMU10K1X
  194. tristate "Emu10k1X (Dell OEM Version)"
  195. depends on SND
  196. select SND_AC97_CODEC
  197. select SND_RAWMIDI
  198. help
  199. Say Y here to include support for the Dell OEM version of the
  200. Sound Blaster Live!.
  201. To compile this driver as a module, choose M here: the module
  202. will be called snd-emu10k1x.
  203. config SND_ENS1370
  204. tristate "(Creative) Ensoniq AudioPCI 1370"
  205. depends on SND
  206. select SND_RAWMIDI
  207. select SND_PCM
  208. help
  209. Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
  210. To compile this driver as a module, choose M here: the module
  211. will be called snd-ens1370.
  212. config SND_ENS1371
  213. tristate "(Creative) Ensoniq AudioPCI 1371/1373"
  214. depends on SND
  215. select SND_RAWMIDI
  216. select SND_AC97_CODEC
  217. help
  218. Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
  219. Sound Blaster PCI 64 or 128 soundcards.
  220. To compile this driver as a module, choose M here: the module
  221. will be called snd-ens1371.
  222. config SND_ES1938
  223. tristate "ESS ES1938/1946/1969 (Solo-1)"
  224. depends on SND
  225. select SND_OPL3_LIB
  226. select SND_MPU401_UART
  227. select SND_AC97_CODEC
  228. help
  229. Say Y here to include support for soundcards based on ESS Solo-1
  230. (ES1938, ES1946, ES1969) chips.
  231. To compile this driver as a module, choose M here: the module
  232. will be called snd-es1938.
  233. config SND_ES1968
  234. tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
  235. depends on SND
  236. select SND_MPU401_UART
  237. select SND_AC97_CODEC
  238. help
  239. Say Y here to include support for soundcards based on ESS Maestro
  240. 1/2/2E chips.
  241. To compile this driver as a module, choose M here: the module
  242. will be called snd-es1968.
  243. config SND_FM801
  244. tristate "ForteMedia FM801"
  245. depends on SND
  246. select SND_OPL3_LIB
  247. select SND_MPU401_UART
  248. select SND_AC97_CODEC
  249. help
  250. Say Y here to include support for soundcards based on the ForteMedia
  251. FM801 chip.
  252. To compile this driver as a module, choose M here: the module
  253. will be called snd-fm801.
  254. config SND_FM801_TEA575X
  255. tristate "ForteMedia FM801 + TEA5757 tuner"
  256. depends on SND_FM801
  257. select VIDEO_DEV
  258. help
  259. Say Y here to include support for soundcards based on the ForteMedia
  260. FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
  261. Forte SF256-PCS-02).
  262. To compile this driver as a module, choose M here: the module
  263. will be called snd-fm801-tea575x.
  264. config SND_HDA_INTEL
  265. tristate "Intel HD Audio"
  266. depends on SND
  267. select SND_PCM
  268. help
  269. Say Y here to include support for Intel "High Definition
  270. Audio" (Azalia) motherboard devices.
  271. To compile this driver as a module, choose M here: the module
  272. will be called snd-hda-intel.
  273. config SND_HDSP
  274. tristate "RME Hammerfall DSP Audio"
  275. depends on SND
  276. select SND_HWDEP
  277. select SND_RAWMIDI
  278. select SND_PCM
  279. help
  280. Say Y here to include support for RME Hammerfall DSP Audio
  281. soundcards.
  282. To compile this driver as a module, choose M here: the module
  283. will be called snd-hdsp.
  284. config SND_HDSPM
  285. tristate "RME Hammerfall DSP MADI"
  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 MADI
  292. soundcards.
  293. To compile this driver as a module, choose M here: the module
  294. will be called snd-hdspm.
  295. config SND_ICE1712
  296. tristate "ICEnsemble ICE1712 (Envy24)"
  297. depends on SND
  298. select SND_MPU401_UART
  299. select SND_AC97_CODEC
  300. help
  301. Say Y here to include support for soundcards based on the
  302. ICE1712 (Envy24) chip.
  303. Currently supported hardware is: M-Audio Delta 1010(LT),
  304. DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
  305. TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88;
  306. Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8.
  307. To compile this driver as a module, choose M here: the module
  308. will be called snd-ice1712.
  309. config SND_ICE1724
  310. tristate "ICE/VT1724/1720 (Envy24HT/PT)"
  311. depends on SND
  312. select SND_MPU401_UART
  313. select SND_AC97_CODEC
  314. help
  315. Say Y here to include support for soundcards based on
  316. ICE/VT1724/1720 (Envy24HT/PT) chips.
  317. Currently supported hardware is: AMP AUDIO2000; M-Audio
  318. Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe;
  319. AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II;
  320. Chaintech ZNF3-150/250.
  321. To compile this driver as a module, choose M here: the module
  322. will be called snd-ice1724.
  323. config SND_INTEL8X0
  324. tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
  325. depends on SND
  326. select SND_AC97_CODEC
  327. help
  328. Say Y here to include support for the integrated AC97 sound
  329. device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
  330. ALi chipsets using the M5455 Audio Controller. (There is a
  331. separate driver for ALi M5451 Audio Controllers.)
  332. To compile this driver as a module, choose M here: the module
  333. will be called snd-intel8x0.
  334. config SND_INTEL8X0M
  335. tristate "Intel/SiS/nVidia/AMD MC97 Modem (EXPERIMENTAL)"
  336. depends on SND && EXPERIMENTAL
  337. select SND_AC97_CODEC
  338. help
  339. Say Y here to include support for the integrated MC97 modem on
  340. motherboards with Intel/SiS/nVidia/AMD chipsets.
  341. To compile this driver as a module, choose M here: the module
  342. will be called snd-intel8x0m.
  343. config SND_KORG1212
  344. tristate "Korg 1212 IO"
  345. depends on SND
  346. select SND_PCM
  347. help
  348. Say Y here to include support for Korg 1212IO soundcards.
  349. To compile this driver as a module, choose M here: the module
  350. will be called snd-korg1212.
  351. config SND_MAESTRO3
  352. tristate "ESS Allegro/Maestro3"
  353. depends on SND
  354. select SND_AC97_CODEC
  355. help
  356. Say Y here to include support for soundcards based on ESS Maestro 3
  357. (Allegro) chips.
  358. To compile this driver as a module, choose M here: the module
  359. will be called snd-maestro3.
  360. config SND_MIXART
  361. tristate "Digigram miXart"
  362. depends on SND
  363. select SND_HWDEP
  364. select SND_PCM
  365. help
  366. If you want to use Digigram miXart soundcards, say Y here and
  367. read <file:Documentation/sound/alsa/MIXART.txt>.
  368. To compile this driver as a module, choose M here: the module
  369. will be called snd-mixart.
  370. config SND_NM256
  371. tristate "NeoMagic NM256AV/ZX"
  372. depends on SND
  373. select SND_AC97_CODEC
  374. help
  375. Say Y here to include support for NeoMagic NM256AV/ZX chips.
  376. To compile this driver as a module, choose M here: the module
  377. will be called snd-nm256.
  378. config SND_PCXHR
  379. tristate "Digigram PCXHR"
  380. depends on SND
  381. select SND_PCM
  382. select SND_HWDEP
  383. help
  384. Say Y here to include support for Digigram PCXHR boards.
  385. To compile this driver as a module, choose M here: the module
  386. will be called snd-pcxhr.
  387. config SND_RME32
  388. tristate "RME Digi32, 32/8, 32 PRO"
  389. depends on SND
  390. select SND_PCM
  391. help
  392. Say Y to include support for RME Digi32, Digi32 PRO and
  393. Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
  394. devices.
  395. To compile this driver as a module, choose M here: the module
  396. will be called snd-rme32.
  397. config SND_RME96
  398. tristate "RME Digi96, 96/8, 96/8 PRO"
  399. depends on SND
  400. select SND_PCM
  401. help
  402. Say Y here to include support for RME Digi96, Digi96/8 and
  403. Digi96/8 PRO/PAD/PST soundcards.
  404. To compile this driver as a module, choose M here: the module
  405. will be called snd-rme96.
  406. config SND_RME9652
  407. tristate "RME Digi9652 (Hammerfall)"
  408. depends on SND
  409. select SND_PCM
  410. help
  411. Say Y here to include support for RME Hammerfall (RME
  412. Digi9652/Digi9636) soundcards.
  413. To compile this driver as a module, choose M here: the module
  414. will be called snd-rme9652.
  415. config SND_SONICVIBES
  416. tristate "S3 SonicVibes"
  417. depends on SND
  418. select SND_OPL3_LIB
  419. select SND_MPU401_UART
  420. select SND_AC97_CODEC
  421. help
  422. Say Y here to include support for soundcards based on the S3
  423. SonicVibes chip.
  424. To compile this driver as a module, choose M here: the module
  425. will be called snd-sonicvibes.
  426. config SND_TRIDENT
  427. tristate "Trident 4D-Wave DX/NX; SiS 7018"
  428. depends on SND
  429. select SND_MPU401_UART
  430. select SND_AC97_CODEC
  431. help
  432. Say Y here to include support for soundcards based on Trident
  433. 4D-Wave DX/NX or SiS 7018 chips.
  434. To compile this driver as a module, choose M here: the module
  435. will be called snd-trident.
  436. config SND_VIA82XX
  437. tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
  438. depends on SND
  439. select SND_MPU401_UART
  440. select SND_AC97_CODEC
  441. help
  442. Say Y here to include support for the integrated AC97 sound
  443. device on motherboards with VIA chipsets.
  444. To compile this driver as a module, choose M here: the module
  445. will be called snd-via82xx.
  446. config SND_VIA82XX_MODEM
  447. tristate "VIA 82C686A/B, 8233 based Modems"
  448. depends on SND
  449. select SND_AC97_CODEC
  450. help
  451. Say Y here to include support for the integrated MC97 modem on
  452. motherboards with VIA chipsets.
  453. To compile this driver as a module, choose M here: the module
  454. will be called snd-via82xx-modem.
  455. config SND_VX222
  456. tristate "Digigram VX222"
  457. depends on SND
  458. select SND_VX_LIB
  459. help
  460. Say Y here to include support for Digigram VX222 soundcards.
  461. To compile this driver as a module, choose M here: the module
  462. will be called snd-vx222.
  463. config SND_YMFPCI
  464. tristate "Yamaha YMF724/740/744/754"
  465. depends on SND
  466. select SND_OPL3_LIB
  467. select SND_MPU401_UART
  468. select SND_AC97_CODEC
  469. help
  470. Say Y here to include support for Yamaha PCI audio chips -
  471. YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
  472. To compile this driver as a module, choose M here: the module
  473. will be called snd-ymfpci.
  474. endmenu