Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_compat.c101 u32 silence_threshold; member
137 get_user(params.silence_threshold, &src->silence_threshold) || in snd_pcm_ioctl_sw_params_compat()
Dpcm_native.c577 runtime->silence_threshold = 0; in snd_pcm_hw_params()
673 if (params->silence_threshold != 0) in snd_pcm_sw_params()
676 if (params->silence_size > params->silence_threshold) in snd_pcm_sw_params()
678 if (params->silence_threshold > runtime->buffer_size) in snd_pcm_sw_params()
690 runtime->silence_threshold = params->silence_threshold; in snd_pcm_sw_params()
Dpcm_lib.c73 if (noise_dist >= (snd_pcm_sframes_t) runtime->silence_threshold) in snd_pcm_playback_silence()
75 frames = runtime->silence_threshold - noise_dist; in snd_pcm_playback_silence()
Dpcm.c440 snd_iprintf(buffer, "silence_threshold: %lu\n", runtime->silence_threshold); in snd_pcm_substream_proc_sw_params_read()
/linux-4.1.27/include/uapi/sound/
Dasound.h406 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member
/linux-4.1.27/include/sound/
Dpcm.h378 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when member
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c1012 sw_params->silence_threshold = 0; in snd_pcm_oss_change_params()
1019 sw_params->silence_threshold = frames; in snd_pcm_oss_change_params()
2827 runtime->silence_threshold = 0; in snd_pcm_oss_mmap()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.h788 u8 silence_threshold; member
Dipw2200.c10093 sys_config->silence_threshold = 0x1e; in init_sys_config()