Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/drivers/
H A Daloop.c323 struct snd_pcm_runtime *runtime, *cruntime; in loopback_check_format() local
335 cruntime = cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()
337 check = runtime->format != cruntime->format || in loopback_check_format()
338 runtime->rate != cruntime->rate || in loopback_check_format()
339 runtime->channels != cruntime->channels; in loopback_check_format()
/kernel/linux/linux-6.6/sound/drivers/
H A Daloop.c322 struct snd_pcm_runtime *runtime, *cruntime; in loopback_check_format() local
334 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()

Completed in 7 milliseconds