Kconfig 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907
  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 8338, 8738, 8768, 8770"
  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, CMI8738,
  149. CMI8768 or CMI8770 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_HDA_HWDEP
  417. bool "Build hwdep interface for HD-audio driver"
  418. depends on SND_HDA_INTEL
  419. select SND_HWDEP
  420. help
  421. Say Y here to build a hwdep interface for HD-audio driver.
  422. This interface can be used for out-of-band communication
  423. with codecs for debugging purposes.
  424. config SND_HDA_CODEC_REALTEK
  425. bool "Build Realtek HD-audio codec support"
  426. depends on SND_HDA_INTEL
  427. default y
  428. help
  429. Say Y here to include Realtek HD-audio codec support in
  430. snd-hda-intel driver, such as ALC880.
  431. config SND_HDA_CODEC_ANALOG
  432. bool "Build Analog Device HD-audio codec support"
  433. depends on SND_HDA_INTEL
  434. default y
  435. help
  436. Say Y here to include Analog Device HD-audio codec support in
  437. snd-hda-intel driver, such as AD1986A.
  438. config SND_HDA_CODEC_SIGMATEL
  439. bool "Build IDT/Sigmatel HD-audio codec support"
  440. depends on SND_HDA_INTEL
  441. default y
  442. help
  443. Say Y here to include IDT (Sigmatel) HD-audio codec support in
  444. snd-hda-intel driver, such as STAC9200.
  445. config SND_HDA_CODEC_VIA
  446. bool "Build VIA HD-audio codec support"
  447. depends on SND_HDA_INTEL
  448. default y
  449. help
  450. Say Y here to include VIA HD-audio codec support in
  451. snd-hda-intel driver, such as VT1708.
  452. config SND_HDA_CODEC_ATIHDMI
  453. bool "Build ATI HDMI HD-audio codec support"
  454. depends on SND_HDA_INTEL
  455. default y
  456. help
  457. Say Y here to include ATI HDMI HD-audio codec support in
  458. snd-hda-intel driver, such as ATI RS600 HDMI.
  459. config SND_HDA_CODEC_CONEXANT
  460. bool "Build Conexant HD-audio codec support"
  461. depends on SND_HDA_INTEL
  462. default y
  463. help
  464. Say Y here to include Conexant HD-audio codec support in
  465. snd-hda-intel driver, such as CX20549.
  466. config SND_HDA_CODEC_CMEDIA
  467. bool "Build C-Media HD-audio codec support"
  468. depends on SND_HDA_INTEL
  469. default y
  470. help
  471. Say Y here to include C-Media HD-audio codec support in
  472. snd-hda-intel driver, such as CMI9880.
  473. config SND_HDA_CODEC_SI3054
  474. bool "Build Silicon Labs 3054 HD-modem codec support"
  475. depends on SND_HDA_INTEL
  476. default y
  477. help
  478. Say Y here to include Silicon Labs 3054 HD-modem codec
  479. (and compatibles) support in snd-hda-intel driver.
  480. config SND_HDA_GENERIC
  481. bool "Enable generic HD-audio codec parser"
  482. depends on SND_HDA_INTEL
  483. default y
  484. help
  485. Say Y here to enable the generic HD-audio codec parser
  486. in snd-hda-intel driver.
  487. config SND_HDA_POWER_SAVE
  488. bool "Aggressive power-saving on HD-audio"
  489. depends on SND_HDA_INTEL && EXPERIMENTAL
  490. help
  491. Say Y here to enable more aggressive power-saving mode on
  492. HD-audio driver. The power-saving timeout can be configured
  493. via power_save option or over sysfs on-the-fly.
  494. config SND_HDA_POWER_SAVE_DEFAULT
  495. int "Default time-out for HD-audio power-save mode"
  496. depends on SND_HDA_POWER_SAVE
  497. default 0
  498. help
  499. The default time-out value in seconds for HD-audio automatic
  500. power-save mode. 0 means to disable the power-save mode.
  501. config SND_HDSP
  502. tristate "RME Hammerfall DSP Audio"
  503. depends on SND
  504. select SND_HWDEP
  505. select SND_RAWMIDI
  506. select SND_PCM
  507. help
  508. Say Y here to include support for RME Hammerfall DSP Audio
  509. soundcards.
  510. To compile this driver as a module, choose M here: the module
  511. will be called snd-hdsp.
  512. config SND_HDSPM
  513. tristate "RME Hammerfall DSP MADI"
  514. depends on SND
  515. select SND_HWDEP
  516. select SND_RAWMIDI
  517. select SND_PCM
  518. help
  519. Say Y here to include support for RME Hammerfall DSP MADI
  520. soundcards.
  521. To compile this driver as a module, choose M here: the module
  522. will be called snd-hdspm.
  523. config SND_ICE1712
  524. tristate "ICEnsemble ICE1712 (Envy24)"
  525. depends on SND
  526. select SND_MPU401_UART
  527. select SND_AC97_CODEC
  528. help
  529. Say Y here to include support for soundcards based on the
  530. ICE1712 (Envy24) chip.
  531. Currently supported hardware is: M-Audio Delta 1010(LT),
  532. DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
  533. TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88;
  534. Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8.
  535. To compile this driver as a module, choose M here: the module
  536. will be called snd-ice1712.
  537. config SND_ICE1724
  538. tristate "ICE/VT1724/1720 (Envy24HT/PT)"
  539. depends on SND
  540. select SND_MPU401_UART
  541. select SND_AC97_CODEC
  542. help
  543. Say Y here to include support for soundcards based on
  544. ICE/VT1724/1720 (Envy24HT/PT) chips.
  545. Currently supported hardware is: AMP AUDIO2000; M-Audio
  546. Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe;
  547. AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II;
  548. Chaintech ZNF3-150/250.
  549. To compile this driver as a module, choose M here: the module
  550. will be called snd-ice1724.
  551. config SND_INTEL8X0
  552. tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
  553. depends on SND
  554. select SND_AC97_CODEC
  555. help
  556. Say Y here to include support for the integrated AC97 sound
  557. device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
  558. ALi chipsets using the M5455 Audio Controller. (There is a
  559. separate driver for ALi M5451 Audio Controllers.)
  560. To compile this driver as a module, choose M here: the module
  561. will be called snd-intel8x0.
  562. config SND_INTEL8X0M
  563. tristate "Intel/SiS/nVidia/AMD MC97 Modem"
  564. depends on SND
  565. select SND_AC97_CODEC
  566. help
  567. Say Y here to include support for the integrated MC97 modem on
  568. motherboards with Intel/SiS/nVidia/AMD chipsets.
  569. To compile this driver as a module, choose M here: the module
  570. will be called snd-intel8x0m.
  571. config SND_KORG1212
  572. tristate "Korg 1212 IO"
  573. depends on SND
  574. select FW_LOADER if !SND_KORG1212_FIRMWARE_IN_KERNEL
  575. select SND_PCM
  576. help
  577. Say Y here to include support for Korg 1212IO soundcards.
  578. To compile this driver as a module, choose M here: the module
  579. will be called snd-korg1212.
  580. config SND_KORG1212_FIRMWARE_IN_KERNEL
  581. bool "In-kernel firmware for Korg1212 driver"
  582. depends on SND_KORG1212
  583. default y
  584. help
  585. Say Y here to include the static firmware built in the kernel
  586. for the Korg1212 driver. If you choose N here, you need to
  587. install the firmware files from the alsa-firmware package.
  588. config SND_MAESTRO3
  589. tristate "ESS Allegro/Maestro3"
  590. depends on SND
  591. select FW_LOADER if !SND_MAESTRO3_FIRMWARE_IN_KERNEL
  592. select SND_AC97_CODEC
  593. help
  594. Say Y here to include support for soundcards based on ESS Maestro 3
  595. (Allegro) chips.
  596. To compile this driver as a module, choose M here: the module
  597. will be called snd-maestro3.
  598. config SND_MAESTRO3_FIRMWARE_IN_KERNEL
  599. bool "In-kernel firmware for Maestro3 driver"
  600. depends on SND_MAESTRO3
  601. default y
  602. help
  603. Say Y here to include the static firmware built in the kernel
  604. for the Maestro3 driver. If you choose N here, you need to
  605. install the firmware files from the alsa-firmware package.
  606. config SND_MIXART
  607. tristate "Digigram miXart"
  608. depends on SND
  609. select SND_HWDEP
  610. select SND_PCM
  611. help
  612. If you want to use Digigram miXart soundcards, say Y here and
  613. read <file:Documentation/sound/alsa/MIXART.txt>.
  614. To compile this driver as a module, choose M here: the module
  615. will be called snd-mixart.
  616. config SND_NM256
  617. tristate "NeoMagic NM256AV/ZX"
  618. depends on SND
  619. select SND_AC97_CODEC
  620. help
  621. Say Y here to include support for NeoMagic NM256AV/ZX chips.
  622. To compile this driver as a module, choose M here: the module
  623. will be called snd-nm256.
  624. config SND_PCXHR
  625. tristate "Digigram PCXHR"
  626. depends on SND
  627. select SND_PCM
  628. select SND_HWDEP
  629. help
  630. Say Y here to include support for Digigram PCXHR boards.
  631. To compile this driver as a module, choose M here: the module
  632. will be called snd-pcxhr.
  633. config SND_RIPTIDE
  634. tristate "Conexant Riptide"
  635. depends on SND
  636. select FW_LOADER
  637. select SND_OPL3_LIB
  638. select SND_MPU401_UART
  639. select SND_AC97_CODEC
  640. help
  641. Say 'Y' or 'M' to include support for Conexant Riptide chip.
  642. To compile this driver as a module, choose M here: the module
  643. will be called snd-riptide
  644. config SND_RME32
  645. tristate "RME Digi32, 32/8, 32 PRO"
  646. depends on SND
  647. select SND_PCM
  648. help
  649. Say Y to include support for RME Digi32, Digi32 PRO and
  650. Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
  651. devices.
  652. To compile this driver as a module, choose M here: the module
  653. will be called snd-rme32.
  654. config SND_RME96
  655. tristate "RME Digi96, 96/8, 96/8 PRO"
  656. depends on SND
  657. select SND_PCM
  658. help
  659. Say Y here to include support for RME Digi96, Digi96/8 and
  660. Digi96/8 PRO/PAD/PST soundcards.
  661. To compile this driver as a module, choose M here: the module
  662. will be called snd-rme96.
  663. config SND_RME9652
  664. tristate "RME Digi9652 (Hammerfall)"
  665. depends on SND
  666. select SND_PCM
  667. help
  668. Say Y here to include support for RME Hammerfall (RME
  669. Digi9652/Digi9636) soundcards.
  670. To compile this driver as a module, choose M here: the module
  671. will be called snd-rme9652.
  672. config SND_SONICVIBES
  673. tristate "S3 SonicVibes"
  674. depends on SND
  675. select SND_OPL3_LIB
  676. select SND_MPU401_UART
  677. select SND_AC97_CODEC
  678. help
  679. Say Y here to include support for soundcards based on the S3
  680. SonicVibes chip.
  681. To compile this driver as a module, choose M here: the module
  682. will be called snd-sonicvibes.
  683. config SND_TRIDENT
  684. tristate "Trident 4D-Wave DX/NX; SiS 7018"
  685. depends on SND
  686. select SND_MPU401_UART
  687. select SND_AC97_CODEC
  688. help
  689. Say Y here to include support for soundcards based on Trident
  690. 4D-Wave DX/NX or SiS 7018 chips.
  691. To compile this driver as a module, choose M here: the module
  692. will be called snd-trident.
  693. config SND_VIA82XX
  694. tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
  695. depends on SND
  696. select SND_MPU401_UART
  697. select SND_AC97_CODEC
  698. help
  699. Say Y here to include support for the integrated AC97 sound
  700. device on motherboards with VIA chipsets.
  701. To compile this driver as a module, choose M here: the module
  702. will be called snd-via82xx.
  703. config SND_VIA82XX_MODEM
  704. tristate "VIA 82C686A/B, 8233 based Modems"
  705. depends on SND
  706. select SND_AC97_CODEC
  707. help
  708. Say Y here to include support for the integrated MC97 modem on
  709. motherboards with VIA chipsets.
  710. To compile this driver as a module, choose M here: the module
  711. will be called snd-via82xx-modem.
  712. config SND_VX222
  713. tristate "Digigram VX222"
  714. depends on SND
  715. select SND_VX_LIB
  716. help
  717. Say Y here to include support for Digigram VX222 soundcards.
  718. To compile this driver as a module, choose M here: the module
  719. will be called snd-vx222.
  720. config SND_YMFPCI
  721. tristate "Yamaha YMF724/740/744/754"
  722. depends on SND
  723. select FW_LOADER if !SND_YMFPCI_FIRMWARE_IN_KERNEL
  724. select SND_OPL3_LIB
  725. select SND_MPU401_UART
  726. select SND_AC97_CODEC
  727. help
  728. Say Y here to include support for Yamaha PCI audio chips -
  729. YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
  730. To compile this driver as a module, choose M here: the module
  731. will be called snd-ymfpci.
  732. config SND_YMFPCI_FIRMWARE_IN_KERNEL
  733. bool "In-kernel firmware for YMFPCI driver"
  734. depends on SND_YMFPCI
  735. default y
  736. help
  737. Say Y here to include the static firmware built in the kernel
  738. for the YMFPCI driver. If you choose N here, you need to
  739. install the firmware files from the alsa-firmware package.
  740. config SND_AC97_POWER_SAVE
  741. bool "AC97 Power-Saving Mode"
  742. depends on SND_AC97_CODEC && EXPERIMENTAL
  743. default n
  744. help
  745. Say Y here to enable the aggressive power-saving support of
  746. AC97 codecs. In this mode, the power-mode is dynamically
  747. controlled at each open/close.
  748. The mode is activated by passing power_save=1 option to
  749. snd-ac97-codec driver. You can toggle it dynamically over
  750. sysfs, too.
  751. config SND_AC97_POWER_SAVE_DEFAULT
  752. int "Default time-out for AC97 power-save mode"
  753. depends on SND_AC97_POWER_SAVE
  754. default 0
  755. help
  756. The default time-out value in seconds for AC97 automatic
  757. power-save mode. 0 means to disable the power-save mode.
  758. endmenu