Searched refs:COMP_STORE_IDX (Results 1 – 2 of 2) sorted by relevance
422 int val_idx = COMP_STORE_IDX(elem->head.id); in snd_us16x08_comp_get()457 COMP_STORE_IDX(SND_US16X08_ID_COMP_THRESHOLD)][index] in snd_us16x08_comp_put()460 COMP_STORE_IDX(SND_US16X08_ID_COMP_RATIO)][index]]; in snd_us16x08_comp_put()461 buf[14] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTACK)][index] in snd_us16x08_comp_put()463 buf[17] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RELEASE)][index] in snd_us16x08_comp_put()465 buf[20] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_GAIN)][index]; in snd_us16x08_comp_put()466 buf[26] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)][index]; in snd_us16x08_comp_put()641 COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)] in snd_get_meter_comp_index()977 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_THRESHOLD)][i] in snd_us16x08_create_comp_store()979 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