silence_filled    385 include/sound/pcm.h 	snd_pcm_uframes_t silence_filled; /* size filled with silence */
silence_filled     58 sound/core/pcm_lib.c 			if ((snd_pcm_uframes_t)n < runtime->silence_filled)
silence_filled     59 sound/core/pcm_lib.c 				runtime->silence_filled -= n;
silence_filled     61 sound/core/pcm_lib.c 				runtime->silence_filled = 0;
silence_filled     64 sound/core/pcm_lib.c 		if (runtime->silence_filled >= runtime->buffer_size)
silence_filled     66 sound/core/pcm_lib.c 		noise_dist = snd_pcm_playback_hw_avail(runtime) + runtime->silence_filled;
silence_filled     77 sound/core/pcm_lib.c 			runtime->silence_filled = avail > 0 ? avail : 0;
silence_filled     79 sound/core/pcm_lib.c 						  runtime->silence_filled) %
silence_filled     86 sound/core/pcm_lib.c 			runtime->silence_filled -= frames;
silence_filled     87 sound/core/pcm_lib.c 			if ((snd_pcm_sframes_t)runtime->silence_filled < 0) {
silence_filled     88 sound/core/pcm_lib.c 				runtime->silence_filled = 0;
silence_filled     94 sound/core/pcm_lib.c 		frames = runtime->buffer_size - runtime->silence_filled;
silence_filled    105 sound/core/pcm_lib.c 		runtime->silence_filled += transfer;
silence_filled   1658 sound/core/pcm_native.c 	runtime->silence_filled = 0;