Kconfig 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. # ALSA soundcard-configuration
  2. config SND_TIMER
  3. tristate
  4. depends on SND
  5. config SND_PCM
  6. tristate
  7. select SND_TIMER
  8. depends on SND
  9. config SND_HWDEP
  10. tristate
  11. depends on SND
  12. config SND_RAWMIDI
  13. tristate
  14. depends on SND
  15. config SND_SEQUENCER
  16. tristate "Sequencer support"
  17. depends on SND
  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. bool
  38. depends on SND
  39. config SND_MIXER_OSS
  40. tristate "OSS Mixer API"
  41. depends on SND
  42. select SND_OSSEMUL
  43. help
  44. To enable OSS mixer API emulation (/dev/mixer*), say Y here
  45. and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
  46. Many programs still use the OSS API, so say Y.
  47. To compile this driver as a module, choose M here: the module
  48. will be called snd-mixer-oss.
  49. config SND_PCM_OSS
  50. tristate "OSS PCM (digital audio) API"
  51. depends on SND
  52. select SND_OSSEMUL
  53. select SND_PCM
  54. help
  55. To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
  56. here and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
  57. Many programs still use the OSS API, so say Y.
  58. To compile this driver as a module, choose M here: the module
  59. will be called snd-pcm-oss.
  60. config SND_PCM_OSS_PLUGINS
  61. bool "OSS PCM (digital audio) API - Include plugin system"
  62. depends on SND_PCM_OSS
  63. default y
  64. help
  65. If you disable this option, the ALSA's OSS PCM API will not
  66. support conversion of channels, formats and rates. It will
  67. behave like most of new OSS/Free drivers in 2.4/2.6 kernels.
  68. config SND_SEQUENCER_OSS
  69. bool "OSS Sequencer API"
  70. depends on SND && SND_SEQUENCER
  71. select SND_OSSEMUL
  72. help
  73. Say Y here to enable OSS sequencer emulation (both
  74. /dev/sequencer and /dev/music interfaces).
  75. Many programs still use the OSS API, so say Y.
  76. If you choose M in "Sequencer support" (SND_SEQUENCER),
  77. this will be compiled as a module. The module will be called
  78. snd-seq-oss.
  79. config SND_RTCTIMER
  80. tristate "RTC Timer support"
  81. depends on SND && RTC
  82. select SND_TIMER
  83. help
  84. Say Y here to enable RTC timer support for ALSA. ALSA uses
  85. the RTC timer as a precise timing source and maps the RTC
  86. timer to ALSA's timer interface. The ALSA sequencer code also
  87. can use this timing source.
  88. To compile this driver as a module, choose M here: the module
  89. will be called snd-rtctimer.
  90. config SND_SEQ_RTCTIMER_DEFAULT
  91. bool "Use RTC as default sequencer timer"
  92. depends on SND_RTCTIMER && SND_SEQUENCER
  93. default y
  94. help
  95. Say Y here to use the RTC timer as the default sequencer
  96. timer. This is strongly recommended because it ensures
  97. precise MIDI timing even when the system timer runs at less
  98. than 1000 Hz.
  99. If in doubt, say Y.
  100. config SND_DYNAMIC_MINORS
  101. bool "Dynamic device file minor numbers"
  102. depends on SND
  103. help
  104. If you say Y here, the minor numbers of ALSA device files in
  105. /dev/snd/ are allocated dynamically. This allows you to have
  106. more than 8 sound cards, but requires a dynamic device file
  107. system like udev.
  108. If you are unsure about this, say N here.
  109. config SND_SUPPORT_OLD_API
  110. bool "Support old ALSA API"
  111. depends on SND
  112. default y
  113. help
  114. Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
  115. or older).
  116. config SND_VERBOSE_PROCFS
  117. bool "Verbose procfs contents"
  118. depends on SND && PROC_FS
  119. default y
  120. help
  121. Say Y here to include code for verbose procfs contents (provides
  122. usefull information to developers when a problem occurs). On the
  123. other side, it makes the ALSA subsystem larger.
  124. config SND_VERBOSE_PRINTK
  125. bool "Verbose printk"
  126. depends on SND
  127. help
  128. Say Y here to enable verbose log messages. These messages
  129. will help to identify source file and position containing
  130. printed messages.
  131. You don't need this unless you're debugging ALSA.
  132. config SND_DEBUG
  133. bool "Debug"
  134. depends on SND
  135. help
  136. Say Y here to enable ALSA debug code.
  137. config SND_DEBUG_DETECT
  138. bool "Debug detection"
  139. depends on SND_DEBUG
  140. help
  141. Say Y here to enable extra-verbose log messages printed when
  142. detecting devices.
  143. config SND_PCM_XRUN_DEBUG
  144. bool "Enable PCM ring buffer overrun/underrun debugging"
  145. default n
  146. depends on SND_DEBUG && SND_VERBOSE_PROCFS
  147. help
  148. Say Y to enable the PCM ring buffer overrun/underrun debugging.
  149. It is usually not required, but if you have trouble with
  150. sound clicking when system is loaded, it may help to determine
  151. the process or driver which causes the scheduling gaps.