Kconfig 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. config SND_MPU401_UART
  2. tristate
  3. select SND_RAWMIDI
  4. config SND_OPL3_LIB
  5. tristate
  6. select SND_TIMER
  7. select SND_HWDEP
  8. select SND_SEQ_DEVICE if SND_SEQUENCER != n
  9. config SND_OPL4_LIB
  10. tristate
  11. select SND_TIMER
  12. select SND_HWDEP
  13. select SND_SEQ_DEVICE if SND_SEQUENCER != n
  14. # select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
  15. config SND_OPL3_LIB_SEQ
  16. def_tristate SND_SEQUENCER && SND_OPL3_LIB
  17. select SND_SEQ_MIDI_EMUL
  18. select SND_SEQ_MIDI_EVENT
  19. config SND_OPL4_LIB_SEQ
  20. def_tristate SND_SEQUENCER && SND_OPL4_LIB
  21. select SND_SEQ_MIDI_EMUL
  22. select SND_SEQ_MIDI_EVENT
  23. config SND_VX_LIB
  24. tristate
  25. select FW_LOADER
  26. select SND_HWDEP
  27. select SND_PCM
  28. config SND_AC97_CODEC
  29. tristate
  30. select SND_PCM
  31. select AC97_BUS
  32. select SND_VMASTER
  33. menuconfig SND_DRIVERS
  34. bool "Generic sound devices"
  35. default y
  36. help
  37. Support for generic sound devices.
  38. if SND_DRIVERS
  39. config SND_PCSP
  40. tristate "PC-Speaker support (READ HELP!)"
  41. depends on PCSPKR_PLATFORM && X86 && HIGH_RES_TIMERS
  42. depends on INPUT
  43. select SND_PCM
  44. help
  45. If you don't have a sound card in your computer, you can include a
  46. driver for the PC speaker which allows it to act like a primitive
  47. sound card.
  48. This driver also replaces the pcspkr driver for beeps.
  49. You can compile this as a module which will be called snd-pcsp.
  50. WARNING: if you already have a soundcard, enabling this
  51. driver may lead to a problem. Namely, it may get loaded
  52. before the other sound driver of yours, making the
  53. pc-speaker a default sound device. Which is likely not
  54. what you want. To make this driver play nicely with other
  55. sound driver, you can add this in a configuration file under
  56. /etc/modprobe.d/ directory:
  57. options snd-pcsp index=2
  58. You don't need this driver if you only want your pc-speaker to beep.
  59. You don't need this driver if you have a tablet piezo beeper
  60. in your PC instead of the real speaker.
  61. Say N if you have a sound card.
  62. Say M if you don't.
  63. Say Y only if you really know what you do.
  64. config SND_DUMMY
  65. tristate "Dummy (/dev/null) soundcard"
  66. select SND_PCM
  67. help
  68. Say Y here to include the dummy driver. This driver does
  69. nothing, but emulates various mixer controls and PCM devices.
  70. You don't need this unless you're testing the hardware support
  71. of programs using the ALSA API.
  72. To compile this driver as a module, choose M here: the module
  73. will be called snd-dummy.
  74. config SND_ALOOP
  75. tristate "Generic loopback driver (PCM)"
  76. select SND_PCM
  77. help
  78. Say 'Y' or 'M' to include support for the PCM loopback device.
  79. This module returns played samples back to the user space using
  80. the standard ALSA PCM device. The devices are routed 0->1 and
  81. 1->0, where first number is the playback PCM device and second
  82. number is the capture device. Module creates two PCM devices and
  83. configured number of substreams (see the pcm_substreams module
  84. parameter).
  85. The loopback device allows time sychronization with an external
  86. timing source using the time shift universal control (+-20%
  87. of system time).
  88. To compile this driver as a module, choose M here: the module
  89. will be called snd-aloop.
  90. config SND_VIRMIDI
  91. tristate "Virtual MIDI soundcard"
  92. depends on SND_SEQUENCER
  93. select SND_TIMER
  94. select SND_RAWMIDI
  95. select SND_SEQ_VIRMIDI
  96. select SND_SEQ_MIDI_EVENT
  97. help
  98. Say Y here to include the virtual MIDI driver. This driver
  99. allows to connect applications using raw MIDI devices to
  100. sequencer clients.
  101. If you don't know what MIDI is, say N here.
  102. To compile this driver as a module, choose M here: the module
  103. will be called snd-virmidi.
  104. config SND_MTPAV
  105. tristate "MOTU MidiTimePiece AV multiport MIDI"
  106. select SND_RAWMIDI
  107. help
  108. To use a MOTU MidiTimePiece AV multiport MIDI adapter
  109. connected to the parallel port, say Y here and make sure that
  110. the standard parallel port driver isn't used for the port.
  111. To compile this driver as a module, choose M here: the module
  112. will be called snd-mtpav.
  113. config SND_MTS64
  114. tristate "ESI Miditerminal 4140 driver"
  115. depends on PARPORT
  116. select SND_RAWMIDI
  117. help
  118. The ESI Miditerminal 4140 is a 4 In 4 Out MIDI Interface with
  119. additional SMPTE Timecode capabilities for the parallel port.
  120. Say 'Y' to include support for this device.
  121. To compile this driver as a module, chose 'M' here: the module
  122. will be called snd-mts64.
  123. config SND_SERIAL_U16550
  124. tristate "UART16550 serial MIDI driver"
  125. select SND_RAWMIDI
  126. help
  127. To include support for MIDI serial port interfaces, say Y here
  128. and read <file:Documentation/sound/alsa/serial-u16550.txt>.
  129. This driver works with serial UARTs 16550 and better.
  130. This driver accesses the serial port hardware directly, so
  131. make sure that the standard serial driver isn't used or
  132. deactivated with setserial before loading this driver.
  133. To compile this driver as a module, choose M here: the module
  134. will be called snd-serial-u16550.
  135. config SND_MPU401
  136. tristate "Generic MPU-401 UART driver"
  137. select SND_MPU401_UART
  138. help
  139. Say Y here to include support for MIDI ports compatible with
  140. the Roland MPU-401 interface in UART mode.
  141. To compile this driver as a module, choose M here: the module
  142. will be called snd-mpu401.
  143. config SND_PORTMAN2X4
  144. tristate "Portman 2x4 driver"
  145. depends on PARPORT
  146. select SND_RAWMIDI
  147. help
  148. Say Y here to include support for Midiman Portman 2x4 parallel
  149. port MIDI device.
  150. To compile this driver as a module, choose M here: the module
  151. will be called snd-portman2x4.
  152. config SND_ML403_AC97CR
  153. tristate "Xilinx ML403 AC97 Controller Reference"
  154. depends on XILINX_VIRTEX
  155. select SND_AC97_CODEC
  156. help
  157. Say Y here to include support for the
  158. opb_ac97_controller_ref_v1_00_a ip core found in Xilinx's ML403
  159. reference design.
  160. To compile this driver as a module, choose M here: the module
  161. will be called snd-ml403_ac97cr.
  162. config SND_AC97_POWER_SAVE
  163. bool "AC97 Power-Saving Mode"
  164. depends on SND_AC97_CODEC
  165. default n
  166. help
  167. Say Y here to enable the aggressive power-saving support of
  168. AC97 codecs. In this mode, the power-mode is dynamically
  169. controlled at each open/close.
  170. The mode is activated by passing 'power_save=X' to the
  171. snd-ac97-codec driver module, where 'X' is the time-out
  172. value, a nonnegative integer that specifies how many
  173. seconds of idle time the driver must count before it may
  174. put the AC97 into power-save mode; a value of 0 (zero)
  175. disables the use of this power-save mode.
  176. After the snd-ac97-codec driver module has been loaded,
  177. the 'power_save' parameter can be set via sysfs as follows:
  178. echo 10 > /sys/module/snd_ac97_codec/parameters/power_save
  179. In this case, the time-out is set to 10 seconds; setting
  180. the time-out to 1 second (the minimum activation value)
  181. isn't recommended because many applications try to reopen
  182. the device frequently. A value of 10 seconds would be a
  183. good choice for normal operations.
  184. See Documentation/sound/alsa/powersave.txt for more details.
  185. config SND_AC97_POWER_SAVE_DEFAULT
  186. int "Default time-out for AC97 power-save mode"
  187. depends on SND_AC97_POWER_SAVE
  188. default 0
  189. help
  190. The default time-out value in seconds for AC97 automatic
  191. power-save mode. 0 means to disable the power-save mode.
  192. See SND_AC97_POWER_SAVE for more details.
  193. endif # SND_DRIVERS