Kconfig (5a2dd72abdae75ea2960145e0549635ce4e0be96) Kconfig (0528c7494e67c30329d086df141d2dd691f01556)
1# ALSA soundcard-configuration
2config SND_TIMER
3 tristate
4
5config SND_PCM
6 tristate
7 select SND_TIMER
8

--- 191 unchanged lines hidden (view full) ---

200 help
201 Say Y to enable the PCM ring buffer overrun/underrun debugging.
202 It is usually not required, but if you have trouble with
203 sound clicking when system is loaded, it may help to determine
204 the process or driver which causes the scheduling gaps.
205
206config SND_VMASTER
207 bool
1# ALSA soundcard-configuration
2config SND_TIMER
3 tristate
4
5config SND_PCM
6 tristate
7 select SND_TIMER
8

--- 191 unchanged lines hidden (view full) ---

200 help
201 Say Y to enable the PCM ring buffer overrun/underrun debugging.
202 It is usually not required, but if you have trouble with
203 sound clicking when system is loaded, it may help to determine
204 the process or driver which causes the scheduling gaps.
205
206config SND_VMASTER
207 bool
208
209source "sound/core/seq/Kconfig"