Home
last modified time | relevance | path

Searched refs:right_vol (Results 1 – 4 of 4) sorted by relevance

/linux/sound/ppc/
A Ddaca.c30 int left_vol, right_vol; member
65 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()
A Dtumbler.c201 unsigned int left_vol, right_vol; in tumbler_set_master_volume() local
215 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()
/linux/sound/soc/codecs/
A Dwm8350.c47 u16 right_vol; member
112 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()
/linux/sound/pci/cs46xx/
A Dcs46xx_dsp_scb_types.h976 right_vol,

Completed in 16 milliseconds