Searched refs:COMP_STORE_IDX (Results 1 – 2 of 2) sorted by relevance
433 int val_idx = COMP_STORE_IDX(elem->head.id); in snd_us16x08_comp_get()468 COMP_STORE_IDX(SND_US16X08_ID_COMP_THRESHOLD)][index] in snd_us16x08_comp_put()471 COMP_STORE_IDX(SND_US16X08_ID_COMP_RATIO)][index]]; in snd_us16x08_comp_put()472 buf[14] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTACK)][index] in snd_us16x08_comp_put()474 buf[17] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RELEASE)][index] in snd_us16x08_comp_put()476 buf[20] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_GAIN)][index]; in snd_us16x08_comp_put()477 buf[26] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)][index]; in snd_us16x08_comp_put()651 COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)] in snd_get_meter_comp_index()980 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_THRESHOLD)][i] in snd_us16x08_create_comp_store()982 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RATIO)][i] = 0x00; in snd_us16x08_create_comp_store()[all …]
90 #define COMP_STORE_IDX(x) ((x) - SND_US16X08_ID_COMP_BASE) macro