Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/ucm/
Dutils.c269 int err, card, ucm_group, ucm_offset; in uc_mgr_open_ctl() local
273 ucm_group = _snd_is_ucm_device(device); in uc_mgr_open_ctl()
274 ucm_offset = ucm_group ? 8 : 0; in uc_mgr_open_ctl()
279 if (ctl_list->ucm_group != ucm_group) in uc_mgr_open_ctl()
309 if (ctl_list->ucm_group != ucm_group) in uc_mgr_open_ctl()
317 ctl_list->ucm_group = ucm_group; in uc_mgr_open_ctl()
328 ctl_list->ucm_group = ucm_group; in uc_mgr_open_ctl()
Ducm_local.h126 int ucm_group; member