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