Kconfig 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. # ALSA soundcard-configuration
  2. config SND_TIMER
  3. tristate
  4. config SND_PCM
  5. tristate
  6. select SND_TIMER
  7. config SND_DMAENGINE_PCM
  8. tristate
  9. config SND_HWDEP
  10. tristate
  11. config SND_RAWMIDI
  12. tristate
  13. config SND_COMPRESS_OFFLOAD
  14. tristate
  15. # To be effective this also requires INPUT - users should say:
  16. # select SND_JACK if INPUT=y || INPUT=SND
  17. # to avoid having to force INPUT on.
  18. config SND_JACK
  19. bool
  20. config SND_SEQUENCER
  21. tristate "Sequencer support"
  22. select SND_TIMER
  23. help
  24. Say Y or M to enable MIDI sequencer and router support. This
  25. feature allows routing and enqueueing of MIDI events. Events
  26. can be processed at a given time.
  27. Many programs require this feature, so you should enable it
  28. unless you know what you're doing.
  29. config SND_SEQ_DUMMY
  30. tristate "Sequencer dummy client"
  31. depends on SND_SEQUENCER
  32. help
  33. Say Y here to enable the dummy sequencer client. This client
  34. is a simple MIDI-through client: all normal input events are
  35. redirected to the output port immediately.
  36. You don't need this unless you want to connect many MIDI
  37. devices or applications together.
  38. To compile this driver as a module, choose M here: the module
  39. will be called snd-seq-dummy.
  40. config SND_OSSEMUL
  41. select SOUND_OSS_CORE
  42. bool
  43. config SND_MIXER_OSS
  44. tristate "OSS Mixer API"
  45. select SND_OSSEMUL
  46. help
  47. To enable OSS mixer API emulation (/dev/mixer*), say Y here
  48. and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
  49. Many programs still use the OSS API, so say Y.
  50. To compile this driver as a module, choose M here: the module
  51. will be called snd-mixer-oss.
  52. config SND_PCM_OSS
  53. tristate "OSS PCM (digital audio) API"
  54. select SND_OSSEMUL
  55. select SND_PCM
  56. help
  57. To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
  58. here and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
  59. Many programs still use the OSS API, so say Y.
  60. To compile this driver as a module, choose M here: the module
  61. will be called snd-pcm-oss.
  62. config SND_PCM_OSS_PLUGINS
  63. bool "OSS PCM (digital audio) API - Include plugin system"
  64. depends on SND_PCM_OSS
  65. default y
  66. help
  67. If you disable this option, the ALSA's OSS PCM API will not
  68. support conversion of channels, formats and rates. It will
  69. behave like most of new OSS/Free drivers in 2.4/2.6 kernels.
  70. config SND_SEQUENCER_OSS
  71. bool "OSS Sequencer API"
  72. depends on SND_SEQUENCER
  73. select SND_OSSEMUL
  74. help
  75. Say Y here to enable OSS sequencer emulation (both
  76. /dev/sequencer and /dev/music interfaces).
  77. Many programs still use the OSS API, so say Y.
  78. If you choose M in "Sequencer support" (SND_SEQUENCER),
  79. this will be compiled as a module. The module will be called
  80. snd-seq-oss.
  81. config SND_HRTIMER
  82. tristate "HR-timer backend support"
  83. depends on HIGH_RES_TIMERS
  84. select SND_TIMER
  85. help
  86. Say Y here to enable HR-timer backend for ALSA timer. ALSA uses
  87. the hrtimer as a precise timing source. The ALSA sequencer code
  88. also can use this timing source.
  89. To compile this driver as a module, choose M here: the module
  90. will be called snd-hrtimer.
  91. config SND_SEQ_HRTIMER_DEFAULT
  92. bool "Use HR-timer as default sequencer timer"
  93. depends on SND_HRTIMER && SND_SEQUENCER
  94. default y
  95. help
  96. Say Y here to use the HR-timer backend as the default sequencer
  97. timer.
  98. config SND_RTCTIMER
  99. tristate "RTC Timer support"
  100. depends on RTC
  101. select SND_TIMER
  102. help
  103. Say Y here to enable RTC timer support for ALSA. ALSA uses
  104. the RTC timer as a precise timing source and maps the RTC
  105. timer to ALSA's timer interface. The ALSA sequencer code also
  106. can use this timing source.
  107. To compile this driver as a module, choose M here: the module
  108. will be called snd-rtctimer.
  109. Note that this option is exclusive with the new RTC drivers
  110. (CONFIG_RTC_CLASS) since this requires the old API.
  111. config SND_SEQ_RTCTIMER_DEFAULT
  112. bool "Use RTC as default sequencer timer"
  113. depends on SND_RTCTIMER && SND_SEQUENCER
  114. depends on !SND_SEQ_HRTIMER_DEFAULT
  115. default y
  116. help
  117. Say Y here to use the RTC timer as the default sequencer
  118. timer. This is strongly recommended because it ensures
  119. precise MIDI timing even when the system timer runs at less
  120. than 1000 Hz.
  121. If in doubt, say Y.
  122. config SND_DYNAMIC_MINORS
  123. bool "Dynamic device file minor numbers"
  124. help
  125. If you say Y here, the minor numbers of ALSA device files in
  126. /dev/snd/ are allocated dynamically. This allows you to have
  127. more than 8 sound cards, but requires a dynamic device file
  128. system like udev.
  129. If you are unsure about this, say N here.
  130. config SND_MAX_CARDS
  131. int "Max number of sound cards"
  132. range 4 256
  133. default 32
  134. depends on SND_DYNAMIC_MINORS
  135. help
  136. Specify the max number of sound cards that can be assigned
  137. on a single machine.
  138. config SND_SUPPORT_OLD_API
  139. bool "Support old ALSA API"
  140. default y
  141. help
  142. Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
  143. or older).
  144. config SND_VERBOSE_PROCFS
  145. bool "Verbose procfs contents"
  146. depends on PROC_FS
  147. default y
  148. help
  149. Say Y here to include code for verbose procfs contents (provides
  150. useful information to developers when a problem occurs). On the
  151. other side, it makes the ALSA subsystem larger.
  152. config SND_VERBOSE_PRINTK
  153. bool "Verbose printk"
  154. help
  155. Say Y here to enable verbose log messages. These messages
  156. will help to identify source file and position containing
  157. printed messages.
  158. You don't need this unless you're debugging ALSA.
  159. config SND_DEBUG
  160. bool "Debug"
  161. help
  162. Say Y here to enable ALSA debug code.
  163. config SND_DEBUG_VERBOSE
  164. bool "More verbose debug"
  165. depends on SND_DEBUG
  166. help
  167. Say Y here to enable extra-verbose debugging messages.
  168. Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages.
  169. So, say Y only if you are ready to be annoyed.
  170. config SND_PCM_XRUN_DEBUG
  171. bool "Enable PCM ring buffer overrun/underrun debugging"
  172. default n
  173. depends on SND_DEBUG && SND_VERBOSE_PROCFS
  174. help
  175. Say Y to enable the PCM ring buffer overrun/underrun debugging.
  176. It is usually not required, but if you have trouble with
  177. sound clicking when system is loaded, it may help to determine
  178. the process or driver which causes the scheduling gaps.
  179. config SND_VMASTER
  180. bool
  181. config SND_KCTL_JACK
  182. bool
  183. config SND_DMA_SGBUF
  184. def_bool y
  185. depends on X86
  186. source "sound/core/seq/Kconfig"