Searched refs:stop_threshold (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_compat.c99 u32 stop_threshold; member in struct:snd_pcm_sw_params32
133 get_user(params.stop_threshold, &src->stop_threshold) ||
H A Dpcm_native.c439 runtime->stop_threshold = runtime->buffer_size;
552 runtime->stop_threshold = params->stop_threshold;
1418 snd_pcm_uframes_t stop_threshold; member in struct:drain_rec
1476 /* stop_threshold fixup to avoid endless loop when
1477 * stop_threshold > buffer_size
1479 d->stop_threshold = runtime->stop_threshold;
1480 if (runtime->stop_threshold > runtime->buffer_size)
1481 runtime->stop_threshold
[all...]
H A Dpcm.c394 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold);
H A Dpcm_lib.c173 if (avail >= runtime->stop_threshold) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h292 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_runtime
719 * Checks whether any data exists on the playback buffer. If stop_threshold
728 if (runtime->stop_threshold >= runtime->boundary)
H A Dasound.h367 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c946 sw_params->stop_threshold = runtime->boundary;
948 sw_params->stop_threshold = runtime->buffer_size;
2714 runtime->stop_threshold = runtime->boundary;

Completed in 114 milliseconds