Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/
Dpcm_compat.c78 u32 silence_threshold; member
101 get_user(params.silence_threshold, &src->silence_threshold) || in snd_pcm_ioctl_sw_params_compat()
Dpcm_native.c805 runtime->silence_threshold = 0; in snd_pcm_hw_params()
938 if (params->silence_threshold != 0) in snd_pcm_sw_params()
941 if (params->silence_size > params->silence_threshold) in snd_pcm_sw_params()
943 if (params->silence_threshold > runtime->buffer_size) in snd_pcm_sw_params()
955 runtime->silence_threshold = params->silence_threshold; in snd_pcm_sw_params()
Dpcm_lib.c67 if (noise_dist >= (snd_pcm_sframes_t) runtime->silence_threshold) in snd_pcm_playback_silence()
69 frames = runtime->silence_threshold - noise_dist; in snd_pcm_playback_silence()
Dpcm.c436 snd_iprintf(buffer, "silence_threshold: %lu\n", runtime->silence_threshold); in snd_pcm_substream_proc_sw_params_read()
/linux-6.1.9/tools/include/uapi/sound/
Dasound.h433 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member
/linux-6.1.9/include/uapi/sound/
Dasound.h433 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ member
/linux-6.1.9/sound/core/oss/
Dpcm_oss.c1027 sw_params->silence_threshold = 0; in snd_pcm_oss_change_params_locked()
1034 sw_params->silence_threshold = frames; in snd_pcm_oss_change_params_locked()
2945 runtime->silence_threshold = 0; in snd_pcm_oss_mmap()
/linux-6.1.9/include/sound/
Dpcm.h386 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when member
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h774 u8 silence_threshold; member
Dipw2200.c10059 sys_config->silence_threshold = 0x1e; in init_sys_config()
/linux-6.1.9/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1581 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when