Kconfig 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  1. # ALSA PCI drivers
  2. menuconfig SND_PCI
  3. bool "PCI sound devices"
  4. depends on PCI
  5. default y
  6. help
  7. Support for sound devices connected via the PCI bus.
  8. if SND_PCI
  9. config SND_AD1889
  10. tristate "Analog Devices AD1889"
  11. select SND_AC97_CODEC
  12. help
  13. Say Y here to include support for the integrated AC97 sound
  14. device found in particular on the Hewlett-Packard [BCJ]-xxx0
  15. class PA-RISC workstations, using the AD1819 codec.
  16. To compile this as a module, choose M here: the module
  17. will be called snd-ad1889.
  18. config SND_ALS300
  19. tristate "Avance Logic ALS300/ALS300+"
  20. select SND_PCM
  21. select SND_AC97_CODEC
  22. select SND_OPL3_LIB
  23. help
  24. Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
  25. To compile this driver as a module, choose M here: the module
  26. will be called snd-als300
  27. config SND_ALS4000
  28. tristate "Avance Logic ALS4000"
  29. depends on ISA_DMA_API
  30. select SND_OPL3_LIB
  31. select SND_MPU401_UART
  32. select SND_PCM
  33. select SND_SB_COMMON
  34. help
  35. Say Y here to include support for soundcards based on Avance Logic
  36. ALS4000 chips.
  37. To compile this driver as a module, choose M here: the module
  38. will be called snd-als4000.
  39. config SND_ALI5451
  40. tristate "ALi M5451 PCI Audio Controller"
  41. select SND_MPU401_UART
  42. select SND_AC97_CODEC
  43. help
  44. Say Y here to include support for the integrated AC97 sound
  45. device on motherboards using the ALi M5451 Audio Controller
  46. (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
  47. use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
  48. To compile this driver as a module, choose M here: the module
  49. will be called snd-ali5451.
  50. config SND_ATIIXP
  51. tristate "ATI IXP AC97 Controller"
  52. select SND_AC97_CODEC
  53. help
  54. Say Y here to include support for the integrated AC97 sound
  55. device on motherboards with ATI chipsets (ATI IXP 150/200/250/
  56. 300/400).
  57. To compile this driver as a module, choose M here: the module
  58. will be called snd-atiixp.
  59. config SND_ATIIXP_MODEM
  60. tristate "ATI IXP Modem"
  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. 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. select SND_MPU401_UART
  81. select SND_AC97_CODEC
  82. help
  83. Say Y here to include support for Aureal Vortex soundcards.
  84. Supported features: Hardware Mixer and SRC. For more info, email
  85. the ALSA developer list, or <mjander@users.sourceforge.net>.
  86. To compile this driver as a module, choose M here: the module
  87. will be called snd-au8820.
  88. config SND_AU8830
  89. tristate "Aureal Vortex 2"
  90. select SND_MPU401_UART
  91. select SND_AC97_CODEC
  92. help
  93. Say Y here to include support for Aureal Vortex 2 soundcards.
  94. Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
  95. 3D support code is in place, but not yet useable. For more info,
  96. email the ALSA developer list, or <mjander@users.sourceforge.net>.
  97. To compile this driver as a module, choose M here: the module
  98. will be called snd-au8830.
  99. config SND_AW2
  100. tristate "Emagic Audiowerk 2"
  101. help
  102. Say Y here to include support for Emagic Audiowerk 2 soundcards.
  103. Supported features: Analog and SPDIF output. Analog or SPDIF input.
  104. Note: Switch between analog and digital input does not always work.
  105. It can produce continuous noise. The workaround is to switch again
  106. (and again) between digital and analog input until it works.
  107. To compile this driver as a module, choose M here: the module
  108. will be called snd-aw2.
  109. config SND_AZT3328
  110. tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
  111. depends on EXPERIMENTAL
  112. select SND_OPL3_LIB
  113. select SND_MPU401_UART
  114. select SND_PCM
  115. help
  116. Say Y here to include support for Aztech AZF3328 (PCI168)
  117. soundcards.
  118. To compile this driver as a module, choose M here: the module
  119. will be called snd-azt3328.
  120. config SND_BT87X
  121. tristate "Bt87x Audio Capture"
  122. select SND_PCM
  123. help
  124. If you want to record audio from TV cards based on
  125. Brooktree Bt878/Bt879 chips, say Y here and read
  126. <file:Documentation/sound/alsa/Bt87x.txt>.
  127. To compile this driver as a module, choose M here: the module
  128. will be called snd-bt87x.
  129. config SND_BT87X_OVERCLOCK
  130. bool "Bt87x Audio overclocking"
  131. depends on SND_BT87X
  132. help
  133. Say Y here if 448000 Hz isn't enough for you and you want to
  134. record from the analog input with up to 1792000 Hz.
  135. Higher sample rates won't hurt your hardware, but audio
  136. quality may suffer.
  137. config SND_CA0106
  138. tristate "SB Audigy LS / Live 24bit"
  139. select SND_AC97_CODEC
  140. select SND_RAWMIDI
  141. select SND_VMASTER
  142. help
  143. Say Y here to include support for the Sound Blaster Audigy LS
  144. and Live 24bit.
  145. To compile this driver as a module, choose M here: the module
  146. will be called snd-ca0106.
  147. config SND_CMIPCI
  148. tristate "C-Media 8338, 8738, 8768, 8770"
  149. select SND_OPL3_LIB
  150. select SND_MPU401_UART
  151. select SND_PCM
  152. help
  153. If you want to use soundcards based on C-Media CMI8338, CMI8738,
  154. CMI8768 or CMI8770 chips, say Y here and read
  155. <file:Documentation/sound/alsa/CMIPCI.txt>.
  156. To compile this driver as a module, choose M here: the module
  157. will be called snd-cmipci.
  158. config SND_OXYGEN_LIB
  159. tristate
  160. select SND_PCM
  161. select SND_MPU401_UART
  162. config SND_OXYGEN
  163. tristate "C-Media 8788 (Oxygen)"
  164. select SND_OXYGEN_LIB
  165. help
  166. Say Y here to include support for sound cards based on the
  167. C-Media CMI8788 (Oxygen HD Audio) chip:
  168. * Asound A-8788
  169. * AuzenTech X-Meridian
  170. * Bgears b-Enspirer
  171. * Club3D Theatron DTS
  172. * HT-Omega Claro
  173. * Razer Barracuda AC-1
  174. * Sondigo Inferno
  175. To compile this driver as a module, choose M here: the module
  176. will be called snd-oxygen.
  177. config SND_CS4281
  178. tristate "Cirrus Logic (Sound Fusion) CS4281"
  179. select SND_OPL3_LIB
  180. select SND_RAWMIDI
  181. select SND_AC97_CODEC
  182. help
  183. Say Y here to include support for Cirrus Logic CS4281 chips.
  184. To compile this driver as a module, choose M here: the module
  185. will be called snd-cs4281.
  186. config SND_CS46XX
  187. tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
  188. select SND_RAWMIDI
  189. select SND_AC97_CODEC
  190. help
  191. Say Y here to include support for Cirrus Logic CS4610/CS4612/
  192. CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
  193. To compile this driver as a module, choose M here: the module
  194. will be called snd-cs46xx.
  195. config SND_CS46XX_NEW_DSP
  196. bool "Cirrus Logic (Sound Fusion) New DSP support"
  197. depends on SND_CS46XX
  198. default y
  199. help
  200. Say Y here to use a new DSP image for SPDIF and dual codecs.
  201. This works better than the old code, so say Y.
  202. config SND_CS5530
  203. tristate "CS5530 Audio"
  204. depends on ISA_DMA_API
  205. select SND_SB16_DSP
  206. help
  207. Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
  208. To compile this driver as a module, choose M here: the module
  209. will be called snd-cs5530.
  210. config SND_CS5535AUDIO
  211. tristate "CS5535/CS5536 Audio"
  212. depends on X86 && !X86_64
  213. select SND_PCM
  214. select SND_AC97_CODEC
  215. help
  216. Say Y here to include support for audio on CS5535 chips. It is
  217. referred to as NS CS5535 IO or AMD CS5535 IO companion in
  218. various literature. This driver also supports the CS5536 audio
  219. device. However, for both chips, on certain boards, you may
  220. need to use ac97_quirk=hp_only if your board has physically
  221. mapped headphone out to master output. If that works for you,
  222. send lspci -vvv output to the mailing list so that your board
  223. can be identified in the quirks list.
  224. To compile this driver as a module, choose M here: the module
  225. will be called snd-cs5535audio.
  226. config SND_DARLA20
  227. tristate "(Echoaudio) Darla20"
  228. select FW_LOADER
  229. select SND_PCM
  230. help
  231. Say 'Y' or 'M' to include support for Echoaudio Darla.
  232. To compile this driver as a module, choose M here: the module
  233. will be called snd-darla20
  234. config SND_GINA20
  235. tristate "(Echoaudio) Gina20"
  236. select FW_LOADER
  237. select SND_PCM
  238. help
  239. Say 'Y' or 'M' to include support for Echoaudio Gina.
  240. To compile this driver as a module, choose M here: the module
  241. will be called snd-gina20
  242. config SND_LAYLA20
  243. tristate "(Echoaudio) Layla20"
  244. select FW_LOADER
  245. select SND_RAWMIDI
  246. select SND_PCM
  247. help
  248. Say 'Y' or 'M' to include support for Echoaudio Layla.
  249. To compile this driver as a module, choose M here: the module
  250. will be called snd-layla20
  251. config SND_DARLA24
  252. tristate "(Echoaudio) Darla24"
  253. select FW_LOADER
  254. select SND_PCM
  255. help
  256. Say 'Y' or 'M' to include support for Echoaudio Darla24.
  257. To compile this driver as a module, choose M here: the module
  258. will be called snd-darla24
  259. config SND_GINA24
  260. tristate "(Echoaudio) Gina24"
  261. select FW_LOADER
  262. select SND_PCM
  263. help
  264. Say 'Y' or 'M' to include support for Echoaudio Gina24.
  265. To compile this driver as a module, choose M here: the module
  266. will be called snd-gina24
  267. config SND_LAYLA24
  268. tristate "(Echoaudio) Layla24"
  269. select FW_LOADER
  270. select SND_RAWMIDI
  271. select SND_PCM
  272. help
  273. Say 'Y' or 'M' to include support for Echoaudio Layla24.
  274. To compile this driver as a module, choose M here: the module
  275. will be called snd-layla24
  276. config SND_MONA
  277. tristate "(Echoaudio) Mona"
  278. select FW_LOADER
  279. select SND_RAWMIDI
  280. select SND_PCM
  281. help
  282. Say 'Y' or 'M' to include support for Echoaudio Mona.
  283. To compile this driver as a module, choose M here: the module
  284. will be called snd-mona
  285. config SND_MIA
  286. tristate "(Echoaudio) Mia"
  287. select FW_LOADER
  288. select SND_RAWMIDI
  289. select SND_PCM
  290. help
  291. Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
  292. To compile this driver as a module, choose M here: the module
  293. will be called snd-mia
  294. config SND_ECHO3G
  295. tristate "(Echoaudio) 3G cards"
  296. select FW_LOADER
  297. select SND_RAWMIDI
  298. select SND_PCM
  299. help
  300. Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
  301. To compile this driver as a module, choose M here: the module
  302. will be called snd-echo3g
  303. config SND_INDIGO
  304. tristate "(Echoaudio) Indigo"
  305. select FW_LOADER
  306. select SND_PCM
  307. help
  308. Say 'Y' or 'M' to include support for Echoaudio Indigo.
  309. To compile this driver as a module, choose M here: the module
  310. will be called snd-indigo
  311. config SND_INDIGOIO
  312. tristate "(Echoaudio) Indigo IO"
  313. select FW_LOADER
  314. select SND_PCM
  315. help
  316. Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
  317. To compile this driver as a module, choose M here: the module
  318. will be called snd-indigoio
  319. config SND_INDIGODJ
  320. tristate "(Echoaudio) Indigo DJ"
  321. select FW_LOADER
  322. select SND_PCM
  323. help
  324. Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
  325. To compile this driver as a module, choose M here: the module
  326. will be called snd-indigodj
  327. config SND_EMU10K1
  328. tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
  329. select FW_LOADER
  330. select SND_HWDEP
  331. select SND_RAWMIDI
  332. select SND_AC97_CODEC
  333. help
  334. Say Y to include support for Sound Blaster PCI 512, Live!,
  335. Audigy and E-mu APS (partially supported) soundcards.
  336. The confusing multitude of mixer controls is documented in
  337. <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
  338. <file:Documentation/sound/alsa/Audigy-mixer.txt>.
  339. To compile this driver as a module, choose M here: the module
  340. will be called snd-emu10k1.
  341. config SND_EMU10K1X
  342. tristate "Emu10k1X (Dell OEM Version)"
  343. select SND_AC97_CODEC
  344. select SND_RAWMIDI
  345. help
  346. Say Y here to include support for the Dell OEM version of the
  347. Sound Blaster Live!.
  348. To compile this driver as a module, choose M here: the module
  349. will be called snd-emu10k1x.
  350. config SND_ENS1370
  351. tristate "(Creative) Ensoniq AudioPCI 1370"
  352. select SND_RAWMIDI
  353. select SND_PCM
  354. help
  355. Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
  356. To compile this driver as a module, choose M here: the module
  357. will be called snd-ens1370.
  358. config SND_ENS1371
  359. tristate "(Creative) Ensoniq AudioPCI 1371/1373"
  360. select SND_RAWMIDI
  361. select SND_AC97_CODEC
  362. help
  363. Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
  364. Sound Blaster PCI 64 or 128 soundcards.
  365. To compile this driver as a module, choose M here: the module
  366. will be called snd-ens1371.
  367. config SND_ES1938
  368. tristate "ESS ES1938/1946/1969 (Solo-1)"
  369. select SND_OPL3_LIB
  370. select SND_MPU401_UART
  371. select SND_AC97_CODEC
  372. help
  373. Say Y here to include support for soundcards based on ESS Solo-1
  374. (ES1938, ES1946, ES1969) chips.
  375. To compile this driver as a module, choose M here: the module
  376. will be called snd-es1938.
  377. config SND_ES1968
  378. tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
  379. select SND_MPU401_UART
  380. select SND_AC97_CODEC
  381. help
  382. Say Y here to include support for soundcards based on ESS Maestro
  383. 1/2/2E chips.
  384. To compile this driver as a module, choose M here: the module
  385. will be called snd-es1968.
  386. config SND_FM801
  387. tristate "ForteMedia FM801"
  388. select SND_OPL3_LIB
  389. select SND_MPU401_UART
  390. select SND_AC97_CODEC
  391. help
  392. Say Y here to include support for soundcards based on the ForteMedia
  393. FM801 chip.
  394. To compile this driver as a module, choose M here: the module
  395. will be called snd-fm801.
  396. config SND_FM801_TEA575X_BOOL
  397. bool "ForteMedia FM801 + TEA5757 tuner"
  398. depends on SND_FM801
  399. depends on VIDEO_V4L1=y || VIDEO_V4L1=SND_FM801
  400. help
  401. Say Y here to include support for soundcards based on the ForteMedia
  402. FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
  403. Forte SF256-PCS-02) into the snd-fm801 driver.
  404. config SND_FM801_TEA575X
  405. tristate
  406. depends on SND_FM801_TEA575X_BOOL
  407. default SND_FM801
  408. config SND_HDA_INTEL
  409. tristate "Intel HD Audio"
  410. select SND_PCM
  411. select SND_VMASTER
  412. help
  413. Say Y here to include support for Intel "High Definition
  414. Audio" (Azalia) motherboard devices.
  415. To compile this driver as a module, choose M here: the module
  416. will be called snd-hda-intel.
  417. config SND_HDA_HWDEP
  418. bool "Build hwdep interface for HD-audio driver"
  419. depends on SND_HDA_INTEL
  420. select SND_HWDEP
  421. help
  422. Say Y here to build a hwdep interface for HD-audio driver.
  423. This interface can be used for out-of-band communication
  424. with codecs for debugging purposes.
  425. config SND_HDA_INPUT_BEEP
  426. bool "Support digital beep via input layer"
  427. depends on SND_HDA_INTEL
  428. depends on INPUT=y || INPUT=SND_HDA_INTEL
  429. help
  430. Say Y here to build a digital beep interface for HD-audio
  431. driver. This interface is used to generate digital beeps.
  432. config SND_HDA_CODEC_REALTEK
  433. bool "Build Realtek HD-audio codec support"
  434. depends on SND_HDA_INTEL
  435. default y
  436. help
  437. Say Y here to include Realtek HD-audio codec support in
  438. snd-hda-intel driver, such as ALC880.
  439. config SND_HDA_CODEC_ANALOG
  440. bool "Build Analog Device HD-audio codec support"
  441. depends on SND_HDA_INTEL
  442. default y
  443. help
  444. Say Y here to include Analog Device HD-audio codec support in
  445. snd-hda-intel driver, such as AD1986A.
  446. config SND_HDA_CODEC_SIGMATEL
  447. bool "Build IDT/Sigmatel HD-audio codec support"
  448. depends on SND_HDA_INTEL
  449. default y
  450. help
  451. Say Y here to include IDT (Sigmatel) HD-audio codec support in
  452. snd-hda-intel driver, such as STAC9200.
  453. config SND_HDA_CODEC_VIA
  454. bool "Build VIA HD-audio codec support"
  455. depends on SND_HDA_INTEL
  456. default y
  457. help
  458. Say Y here to include VIA HD-audio codec support in
  459. snd-hda-intel driver, such as VT1708.
  460. config SND_HDA_CODEC_ATIHDMI
  461. bool "Build ATI HDMI HD-audio codec support"
  462. depends on SND_HDA_INTEL
  463. default y
  464. help
  465. Say Y here to include ATI HDMI HD-audio codec support in
  466. snd-hda-intel driver, such as ATI RS600 HDMI.
  467. config SND_HDA_CODEC_CONEXANT
  468. bool "Build Conexant HD-audio codec support"
  469. depends on SND_HDA_INTEL
  470. default y
  471. help
  472. Say Y here to include Conexant HD-audio codec support in
  473. snd-hda-intel driver, such as CX20549.
  474. config SND_HDA_CODEC_CMEDIA
  475. bool "Build C-Media HD-audio codec support"
  476. depends on SND_HDA_INTEL
  477. default y
  478. help
  479. Say Y here to include C-Media HD-audio codec support in
  480. snd-hda-intel driver, such as CMI9880.
  481. config SND_HDA_CODEC_SI3054
  482. bool "Build Silicon Labs 3054 HD-modem codec support"
  483. depends on SND_HDA_INTEL
  484. default y
  485. help
  486. Say Y here to include Silicon Labs 3054 HD-modem codec
  487. (and compatibles) support in snd-hda-intel driver.
  488. config SND_HDA_GENERIC
  489. bool "Enable generic HD-audio codec parser"
  490. depends on SND_HDA_INTEL
  491. default y
  492. help
  493. Say Y here to enable the generic HD-audio codec parser
  494. in snd-hda-intel driver.
  495. config SND_HDA_POWER_SAVE
  496. bool "Aggressive power-saving on HD-audio"
  497. depends on SND_HDA_INTEL && EXPERIMENTAL
  498. help
  499. Say Y here to enable more aggressive power-saving mode on
  500. HD-audio driver. The power-saving timeout can be configured
  501. via power_save option or over sysfs on-the-fly.
  502. config SND_HDA_POWER_SAVE_DEFAULT
  503. int "Default time-out for HD-audio power-save mode"
  504. depends on SND_HDA_POWER_SAVE
  505. default 0
  506. help
  507. The default time-out value in seconds for HD-audio automatic
  508. power-save mode. 0 means to disable the power-save mode.
  509. config SND_HDSP
  510. tristate "RME Hammerfall DSP Audio"
  511. select SND_HWDEP
  512. select SND_RAWMIDI
  513. select SND_PCM
  514. help
  515. Say Y here to include support for RME Hammerfall DSP Audio
  516. soundcards.
  517. To compile this driver as a module, choose M here: the module
  518. will be called snd-hdsp.
  519. config SND_HDSPM
  520. tristate "RME Hammerfall DSP MADI"
  521. select SND_HWDEP
  522. select SND_RAWMIDI
  523. select SND_PCM
  524. help
  525. Say Y here to include support for RME Hammerfall DSP MADI
  526. soundcards.
  527. To compile this driver as a module, choose M here: the module
  528. will be called snd-hdspm.
  529. config SND_HIFIER
  530. tristate "TempoTec HiFier Fantasia"
  531. select SND_OXYGEN_LIB
  532. help
  533. Say Y here to include support for the MediaTek/TempoTec HiFier
  534. Fantasia sound card.
  535. To compile this driver as a module, choose M here: the module
  536. will be called snd-hifier.
  537. config SND_ICE1712
  538. tristate "ICEnsemble ICE1712 (Envy24)"
  539. select SND_MPU401_UART
  540. select SND_AC97_CODEC
  541. help
  542. Say Y here to include support for soundcards based on the
  543. ICE1712 (Envy24) chip.
  544. Currently supported hardware is: M-Audio Delta 1010(LT),
  545. DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
  546. TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
  547. Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
  548. Lionstracs Mediastation, Terrasoniq TS 88.
  549. To compile this driver as a module, choose M here: the module
  550. will be called snd-ice1712.
  551. config SND_ICE1724
  552. tristate "ICE/VT1724/1720 (Envy24HT/PT)"
  553. select SND_RAWMIDI
  554. select SND_AC97_CODEC
  555. select SND_VMASTER
  556. help
  557. Say Y here to include support for soundcards based on
  558. ICE/VT1724/1720 (Envy24HT/PT) chips.
  559. Currently supported hardware is: AMP AUDIO2000; M-Audio
  560. Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
  561. 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
  562. AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
  563. Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
  564. 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
  565. AV-710; Shuttle SN25P.
  566. To compile this driver as a module, choose M here: the module
  567. will be called snd-ice1724.
  568. config SND_INTEL8X0
  569. tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
  570. select SND_AC97_CODEC
  571. help
  572. Say Y here to include support for the integrated AC97 sound
  573. device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
  574. ALi chipsets using the M5455 Audio Controller. (There is a
  575. separate driver for ALi M5451 Audio Controllers.)
  576. To compile this driver as a module, choose M here: the module
  577. will be called snd-intel8x0.
  578. config SND_INTEL8X0M
  579. tristate "Intel/SiS/nVidia/AMD MC97 Modem"
  580. select SND_AC97_CODEC
  581. help
  582. Say Y here to include support for the integrated MC97 modem on
  583. motherboards with Intel/SiS/nVidia/AMD chipsets.
  584. To compile this driver as a module, choose M here: the module
  585. will be called snd-intel8x0m.
  586. config SND_KORG1212
  587. tristate "Korg 1212 IO"
  588. select SND_PCM
  589. help
  590. Say Y here to include support for Korg 1212IO soundcards.
  591. To compile this driver as a module, choose M here: the module
  592. will be called snd-korg1212.
  593. config SND_MAESTRO3
  594. tristate "ESS Allegro/Maestro3"
  595. select SND_AC97_CODEC
  596. help
  597. Say Y here to include support for soundcards based on ESS Maestro 3
  598. (Allegro) chips.
  599. To compile this driver as a module, choose M here: the module
  600. will be called snd-maestro3.
  601. config SND_MIXART
  602. tristate "Digigram miXart"
  603. select SND_HWDEP
  604. select SND_PCM
  605. help
  606. If you want to use Digigram miXart soundcards, say Y here and
  607. read <file:Documentation/sound/alsa/MIXART.txt>.
  608. To compile this driver as a module, choose M here: the module
  609. will be called snd-mixart.
  610. config SND_NM256
  611. tristate "NeoMagic NM256AV/ZX"
  612. select SND_AC97_CODEC
  613. help
  614. Say Y here to include support for NeoMagic NM256AV/ZX chips.
  615. To compile this driver as a module, choose M here: the module
  616. will be called snd-nm256.
  617. config SND_PCXHR
  618. tristate "Digigram PCXHR"
  619. select SND_PCM
  620. select SND_HWDEP
  621. help
  622. Say Y here to include support for Digigram PCXHR boards.
  623. To compile this driver as a module, choose M here: the module
  624. will be called snd-pcxhr.
  625. config SND_RIPTIDE
  626. tristate "Conexant Riptide"
  627. select FW_LOADER
  628. select SND_OPL3_LIB
  629. select SND_MPU401_UART
  630. select SND_AC97_CODEC
  631. help
  632. Say 'Y' or 'M' to include support for Conexant Riptide chip.
  633. To compile this driver as a module, choose M here: the module
  634. will be called snd-riptide
  635. config SND_RME32
  636. tristate "RME Digi32, 32/8, 32 PRO"
  637. select SND_PCM
  638. help
  639. Say Y to include support for RME Digi32, Digi32 PRO and
  640. Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
  641. devices.
  642. To compile this driver as a module, choose M here: the module
  643. will be called snd-rme32.
  644. config SND_RME96
  645. tristate "RME Digi96, 96/8, 96/8 PRO"
  646. select SND_PCM
  647. help
  648. Say Y here to include support for RME Digi96, Digi96/8 and
  649. Digi96/8 PRO/PAD/PST soundcards.
  650. To compile this driver as a module, choose M here: the module
  651. will be called snd-rme96.
  652. config SND_RME9652
  653. tristate "RME Digi9652 (Hammerfall)"
  654. select SND_PCM
  655. help
  656. Say Y here to include support for RME Hammerfall (RME
  657. Digi9652/Digi9636) soundcards.
  658. To compile this driver as a module, choose M here: the module
  659. will be called snd-rme9652.
  660. config SND_SIS7019
  661. tristate "SiS 7019 Audio Accelerator"
  662. depends on X86 && !X86_64
  663. select SND_AC97_CODEC
  664. help
  665. Say Y here to include support for the SiS 7019 Audio Accelerator.
  666. To compile this driver as a module, choose M here: the module
  667. will be called snd-sis7019.
  668. config SND_SONICVIBES
  669. tristate "S3 SonicVibes"
  670. select SND_OPL3_LIB
  671. select SND_MPU401_UART
  672. select SND_AC97_CODEC
  673. help
  674. Say Y here to include support for soundcards based on the S3
  675. SonicVibes chip.
  676. To compile this driver as a module, choose M here: the module
  677. will be called snd-sonicvibes.
  678. config SND_TRIDENT
  679. tristate "Trident 4D-Wave DX/NX; SiS 7018"
  680. select SND_MPU401_UART
  681. select SND_AC97_CODEC
  682. help
  683. Say Y here to include support for soundcards based on Trident
  684. 4D-Wave DX/NX or SiS 7018 chips.
  685. To compile this driver as a module, choose M here: the module
  686. will be called snd-trident.
  687. config SND_VIA82XX
  688. tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
  689. select SND_MPU401_UART
  690. select SND_AC97_CODEC
  691. help
  692. Say Y here to include support for the integrated AC97 sound
  693. device on motherboards with VIA chipsets.
  694. To compile this driver as a module, choose M here: the module
  695. will be called snd-via82xx.
  696. config SND_VIA82XX_MODEM
  697. tristate "VIA 82C686A/B, 8233 based Modems"
  698. select SND_AC97_CODEC
  699. help
  700. Say Y here to include support for the integrated MC97 modem on
  701. motherboards with VIA chipsets.
  702. To compile this driver as a module, choose M here: the module
  703. will be called snd-via82xx-modem.
  704. config SND_VIRTUOSO
  705. tristate "Asus Virtuoso 100/200 (Xonar)"
  706. select SND_OXYGEN_LIB
  707. help
  708. Say Y here to include support for sound cards based on the
  709. Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2 and D2X.
  710. To compile this driver as a module, choose M here: the module
  711. will be called snd-virtuoso.
  712. config SND_VX222
  713. tristate "Digigram VX222"
  714. select SND_VX_LIB
  715. help
  716. Say Y here to include support for Digigram VX222 soundcards.
  717. To compile this driver as a module, choose M here: the module
  718. will be called snd-vx222.
  719. config SND_YMFPCI
  720. tristate "Yamaha YMF724/740/744/754"
  721. select SND_OPL3_LIB
  722. select SND_MPU401_UART
  723. select SND_AC97_CODEC
  724. help
  725. Say Y here to include support for Yamaha PCI audio chips -
  726. YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
  727. To compile this driver as a module, choose M here: the module
  728. will be called snd-ymfpci.
  729. endif # SND_PCI