Lines Matching defs:runtime
369 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io);
417 width = snd_pcm_format_width(runtime->format);
875 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io);
877 u32 *buf = (u32 *)(runtime->dma_area + ssi->byte_pos);
882 if (snd_pcm_format_width(runtime->format) == 24)
900 if (period_pos >= runtime->periods) {
919 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io);
924 ssi->byte_per_period = runtime->period_size *
925 runtime->channels *
926 samples_to_bytes(runtime, 1);
938 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io);
940 *pointer = bytes_to_frames(runtime, READ_ONCE(ssi->byte_pos));