Home
last modified time | relevance | path

Searched refs:silence_threshold (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/sound/core/
Dpcm_compat.c101 u32 silence_threshold; member
135 get_user(params.silence_threshold, &src->silence_threshold) || in snd_pcm_ioctl_sw_params_compat()
Dpcm_native.c447 runtime->silence_threshold = 0; in snd_pcm_hw_params()
540 if (params->silence_threshold != 0) in snd_pcm_sw_params()
543 if (params->silence_size > params->silence_threshold) in snd_pcm_sw_params()
545 if (params->silence_threshold > runtime->buffer_size) in snd_pcm_sw_params()
555 runtime->silence_threshold = params->silence_threshold; in snd_pcm_sw_params()
Dpcm_lib.c62 if (noise_dist >= (snd_pcm_sframes_t) runtime->silence_threshold) in snd_pcm_playback_silence()
64 frames = runtime->silence_threshold - noise_dist; in snd_pcm_playback_silence()
Dpcm.c428 snd_iprintf(buffer, "silence_threshold: %lu\n", runtime->silence_threshold); in snd_pcm_substream_proc_sw_params_read()
/linux-2.6.39/include/sound/
Dasound.h387 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member
Dpcm.h308 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when member
/linux-2.6.39/sound/core/oss/
Dpcm_oss.c1007 sw_params->silence_threshold = 0; in snd_pcm_oss_change_params()
1014 sw_params->silence_threshold = frames; in snd_pcm_oss_change_params()
2815 runtime->silence_threshold = 0; in snd_pcm_oss_mmap()
/linux-2.6.39/drivers/net/wireless/ipw2x00/
Dipw2200.h790 u8 silence_threshold; member
Dipw2200.c10174 sys_config->silence_threshold = 0x1e; in init_sys_config()