Searched refs:right_vol (Results 1 – 4 of 4) sorted by relevance
43 int left_vol, right_vol; member78 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()
215 unsigned int left_vol, right_vol; in tumbler_set_master_volume() local229 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()
50 u16 right_vol; member115 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()1509 out1->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT1_VOLUME) & in wm8350_component_probe()1513 out2->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT2_VOLUME) & in wm8350_component_probe()
991 right_vol,