Lines Matching defs:right_vol
201 unsigned int left_vol, right_vol;
215 right_vol = 0;
217 right_vol = mix->master_vol[1];
218 if (right_vol >= ARRAY_SIZE(master_volume_table))
219 right_vol = ARRAY_SIZE(master_volume_table) - 1;
220 right_vol = master_volume_table[right_vol];
227 block[3] = (right_vol >> 16) & 0xff;
228 block[4] = (right_vol >> 8) & 0xff;
229 block[5] = (right_vol >> 0) & 0xff;
236 DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol);