Searched refs:cruntime (Results 1 – 1 of 1) sorted by relevance
322 struct snd_pcm_runtime *runtime, *cruntime; in loopback_check_format() local334 cruntime = cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()336 check = runtime->format != cruntime->format || in loopback_check_format()337 runtime->rate != cruntime->rate || in loopback_check_format()338 runtime->channels != cruntime->channels; in loopback_check_format()