Kconfig 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963
  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_OXYGEN_LIB
  154. tristate
  155. depends on SND
  156. select SND_PCM
  157. select SND_MPU401_UART
  158. config SND_OXYGEN
  159. tristate "C-Media 8788 (Oxygen)"
  160. depends on SND
  161. select SND_OXYGEN_LIB
  162. help
  163. Say Y here to include support for sound cards based on the
  164. C-Media CMI8788 (Oxygen HD Audio) chip:
  165. * Asound A-8788
  166. * AuzenTech X-Meridian
  167. * Bgears b-Enspirer
  168. * Club3D Theatron DTS
  169. * HT-Omega Claro
  170. * Razer Barracuda AC-1
  171. * Sondigo Inferno
  172. To compile this driver as a module, choose M here: the module
  173. will be called snd-oxygen.
  174. config SND_CS4281
  175. tristate "Cirrus Logic (Sound Fusion) CS4281"
  176. depends on SND
  177. select SND_OPL3_LIB
  178. select SND_RAWMIDI
  179. select SND_AC97_CODEC
  180. help
  181. Say Y here to include support for Cirrus Logic CS4281 chips.
  182. To compile this driver as a module, choose M here: the module
  183. will be called snd-cs4281.
  184. config SND_CS46XX
  185. tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
  186. depends on SND
  187. select SND_RAWMIDI
  188. select SND_AC97_CODEC
  189. help
  190. Say Y here to include support for Cirrus Logic CS4610/CS4612/
  191. CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
  192. To compile this driver as a module, choose M here: the module
  193. will be called snd-cs46xx.
  194. config SND_CS46XX_NEW_DSP
  195. bool "Cirrus Logic (Sound Fusion) New DSP support"
  196. depends on SND_CS46XX
  197. default y
  198. help
  199. Say Y here to use a new DSP image for SPDIF and dual codecs.
  200. This works better than the old code, so say Y.
  201. config SND_CS5530
  202. tristate "CS5530 Audio"
  203. depends on SND && ISA_DMA_API
  204. select SND_SB16_DSP
  205. help
  206. Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
  207. To compile this driver as a module, choose M here: the module
  208. will be called snd-cs5530.
  209. config SND_CS5535AUDIO
  210. tristate "CS5535/CS5536 Audio"
  211. depends on SND && X86 && !X86_64
  212. select SND_PCM
  213. select SND_AC97_CODEC
  214. help
  215. Say Y here to include support for audio on CS5535 chips. It is
  216. referred to as NS CS5535 IO or AMD CS5535 IO companion in
  217. various literature. This driver also supports the CS5536 audio
  218. device. However, for both chips, on certain boards, you may
  219. need to use ac97_quirk=hp_only if your board has physically
  220. mapped headphone out to master output. If that works for you,
  221. send lspci -vvv output to the mailing list so that your board
  222. can be identified in the quirks list.
  223. To compile this driver as a module, choose M here: the module
  224. will be called snd-cs5535audio.
  225. config SND_DARLA20
  226. tristate "(Echoaudio) Darla20"
  227. depends on SND
  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. depends on SND
  237. select FW_LOADER
  238. select SND_PCM
  239. help
  240. Say 'Y' or 'M' to include support for Echoaudio Gina.
  241. To compile this driver as a module, choose M here: the module
  242. will be called snd-gina20
  243. config SND_LAYLA20
  244. tristate "(Echoaudio) Layla20"
  245. depends on SND
  246. select FW_LOADER
  247. select SND_RAWMIDI
  248. select SND_PCM
  249. help
  250. Say 'Y' or 'M' to include support for Echoaudio Layla.
  251. To compile this driver as a module, choose M here: the module
  252. will be called snd-layla20
  253. config SND_DARLA24
  254. tristate "(Echoaudio) Darla24"
  255. depends on SND
  256. select FW_LOADER
  257. select SND_PCM
  258. help
  259. Say 'Y' or 'M' to include support for Echoaudio Darla24.
  260. To compile this driver as a module, choose M here: the module
  261. will be called snd-darla24
  262. config SND_GINA24
  263. tristate "(Echoaudio) Gina24"
  264. depends on SND
  265. select FW_LOADER
  266. select SND_PCM
  267. help
  268. Say 'Y' or 'M' to include support for Echoaudio Gina24.
  269. To compile this driver as a module, choose M here: the module
  270. will be called snd-gina24
  271. config SND_LAYLA24
  272. tristate "(Echoaudio) Layla24"
  273. depends on SND
  274. select FW_LOADER
  275. select SND_RAWMIDI
  276. select SND_PCM
  277. help
  278. Say 'Y' or 'M' to include support for Echoaudio Layla24.
  279. To compile this driver as a module, choose M here: the module
  280. will be called snd-layla24
  281. config SND_MONA
  282. tristate "(Echoaudio) Mona"
  283. depends on SND
  284. select FW_LOADER
  285. select SND_RAWMIDI
  286. select SND_PCM
  287. help
  288. Say 'Y' or 'M' to include support for Echoaudio Mona.
  289. To compile this driver as a module, choose M here: the module
  290. will be called snd-mona
  291. config SND_MIA
  292. tristate "(Echoaudio) Mia"
  293. depends on SND
  294. select FW_LOADER
  295. select SND_RAWMIDI
  296. select SND_PCM
  297. help
  298. Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
  299. To compile this driver as a module, choose M here: the module
  300. will be called snd-mia
  301. config SND_ECHO3G
  302. tristate "(Echoaudio) 3G cards"
  303. depends on SND
  304. select FW_LOADER
  305. select SND_RAWMIDI
  306. select SND_PCM
  307. help
  308. Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
  309. To compile this driver as a module, choose M here: the module
  310. will be called snd-echo3g
  311. config SND_INDIGO
  312. tristate "(Echoaudio) Indigo"
  313. depends on SND
  314. select FW_LOADER
  315. select SND_PCM
  316. help
  317. Say 'Y' or 'M' to include support for Echoaudio Indigo.
  318. To compile this driver as a module, choose M here: the module
  319. will be called snd-indigo
  320. config SND_INDIGOIO
  321. tristate "(Echoaudio) Indigo IO"
  322. depends on SND
  323. select FW_LOADER
  324. select SND_PCM
  325. help
  326. Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
  327. To compile this driver as a module, choose M here: the module
  328. will be called snd-indigoio
  329. config SND_INDIGODJ
  330. tristate "(Echoaudio) Indigo DJ"
  331. depends on SND
  332. select FW_LOADER
  333. select SND_PCM
  334. help
  335. Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
  336. To compile this driver as a module, choose M here: the module
  337. will be called snd-indigodj
  338. config SND_EMU10K1
  339. tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
  340. depends on SND
  341. select FW_LOADER
  342. select SND_HWDEP
  343. select SND_RAWMIDI
  344. select SND_AC97_CODEC
  345. help
  346. Say Y to include support for Sound Blaster PCI 512, Live!,
  347. Audigy and E-mu APS (partially supported) soundcards.
  348. The confusing multitude of mixer controls is documented in
  349. <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
  350. <file:Documentation/sound/alsa/Audigy-mixer.txt>.
  351. To compile this driver as a module, choose M here: the module
  352. will be called snd-emu10k1.
  353. config SND_EMU10K1X
  354. tristate "Emu10k1X (Dell OEM Version)"
  355. depends on SND
  356. select SND_AC97_CODEC
  357. select SND_RAWMIDI
  358. help
  359. Say Y here to include support for the Dell OEM version of the
  360. Sound Blaster Live!.
  361. To compile this driver as a module, choose M here: the module
  362. will be called snd-emu10k1x.
  363. config SND_ENS1370
  364. tristate "(Creative) Ensoniq AudioPCI 1370"
  365. depends on SND
  366. select SND_RAWMIDI
  367. select SND_PCM
  368. help
  369. Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
  370. To compile this driver as a module, choose M here: the module
  371. will be called snd-ens1370.
  372. config SND_ENS1371
  373. tristate "(Creative) Ensoniq AudioPCI 1371/1373"
  374. depends on SND
  375. select SND_RAWMIDI
  376. select SND_AC97_CODEC
  377. help
  378. Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
  379. Sound Blaster PCI 64 or 128 soundcards.
  380. To compile this driver as a module, choose M here: the module
  381. will be called snd-ens1371.
  382. config SND_ES1938
  383. tristate "ESS ES1938/1946/1969 (Solo-1)"
  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 ESS Solo-1
  390. (ES1938, ES1946, ES1969) chips.
  391. To compile this driver as a module, choose M here: the module
  392. will be called snd-es1938.
  393. config SND_ES1968
  394. tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
  395. depends on SND
  396. select SND_MPU401_UART
  397. select SND_AC97_CODEC
  398. help
  399. Say Y here to include support for soundcards based on ESS Maestro
  400. 1/2/2E chips.
  401. To compile this driver as a module, choose M here: the module
  402. will be called snd-es1968.
  403. config SND_FM801
  404. tristate "ForteMedia FM801"
  405. depends on SND
  406. select SND_OPL3_LIB
  407. select SND_MPU401_UART
  408. select SND_AC97_CODEC
  409. help
  410. Say Y here to include support for soundcards based on the ForteMedia
  411. FM801 chip.
  412. To compile this driver as a module, choose M here: the module
  413. will be called snd-fm801.
  414. config SND_FM801_TEA575X_BOOL
  415. bool "ForteMedia FM801 + TEA5757 tuner"
  416. depends on SND_FM801
  417. help
  418. Say Y here to include support for soundcards based on the ForteMedia
  419. FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
  420. Forte SF256-PCS-02) into the snd-fm801 driver.
  421. This will enable support for the old V4L1 API.
  422. config SND_FM801_TEA575X
  423. tristate
  424. depends on SND_FM801_TEA575X_BOOL
  425. default SND_FM801
  426. select VIDEO_V4L1
  427. select VIDEO_DEV
  428. config SND_HDA_INTEL
  429. tristate "Intel HD Audio"
  430. depends on SND
  431. select SND_PCM
  432. help
  433. Say Y here to include support for Intel "High Definition
  434. Audio" (Azalia) motherboard devices.
  435. To compile this driver as a module, choose M here: the module
  436. will be called snd-hda-intel.
  437. config SND_HDA_HWDEP
  438. bool "Build hwdep interface for HD-audio driver"
  439. depends on SND_HDA_INTEL
  440. select SND_HWDEP
  441. help
  442. Say Y here to build a hwdep interface for HD-audio driver.
  443. This interface can be used for out-of-band communication
  444. with codecs for debugging purposes.
  445. config SND_HDA_CODEC_REALTEK
  446. bool "Build Realtek HD-audio codec support"
  447. depends on SND_HDA_INTEL
  448. default y
  449. help
  450. Say Y here to include Realtek HD-audio codec support in
  451. snd-hda-intel driver, such as ALC880.
  452. config SND_HDA_CODEC_ANALOG
  453. bool "Build Analog Device HD-audio codec support"
  454. depends on SND_HDA_INTEL
  455. default y
  456. help
  457. Say Y here to include Analog Device HD-audio codec support in
  458. snd-hda-intel driver, such as AD1986A.
  459. config SND_HDA_CODEC_SIGMATEL
  460. bool "Build IDT/Sigmatel HD-audio codec support"
  461. depends on SND_HDA_INTEL
  462. default y
  463. help
  464. Say Y here to include IDT (Sigmatel) HD-audio codec support in
  465. snd-hda-intel driver, such as STAC9200.
  466. config SND_HDA_CODEC_VIA
  467. bool "Build VIA HD-audio codec support"
  468. depends on SND_HDA_INTEL
  469. default y
  470. help
  471. Say Y here to include VIA HD-audio codec support in
  472. snd-hda-intel driver, such as VT1708.
  473. config SND_HDA_CODEC_ATIHDMI
  474. bool "Build ATI HDMI HD-audio codec support"
  475. depends on SND_HDA_INTEL
  476. default y
  477. help
  478. Say Y here to include ATI HDMI HD-audio codec support in
  479. snd-hda-intel driver, such as ATI RS600 HDMI.
  480. config SND_HDA_CODEC_CONEXANT
  481. bool "Build Conexant HD-audio codec support"
  482. depends on SND_HDA_INTEL
  483. default y
  484. help
  485. Say Y here to include Conexant HD-audio codec support in
  486. snd-hda-intel driver, such as CX20549.
  487. config SND_HDA_CODEC_CMEDIA
  488. bool "Build C-Media HD-audio codec support"
  489. depends on SND_HDA_INTEL
  490. default y
  491. help
  492. Say Y here to include C-Media HD-audio codec support in
  493. snd-hda-intel driver, such as CMI9880.
  494. config SND_HDA_CODEC_SI3054
  495. bool "Build Silicon Labs 3054 HD-modem codec support"
  496. depends on SND_HDA_INTEL
  497. default y
  498. help
  499. Say Y here to include Silicon Labs 3054 HD-modem codec
  500. (and compatibles) support in snd-hda-intel driver.
  501. config SND_HDA_GENERIC
  502. bool "Enable generic HD-audio codec parser"
  503. depends on SND_HDA_INTEL
  504. default y
  505. help
  506. Say Y here to enable the generic HD-audio codec parser
  507. in snd-hda-intel driver.
  508. config SND_HDA_POWER_SAVE
  509. bool "Aggressive power-saving on HD-audio"
  510. depends on SND_HDA_INTEL && EXPERIMENTAL
  511. help
  512. Say Y here to enable more aggressive power-saving mode on
  513. HD-audio driver. The power-saving timeout can be configured
  514. via power_save option or over sysfs on-the-fly.
  515. config SND_HDA_POWER_SAVE_DEFAULT
  516. int "Default time-out for HD-audio power-save mode"
  517. depends on SND_HDA_POWER_SAVE
  518. default 0
  519. help
  520. The default time-out value in seconds for HD-audio automatic
  521. power-save mode. 0 means to disable the power-save mode.
  522. config SND_HDSP
  523. tristate "RME Hammerfall DSP Audio"
  524. depends on SND
  525. select SND_HWDEP
  526. select SND_RAWMIDI
  527. select SND_PCM
  528. help
  529. Say Y here to include support for RME Hammerfall DSP Audio
  530. soundcards.
  531. To compile this driver as a module, choose M here: the module
  532. will be called snd-hdsp.
  533. config SND_HDSPM
  534. tristate "RME Hammerfall DSP MADI"
  535. depends on SND
  536. select SND_HWDEP
  537. select SND_RAWMIDI
  538. select SND_PCM
  539. help
  540. Say Y here to include support for RME Hammerfall DSP MADI
  541. soundcards.
  542. To compile this driver as a module, choose M here: the module
  543. will be called snd-hdspm.
  544. config SND_HIFIER
  545. tristate "TempoTec HiFier Fantasia"
  546. depends on SND
  547. select SND_OXYGEN_LIB
  548. help
  549. Say Y here to include support for the MediaTek/TempoTec HiFier
  550. Fantasia sound card.
  551. To compile this driver as a module, choose M here: the module
  552. will be called snd-hifier.
  553. config SND_ICE1712
  554. tristate "ICEnsemble ICE1712 (Envy24)"
  555. depends on SND
  556. select SND_MPU401_UART
  557. select SND_AC97_CODEC
  558. help
  559. Say Y here to include support for soundcards based on the
  560. ICE1712 (Envy24) chip.
  561. Currently supported hardware is: M-Audio Delta 1010(LT),
  562. DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
  563. TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88;
  564. Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8.
  565. To compile this driver as a module, choose M here: the module
  566. will be called snd-ice1712.
  567. config SND_ICE1724
  568. tristate "ICE/VT1724/1720 (Envy24HT/PT)"
  569. depends on SND
  570. select SND_MPU401_UART
  571. select SND_AC97_CODEC
  572. help
  573. Say Y here to include support for soundcards based on
  574. ICE/VT1724/1720 (Envy24HT/PT) chips.
  575. Currently supported hardware is: AMP AUDIO2000; M-Audio
  576. Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe;
  577. AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II;
  578. Chaintech ZNF3-150/250.
  579. To compile this driver as a module, choose M here: the module
  580. will be called snd-ice1724.
  581. config SND_INTEL8X0
  582. tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
  583. depends on SND
  584. select SND_AC97_CODEC
  585. help
  586. Say Y here to include support for the integrated AC97 sound
  587. device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
  588. ALi chipsets using the M5455 Audio Controller. (There is a
  589. separate driver for ALi M5451 Audio Controllers.)
  590. To compile this driver as a module, choose M here: the module
  591. will be called snd-intel8x0.
  592. config SND_INTEL8X0M
  593. tristate "Intel/SiS/nVidia/AMD MC97 Modem"
  594. depends on SND
  595. select SND_AC97_CODEC
  596. help
  597. Say Y here to include support for the integrated MC97 modem on
  598. motherboards with Intel/SiS/nVidia/AMD chipsets.
  599. To compile this driver as a module, choose M here: the module
  600. will be called snd-intel8x0m.
  601. config SND_KORG1212
  602. tristate "Korg 1212 IO"
  603. depends on SND
  604. select FW_LOADER if !SND_KORG1212_FIRMWARE_IN_KERNEL
  605. select SND_PCM
  606. help
  607. Say Y here to include support for Korg 1212IO soundcards.
  608. To compile this driver as a module, choose M here: the module
  609. will be called snd-korg1212.
  610. config SND_KORG1212_FIRMWARE_IN_KERNEL
  611. bool "In-kernel firmware for Korg1212 driver"
  612. depends on SND_KORG1212
  613. default y
  614. help
  615. Say Y here to include the static firmware built in the kernel
  616. for the Korg1212 driver. If you choose N here, you need to
  617. install the firmware files from the alsa-firmware package.
  618. config SND_MAESTRO3
  619. tristate "ESS Allegro/Maestro3"
  620. depends on SND
  621. select FW_LOADER if !SND_MAESTRO3_FIRMWARE_IN_KERNEL
  622. select SND_AC97_CODEC
  623. help
  624. Say Y here to include support for soundcards based on ESS Maestro 3
  625. (Allegro) chips.
  626. To compile this driver as a module, choose M here: the module
  627. will be called snd-maestro3.
  628. config SND_MAESTRO3_FIRMWARE_IN_KERNEL
  629. bool "In-kernel firmware for Maestro3 driver"
  630. depends on SND_MAESTRO3
  631. default y
  632. help
  633. Say Y here to include the static firmware built in the kernel
  634. for the Maestro3 driver. If you choose N here, you need to
  635. install the firmware files from the alsa-firmware package.
  636. config SND_MIXART
  637. tristate "Digigram miXart"
  638. depends on SND
  639. select SND_HWDEP
  640. select SND_PCM
  641. help
  642. If you want to use Digigram miXart soundcards, say Y here and
  643. read <file:Documentation/sound/alsa/MIXART.txt>.
  644. To compile this driver as a module, choose M here: the module
  645. will be called snd-mixart.
  646. config SND_NM256
  647. tristate "NeoMagic NM256AV/ZX"
  648. depends on SND
  649. select SND_AC97_CODEC
  650. help
  651. Say Y here to include support for NeoMagic NM256AV/ZX chips.
  652. To compile this driver as a module, choose M here: the module
  653. will be called snd-nm256.
  654. config SND_PCXHR
  655. tristate "Digigram PCXHR"
  656. depends on SND
  657. select SND_PCM
  658. select SND_HWDEP
  659. help
  660. Say Y here to include support for Digigram PCXHR boards.
  661. To compile this driver as a module, choose M here: the module
  662. will be called snd-pcxhr.
  663. config SND_RIPTIDE
  664. tristate "Conexant Riptide"
  665. depends on SND
  666. select FW_LOADER
  667. select SND_OPL3_LIB
  668. select SND_MPU401_UART
  669. select SND_AC97_CODEC
  670. help
  671. Say 'Y' or 'M' to include support for Conexant Riptide chip.
  672. To compile this driver as a module, choose M here: the module
  673. will be called snd-riptide
  674. config SND_RME32
  675. tristate "RME Digi32, 32/8, 32 PRO"
  676. depends on SND
  677. select SND_PCM
  678. help
  679. Say Y to include support for RME Digi32, Digi32 PRO and
  680. Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
  681. devices.
  682. To compile this driver as a module, choose M here: the module
  683. will be called snd-rme32.
  684. config SND_RME96
  685. tristate "RME Digi96, 96/8, 96/8 PRO"
  686. depends on SND
  687. select SND_PCM
  688. help
  689. Say Y here to include support for RME Digi96, Digi96/8 and
  690. Digi96/8 PRO/PAD/PST soundcards.
  691. To compile this driver as a module, choose M here: the module
  692. will be called snd-rme96.
  693. config SND_RME9652
  694. tristate "RME Digi9652 (Hammerfall)"
  695. depends on SND
  696. select SND_PCM
  697. help
  698. Say Y here to include support for RME Hammerfall (RME
  699. Digi9652/Digi9636) soundcards.
  700. To compile this driver as a module, choose M here: the module
  701. will be called snd-rme9652.
  702. config SND_SIS7019
  703. tristate "SiS 7019 Audio Accelerator"
  704. depends on SND && X86 && !X86_64
  705. select SND_AC97_CODEC
  706. help
  707. Say Y here to include support for the SiS 7019 Audio Accelerator.
  708. To compile this driver as a module, choose M here: the module
  709. will be called snd-sis7019.
  710. config SND_SONICVIBES
  711. tristate "S3 SonicVibes"
  712. depends on SND
  713. select SND_OPL3_LIB
  714. select SND_MPU401_UART
  715. select SND_AC97_CODEC
  716. help
  717. Say Y here to include support for soundcards based on the S3
  718. SonicVibes chip.
  719. To compile this driver as a module, choose M here: the module
  720. will be called snd-sonicvibes.
  721. config SND_TRIDENT
  722. tristate "Trident 4D-Wave DX/NX; SiS 7018"
  723. depends on SND
  724. select SND_MPU401_UART
  725. select SND_AC97_CODEC
  726. help
  727. Say Y here to include support for soundcards based on Trident
  728. 4D-Wave DX/NX or SiS 7018 chips.
  729. To compile this driver as a module, choose M here: the module
  730. will be called snd-trident.
  731. config SND_VIA82XX
  732. tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
  733. depends on SND
  734. select SND_MPU401_UART
  735. select SND_AC97_CODEC
  736. help
  737. Say Y here to include support for the integrated AC97 sound
  738. device on motherboards with VIA chipsets.
  739. To compile this driver as a module, choose M here: the module
  740. will be called snd-via82xx.
  741. config SND_VIA82XX_MODEM
  742. tristate "VIA 82C686A/B, 8233 based Modems"
  743. depends on SND
  744. select SND_AC97_CODEC
  745. help
  746. Say Y here to include support for the integrated MC97 modem on
  747. motherboards with VIA chipsets.
  748. To compile this driver as a module, choose M here: the module
  749. will be called snd-via82xx-modem.
  750. config SND_VIRTUOSO
  751. tristate "Asus Virtuoso 200 (Xonar)"
  752. depends on SND
  753. select SND_OXYGEN_LIB
  754. help
  755. Say Y here to include support for sound cards based on the
  756. Asus AV200 chip, i.e., Xonar D2 and Xonar D2X.
  757. To compile this driver as a module, choose M here: the module
  758. will be called snd-virtuoso.
  759. config SND_VX222
  760. tristate "Digigram VX222"
  761. depends on SND
  762. select SND_VX_LIB
  763. help
  764. Say Y here to include support for Digigram VX222 soundcards.
  765. To compile this driver as a module, choose M here: the module
  766. will be called snd-vx222.
  767. config SND_YMFPCI
  768. tristate "Yamaha YMF724/740/744/754"
  769. depends on SND
  770. select FW_LOADER if !SND_YMFPCI_FIRMWARE_IN_KERNEL
  771. select SND_OPL3_LIB
  772. select SND_MPU401_UART
  773. select SND_AC97_CODEC
  774. help
  775. Say Y here to include support for Yamaha PCI audio chips -
  776. YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
  777. To compile this driver as a module, choose M here: the module
  778. will be called snd-ymfpci.
  779. config SND_YMFPCI_FIRMWARE_IN_KERNEL
  780. bool "In-kernel firmware for YMFPCI driver"
  781. depends on SND_YMFPCI
  782. default y
  783. help
  784. Say Y here to include the static firmware built in the kernel
  785. for the YMFPCI driver. If you choose N here, you need to
  786. install the firmware files from the alsa-firmware package.
  787. config SND_AC97_POWER_SAVE
  788. bool "AC97 Power-Saving Mode"
  789. depends on SND_AC97_CODEC && EXPERIMENTAL
  790. default n
  791. help
  792. Say Y here to enable the aggressive power-saving support of
  793. AC97 codecs. In this mode, the power-mode is dynamically
  794. controlled at each open/close.
  795. The mode is activated by passing power_save=1 option to
  796. snd-ac97-codec driver. You can toggle it dynamically over
  797. sysfs, too.
  798. config SND_AC97_POWER_SAVE_DEFAULT
  799. int "Default time-out for AC97 power-save mode"
  800. depends on SND_AC97_POWER_SAVE
  801. default 0
  802. help
  803. The default time-out value in seconds for AC97 automatic
  804. power-save mode. 0 means to disable the power-save mode.
  805. endmenu