Home
last modified time | relevance | path

Searched refs:cruntime (Results 1 – 1 of 1) sorted by relevance

/linux/sound/drivers/
H A Daloop.c390 struct snd_pcm_runtime *runtime, *cruntime; in loopback_check_format() local
407 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()