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() 451 threshold = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_THRESHOLD)] in snd_us16x08_comp_put() 453 ratio = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RATIO)][index]; in snd_us16x08_comp_put() 454 attack = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTACK)][index]; in snd_us16x08_comp_put() 455 release = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RELEASE)] in snd_us16x08_comp_put() 457 gain = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_GAIN)][index]; in snd_us16x08_comp_put() 458 switch_on = store->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)] in snd_us16x08_comp_put() 462 case COMP_STORE_IDX(SND_US16X08_ID_COMP_THRESHOLD): in snd_us16x08_comp_put() 465 case COMP_STORE_IDX(SND_US16X08_ID_COMP_RATIO): in snd_us16x08_comp_put() 468 case COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTAC in snd_us16x08_comp_put() [all...]
90 #define COMP_STORE_IDX(x) ((x) - SND_US16X08_ID_COMP_BASE) macro