Searched refs:ucm_group (Results 1 – 2 of 2) sorted by relevance
269 int err, card, ucm_group, ucm_offset; in uc_mgr_open_ctl() local273 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()
126 int ucm_group; member