Lines Matching refs:comp_index
638 if (store->comp_index - in snd_get_meter_comp_index()
640 store->comp_index = in snd_get_meter_comp_index()
643 ret = store->comp_index++ & 0x1F; in snd_get_meter_comp_index()
652 [store->comp_index - 1] in snd_get_meter_comp_index()
653 && store->comp_index <= SND_US16X08_MAX_CHANNELS) { in snd_get_meter_comp_index()
654 store->comp_index++; in snd_get_meter_comp_index()
656 ret = store->comp_index++; in snd_get_meter_comp_index()
657 if (store->comp_index > SND_US16X08_MAX_CHANNELS) in snd_get_meter_comp_index()
658 store->comp_index = 1; in snd_get_meter_comp_index()
768 store->comp_index = val; in snd_us16x08_meter_put()
1036 tmp->comp_index = 1; in snd_us16x08_create_meter_store()