Searched refs:right_vol (Results 1 – 5 of 5) sorted by relevance
/sound/ppc/ |
D | daca.c | 43 int left_vol, right_vol; member 78 if (mix->right_vol > DACA_VOL_MAX) in daca_set_volume() 81 data[1] = mix->right_vol; in daca_set_volume() 142 ucontrol->value.integer.value[1] = mix->right_vol; in daca_get_volume() 161 mix->right_vol != vol[1]; in daca_put_volume() 164 mix->right_vol = vol[1]; in daca_put_volume()
|
D | tumbler.c | 215 unsigned int left_vol, right_vol; in tumbler_set_master_volume() local 229 right_vol = 0; in tumbler_set_master_volume() 231 right_vol = mix->master_vol[1]; in tumbler_set_master_volume() 232 if (right_vol >= ARRAY_SIZE(master_volume_table)) in tumbler_set_master_volume() 233 right_vol = ARRAY_SIZE(master_volume_table) - 1; in tumbler_set_master_volume() 234 right_vol = master_volume_table[right_vol]; in tumbler_set_master_volume() 241 block[3] = (right_vol >> 16) & 0xff; in tumbler_set_master_volume() 242 block[4] = (right_vol >> 8) & 0xff; in tumbler_set_master_volume() 243 block[5] = (right_vol >> 0) & 0xff; in tumbler_set_master_volume() 250 DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); in tumbler_set_master_volume()
|
/sound/oss/ |
D | pas2_mixer.c | 77 mixer_output(int right_vol, int left_vol, int div, int bits, in mixer_output() argument 81 int right = right_vol * div / 100; in mixer_output() 93 right_vol = left_vol; in mixer_output() 102 return (left_vol | (right_vol << 8)); in mixer_output()
|
/sound/soc/codecs/ |
D | wm8350.c | 50 u16 right_vol; member 115 if (val < out1->right_vol) { in wm8350_out1_ramp_step() 179 if (val < out2->right_vol) { in wm8350_out2_ramp_step() 327 out->right_vol = ucontrol->value.integer.value[1]; in wm8350_put_volsw_2r_vu() 357 ucontrol->value.integer.value[1] = out1->right_vol; in wm8350_get_volsw_2r() 362 ucontrol->value.integer.value[1] = out2->right_vol; in wm8350_get_volsw_2r() 1507 out1->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT1_VOLUME) & in wm8350_codec_probe() 1511 out2->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT2_VOLUME) & in wm8350_codec_probe()
|
/sound/pci/cs46xx/ |
D | cs46xx_dsp_scb_types.h | 991 right_vol,
|