Searched refs:cruntime (Results 1 – 1 of 1) sorted by relevance
340 struct snd_pcm_runtime *runtime, *cruntime; in loopback_check_format() local357 cruntime = dpcm_capt->substream->runtime; in loopback_check_format()358 if (!runtime || !cruntime) in loopback_check_format()360 check = runtime->format != cruntime->format || in loopback_check_format()361 runtime->rate != cruntime->rate || in loopback_check_format()362 runtime->channels != cruntime->channels || in loopback_check_format()364 is_access_interleaved(cruntime->access); in loopback_check_format()369 else if (cruntime->state == SNDRV_PCM_STATE_RUNNING) in loopback_check_format()