Kconfig 6.8 KB

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