Home
last modified time | relevance | path

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

/linux-6.15/sound/drivers/
H A Daloop.c338 struct snd_pcm_runtime *runtime, *cruntime; in loopback_check_format() local
350 cruntime = cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()
352 check = runtime->format != cruntime->format || in loopback_check_format()
353 runtime->rate != cruntime->rate || in loopback_check_format()
354 runtime->channels != cruntime->channels || in loopback_check_format()
356 is_access_interleaved(cruntime->access); in loopback_check_format()