Searched refs:right_vol (Results 1 – 4 of 4) sorted by relevance
30 int left_vol, right_vol; member65 if (mix->right_vol > DACA_VOL_MAX) in daca_set_volume()68 data[1] = mix->right_vol; in daca_set_volume()132 ucontrol->value.integer.value[1] = mix->right_vol; in daca_get_volume()152 mix->right_vol != vol[1]; in daca_put_volume()155 mix->right_vol = vol[1]; in daca_put_volume()
201 unsigned int left_vol, right_vol; in tumbler_set_master_volume() local215 right_vol = 0; in tumbler_set_master_volume()217 right_vol = mix->master_vol[1]; in tumbler_set_master_volume()218 if (right_vol >= ARRAY_SIZE(master_volume_table)) in tumbler_set_master_volume()219 right_vol = ARRAY_SIZE(master_volume_table) - 1; in tumbler_set_master_volume()220 right_vol = master_volume_table[right_vol]; in tumbler_set_master_volume()227 block[3] = (right_vol >> 16) & 0xff; in tumbler_set_master_volume()228 block[4] = (right_vol >> 8) & 0xff; in tumbler_set_master_volume()229 block[5] = (right_vol >> 0) & 0xff; in tumbler_set_master_volume()236 DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); in tumbler_set_master_volume()
47 u16 right_vol; member112 if (val < out1->right_vol) { in wm8350_out1_ramp_step()176 if (val < out2->right_vol) { in wm8350_out2_ramp_step()325 out->right_vol = ucontrol->value.integer.value[1]; in wm8350_put_volsw_2r_vu()355 ucontrol->value.integer.value[1] = out1->right_vol; in wm8350_get_volsw_2r()360 ucontrol->value.integer.value[1] = out2->right_vol; in wm8350_get_volsw_2r()1508 out1->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT1_VOLUME) & in wm8350_component_probe()1512 out2->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT2_VOLUME) & in wm8350_component_probe()
976 right_vol,