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.c326 static bool is_access_interleaved(snd_pcm_access_t access) in is_access_interleaved() function
363 is_access_interleaved(runtime->access) != in loopback_check_format()
364 is_access_interleaved(cruntime->access); in loopback_check_format()
391 if (is_access_interleaved(setup->access) != in loopback_check_format()
392 is_access_interleaved(runtime->access)) { in loopback_check_format()
610 if (!is_access_interleaved(runtime->access)) in copy_play_buf()
1560 ucontrol->value.enumerated.item[0] = !is_access_interleaved(access); in loopback_access_get()