Home
last modified time | relevance | path

Searched refs:buf_frames (Results 1 – 2 of 2) sorted by relevance

/sound/core/oss/
Dpcm_plugin.c68 if (plugin->buf_frames < frames) { in snd_pcm_plugin_alloc()
71 plugin->buf_frames = frames; in snd_pcm_plugin_alloc()
74 plugin->buf_frames = 0; in snd_pcm_plugin_alloc()
Dpcm_plugin.h80 snd_pcm_uframes_t buf_frames; member