Searched refs:POS (Results 1 – 2 of 2) sorted by relevance
536 uint8_t *control_val = &controls[POS(MUTE, ch, ch_cnt)]; in handle_fu_mute_req()569 uint8_t *control_val = &controls[POS(VOLUME, ch, ch_cnt)]; in handle_fu_volume_req()
67 #define POS(prop, ch_idx, ch_cnt) (ch_cnt * POS_##prop + \ macro