Lines Matching defs:runtime
49 struct snd_pcm_runtime *runtime;
62 runtime = substream->runtime;
64 val = runtime->dma_area[chip->playback_ptr + chip->fmt_size - 1];
236 snd_pcm_format_physical_width(substream->runtime->format) >> 3;
237 chip->is_signed = snd_pcm_format_signed(substream->runtime->format);
245 substream->runtime->periods,
279 return bytes_to_frames(substream->runtime, pos);
307 struct snd_pcm_runtime *runtime = substream->runtime;
315 runtime->hw = snd_pcsp_playback;