Searched refs:right_vol (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/sound/ppc/
H A Ddaca.c43 int left_vol, right_vol; member in struct:pmac_daca
78 if (mix->right_vol > DACA_VOL_MAX) daca_set_volume()
81 data[1] = mix->right_vol; daca_set_volume()
142 ucontrol->value.integer.value[1] = mix->right_vol; daca_get_volume()
161 mix->right_vol != vol[1]; daca_put_volume()
164 mix->right_vol = vol[1]; daca_put_volume()
H A Dtumbler.c215 unsigned int left_vol, right_vol; tumbler_set_master_volume() local
229 right_vol = 0; tumbler_set_master_volume()
231 right_vol = mix->master_vol[1]; tumbler_set_master_volume()
232 if (right_vol >= ARRAY_SIZE(master_volume_table)) tumbler_set_master_volume()
233 right_vol = ARRAY_SIZE(master_volume_table) - 1; tumbler_set_master_volume()
234 right_vol = master_volume_table[right_vol]; tumbler_set_master_volume()
241 block[3] = (right_vol >> 16) & 0xff; tumbler_set_master_volume()
242 block[4] = (right_vol >> 8) & 0xff; tumbler_set_master_volume()
243 block[5] = (right_vol >> 0) & 0xff; tumbler_set_master_volume()
250 DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); tumbler_set_master_volume()
/linux-4.4.14/sound/oss/
H A Dpas2_mixer.c77 mixer_output(int right_vol, int left_vol, int div, int bits, mixer_output() argument
81 int right = right_vol * div / 100; mixer_output()
93 right_vol = left_vol; mixer_output()
102 return (left_vol | (right_vol << 8)); mixer_output()
/linux-4.4.14/sound/soc/codecs/
H A Dwm8350.c50 u16 right_vol; member in struct:wm8350_output
115 if (val < out1->right_vol) { wm8350_out1_ramp_step()
179 if (val < out2->right_vol) { wm8350_out2_ramp_step()
327 out->right_vol = ucontrol->value.integer.value[1]; wm8350_put_volsw_2r_vu()
357 ucontrol->value.integer.value[1] = out1->right_vol; wm8350_get_volsw_2r()
362 ucontrol->value.integer.value[1] = out2->right_vol; wm8350_get_volsw_2r()
1507 out1->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT1_VOLUME) & wm8350_codec_probe()
1511 out2->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT2_VOLUME) & wm8350_codec_probe()
/linux-4.4.14/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h991 right_vol,

Completed in 141 milliseconds