Lines Matching refs:COMP_STORE_IDX
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()
983 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_GAIN)][i] = 0x00; in snd_us16x08_create_comp_store()
984 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_SWITCH)][i] = 0x00; in snd_us16x08_create_comp_store()
985 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_ATTACK)][i] = 0x00; in snd_us16x08_create_comp_store()
986 tmp->val[COMP_STORE_IDX(SND_US16X08_ID_COMP_RELEASE)][i] = 0x00; in snd_us16x08_create_comp_store()