Kconfig 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. # ALSA soundcard-configuration
  2. config SND_TIMER
  3. tristate
  4. config SND_PCM
  5. tristate
  6. select SND_TIMER if SND_PCM_TIMER
  7. config SND_PCM_ELD
  8. bool
  9. config SND_PCM_IEC958
  10. bool
  11. config SND_DMAENGINE_PCM
  12. tristate
  13. config SND_HWDEP
  14. tristate
  15. config SND_SEQ_DEVICE
  16. tristate
  17. config SND_RAWMIDI
  18. tristate
  19. select SND_SEQ_DEVICE if SND_SEQUENCER != n
  20. config SND_COMPRESS_OFFLOAD
  21. tristate
  22. config SND_JACK
  23. bool
  24. # enable input device support in jack layer
  25. config SND_JACK_INPUT_DEV
  26. bool
  27. depends on SND_JACK
  28. default y if INPUT=y || INPUT=SND
  29. config SND_OSSEMUL
  30. bool "Enable OSS Emulation"
  31. select SOUND_OSS_CORE
  32. help
  33. This option enables the build of OSS emulation layer.
  34. config SND_MIXER_OSS
  35. tristate "OSS Mixer API"
  36. depends on SND_OSSEMUL
  37. help
  38. To enable OSS mixer API emulation (/dev/mixer*), say Y here
  39. and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
  40. Many programs still use the OSS API, so say Y.
  41. To compile this driver as a module, choose M here: the module
  42. will be called snd-mixer-oss.
  43. config SND_PCM_OSS
  44. tristate "OSS PCM (digital audio) API"
  45. depends on SND_OSSEMUL
  46. select SND_PCM
  47. help
  48. To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
  49. here and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
  50. Many programs still use the OSS API, so say Y.
  51. To compile this driver as a module, choose M here: the module
  52. will be called snd-pcm-oss.
  53. config SND_PCM_OSS_PLUGINS
  54. bool "OSS PCM (digital audio) API - Include plugin system"
  55. depends on SND_PCM_OSS
  56. default y
  57. help
  58. If you disable this option, the ALSA's OSS PCM API will not
  59. support conversion of channels, formats and rates. It will
  60. behave like most of new OSS/Free drivers in 2.4/2.6 kernels.
  61. config SND_PCM_TIMER
  62. bool "PCM timer interface" if EXPERT
  63. default y
  64. help
  65. If you disable this option, pcm timer will be unavailable, so
  66. those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work
  67. incorrectlly.
  68. For some embedded devices, we may disable it to reduce memory
  69. footprint, about 20KB on x86_64 platform.
  70. config SND_HRTIMER
  71. tristate "HR-timer backend support"
  72. depends on HIGH_RES_TIMERS
  73. select SND_TIMER
  74. help
  75. Say Y here to enable HR-timer backend for ALSA timer. ALSA uses
  76. the hrtimer as a precise timing source. The ALSA sequencer code
  77. also can use this timing source.
  78. To compile this driver as a module, choose M here: the module
  79. will be called snd-hrtimer.
  80. config SND_DYNAMIC_MINORS
  81. bool "Dynamic device file minor numbers"
  82. help
  83. If you say Y here, the minor numbers of ALSA device files in
  84. /dev/snd/ are allocated dynamically. This allows you to have
  85. more than 8 sound cards, but requires a dynamic device file
  86. system like udev.
  87. If you are unsure about this, say N here.
  88. config SND_MAX_CARDS
  89. int "Max number of sound cards"
  90. range 4 256
  91. default 32
  92. depends on SND_DYNAMIC_MINORS
  93. help
  94. Specify the max number of sound cards that can be assigned
  95. on a single machine.
  96. config SND_SUPPORT_OLD_API
  97. bool "Support old ALSA API"
  98. default y
  99. help
  100. Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
  101. or older).
  102. config SND_PROC_FS
  103. bool "Sound Proc FS Support" if EXPERT
  104. depends on PROC_FS
  105. default y
  106. help
  107. Say 'N' to disable Sound proc FS, which may reduce code size about
  108. 9KB on x86_64 platform.
  109. If unsure say Y.
  110. config SND_VERBOSE_PROCFS
  111. bool "Verbose procfs contents"
  112. depends on SND_PROC_FS
  113. default y
  114. help
  115. Say Y here to include code for verbose procfs contents (provides
  116. useful information to developers when a problem occurs). On the
  117. other side, it makes the ALSA subsystem larger.
  118. config SND_VERBOSE_PRINTK
  119. bool "Verbose printk"
  120. help
  121. Say Y here to enable verbose log messages. These messages
  122. will help to identify source file and position containing
  123. printed messages.
  124. You don't need this unless you're debugging ALSA.
  125. config SND_DEBUG
  126. bool "Debug"
  127. help
  128. Say Y here to enable ALSA debug code.
  129. config SND_DEBUG_VERBOSE
  130. bool "More verbose debug"
  131. depends on SND_DEBUG
  132. help
  133. Say Y here to enable extra-verbose debugging messages.
  134. Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages.
  135. So, say Y only if you are ready to be annoyed.
  136. config SND_PCM_XRUN_DEBUG
  137. bool "Enable PCM ring buffer overrun/underrun debugging"
  138. default n
  139. depends on SND_DEBUG && SND_VERBOSE_PROCFS
  140. help
  141. Say Y to enable the PCM ring buffer overrun/underrun debugging.
  142. It is usually not required, but if you have trouble with
  143. sound clicking when system is loaded, it may help to determine
  144. the process or driver which causes the scheduling gaps.
  145. config SND_VMASTER
  146. bool
  147. config SND_DMA_SGBUF
  148. def_bool y
  149. depends on X86
  150. source "sound/core/seq/Kconfig"