Kconfig 17 KB

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