Searched refs:cruntime (Results 1 – 1 of 1) sorted by relevance
390 struct snd_pcm_runtime *runtime, *cruntime; in loopback_check_format() local407 cruntime = dpcm_capt->substream->runtime; in loopback_check_format()408 if (!runtime || !cruntime) in loopback_check_format()410 check = runtime->format != cruntime->format || in loopback_check_format()411 runtime->rate != cruntime->rate || in loopback_check_format()412 runtime->channels != cruntime->channels || in loopback_check_format()414 is_access_interleaved(cruntime->access); in loopback_check_format()419 else if (cruntime->state == SNDRV_PCM_STATE_RUNNING) { in loopback_check_format()