Searched refs:COMP_STORE_IDX (Results 1 – 2 of 2) sorted by relevance
423 int val_idx = COMP_STORE_IDX(elem->head.id); in snd_us16x08_comp_get()458 COMP_STORE_IDX(SND_US16X08_ID_COMP_THRESHOLD)][index] in snd_us16x08_comp_put()461 COMP_STORE_IDX(SND_US16X08_ID_COMP_RATIO)][index]]; in snd_us16x08_comp_put()462 buf[14] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTACK)][index] in snd_us16x08_comp_put()464 buf[17] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RELEASE)][index] in snd_us16x08_comp_put()466 buf[20] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_GAIN)][index]; in snd_us16x08_comp_put()467 buf[26] = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)][index]; in snd_us16x08_comp_put()642 COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)] in snd_get_meter_comp_index()970 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_THRESHOLD)][i] in snd_us16x08_create_comp_store()972 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