right_vol 976 sound/pci/cs46xx/cs46xx_dsp_scb_types.h right_vol, right_vol 30 sound/ppc/daca.c int left_vol, right_vol; right_vol 65 sound/ppc/daca.c if (mix->right_vol > DACA_VOL_MAX) right_vol 68 sound/ppc/daca.c data[1] = mix->right_vol; right_vol 129 sound/ppc/daca.c ucontrol->value.integer.value[1] = mix->right_vol; right_vol 148 sound/ppc/daca.c mix->right_vol != vol[1]; right_vol 151 sound/ppc/daca.c mix->right_vol = vol[1]; right_vol 201 sound/ppc/tumbler.c unsigned int left_vol, right_vol; right_vol 215 sound/ppc/tumbler.c right_vol = 0; right_vol 217 sound/ppc/tumbler.c right_vol = mix->master_vol[1]; right_vol 218 sound/ppc/tumbler.c if (right_vol >= ARRAY_SIZE(master_volume_table)) right_vol 219 sound/ppc/tumbler.c right_vol = ARRAY_SIZE(master_volume_table) - 1; right_vol 220 sound/ppc/tumbler.c right_vol = master_volume_table[right_vol]; right_vol 227 sound/ppc/tumbler.c block[3] = (right_vol >> 16) & 0xff; right_vol 228 sound/ppc/tumbler.c block[4] = (right_vol >> 8) & 0xff; right_vol 229 sound/ppc/tumbler.c block[5] = (right_vol >> 0) & 0xff; right_vol 236 sound/ppc/tumbler.c DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); right_vol 47 sound/soc/codecs/wm8350.c u16 right_vol; right_vol 112 sound/soc/codecs/wm8350.c if (val < out1->right_vol) { right_vol 176 sound/soc/codecs/wm8350.c if (val < out2->right_vol) { right_vol 324 sound/soc/codecs/wm8350.c out->right_vol = ucontrol->value.integer.value[1]; right_vol 354 sound/soc/codecs/wm8350.c ucontrol->value.integer.value[1] = out1->right_vol; right_vol 359 sound/soc/codecs/wm8350.c ucontrol->value.integer.value[1] = out2->right_vol; right_vol 1506 sound/soc/codecs/wm8350.c out1->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT1_VOLUME) & right_vol 1510 sound/soc/codecs/wm8350.c out2->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT2_VOLUME) &