Lines Matching defs:decay_ms
45 unsigned int decay_ms;
116 max_decay = 32768 * ms / level->decay_ms;
183 unsigned int bar_width, unsigned int decay_ms,
199 level->decay_ms = decay_ms;
225 long bar_width = -1, decay_ms = -1, peak_ms = -1;
244 if (strcmp(id, "decay_ms") == 0) {
245 err = snd_config_get_integer(n, &decay_ms);
265 if (decay_ms < 0)
266 decay_ms = DECAY_MS;
269 return snd_pcm_scope_level_open(pcm, name, bar_width, decay_ms, peak_ms,