Home
last modified time | relevance | path

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

/linux-6.12.1/sound/drivers/
Daloop.c325 static bool is_access_interleaved(snd_pcm_access_t access) in is_access_interleaved() function
355 is_access_interleaved(runtime->access) != in loopback_check_format()
356 is_access_interleaved(cruntime->access); in loopback_check_format()
384 if (is_access_interleaved(setup->access) != in loopback_check_format()
385 is_access_interleaved(runtime->access)) { in loopback_check_format()
600 if (!is_access_interleaved(runtime->access)) in copy_play_buf()
1563 ucontrol->value.enumerated.item[0] = !is_access_interleaved(access); in loopback_access_get()