Home
last modified time | relevance | path

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

/linux/sound/drivers/
H A Daloop.c376 static bool is_access_interleaved(snd_pcm_access_t access) in is_access_interleaved() function
413 is_access_interleaved(runtime->access) != in loopback_check_format()
414 is_access_interleaved(cruntime->access); in loopback_check_format()
444 if (is_access_interleaved(setup->access) != in loopback_check_format()
445 is_access_interleaved(runtime->access)) { in loopback_check_format()
665 if (!is_access_interleaved(runtime->access)) in copy_play_buf()
1685 ucontrol->value.enumerated.item[0] = !is_access_interleaved(access); in loopback_access_get()