Lines Matching refs:COMP_STORE_IDX
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()
973 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_GAIN)][i] = 0x00; in snd_us16x08_create_comp_store()
974 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)][i] = 0x00; in snd_us16x08_create_comp_store()
975 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTACK)][i] = 0x00; in snd_us16x08_create_comp_store()
976 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RELEASE)][i] = 0x00; in snd_us16x08_create_comp_store()