Lines Matching defs:runtime
368 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io);
420 width = snd_pcm_format_width(runtime->format);
998 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io);
1000 u32 *buf = (u32 *)(runtime->dma_area + ssi->byte_pos);
1005 if (snd_pcm_format_width(runtime->format) == 24)
1023 if (period_pos >= runtime->periods) {
1042 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io);
1047 ssi->byte_per_period = runtime->period_size *
1048 runtime->channels *
1049 samples_to_bytes(runtime, 1);
1061 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io);
1063 *pointer = bytes_to_frames(runtime, READ_ONCE(ssi->byte_pos));