Kconfig 5.8 KB

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