left_vol 977 sound/pci/cs46xx/cs46xx_dsp_scb_types.h left_vol left_vol 30 sound/ppc/daca.c int left_vol, right_vol; left_vol 61 sound/ppc/daca.c if (mix->left_vol > DACA_VOL_MAX) left_vol 64 sound/ppc/daca.c data[0] = mix->left_vol; left_vol 128 sound/ppc/daca.c ucontrol->value.integer.value[0] = mix->left_vol; left_vol 147 sound/ppc/daca.c change = mix->left_vol != vol[0] || left_vol 150 sound/ppc/daca.c mix->left_vol = vol[0]; left_vol 201 sound/ppc/tumbler.c unsigned int left_vol, right_vol; left_vol 207 sound/ppc/tumbler.c left_vol = 0; left_vol 209 sound/ppc/tumbler.c left_vol = mix->master_vol[0]; left_vol 210 sound/ppc/tumbler.c if (left_vol >= ARRAY_SIZE(master_volume_table)) left_vol 211 sound/ppc/tumbler.c left_vol = ARRAY_SIZE(master_volume_table) - 1; left_vol 212 sound/ppc/tumbler.c left_vol = master_volume_table[left_vol]; left_vol 223 sound/ppc/tumbler.c block[0] = (left_vol >> 16) & 0xff; left_vol 224 sound/ppc/tumbler.c block[1] = (left_vol >> 8) & 0xff; left_vol 225 sound/ppc/tumbler.c block[2] = (left_vol >> 0) & 0xff; left_vol 236 sound/ppc/tumbler.c DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); left_vol 46 sound/soc/codecs/wm8350.c u16 left_vol; left_vol 88 sound/soc/codecs/wm8350.c if (val < out1->left_vol) { left_vol 152 sound/soc/codecs/wm8350.c if (val < out2->left_vol) { left_vol 323 sound/soc/codecs/wm8350.c out->left_vol = ucontrol->value.integer.value[0]; left_vol 353 sound/soc/codecs/wm8350.c ucontrol->value.integer.value[0] = out1->left_vol; left_vol 358 sound/soc/codecs/wm8350.c ucontrol->value.integer.value[0] = out2->left_vol; left_vol 1504 sound/soc/codecs/wm8350.c out1->left_vol = (wm8350_reg_read(wm8350, WM8350_LOUT1_VOLUME) & left_vol 1508 sound/soc/codecs/wm8350.c out2->left_vol = (wm8350_reg_read(wm8350, WM8350_LOUT2_VOLUME) &