Searched refs:left_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
74 if (mix->left_vol > DACA_VOL_MAX) daca_set_volume()
77 data[0] = mix->left_vol; daca_set_volume()
141 ucontrol->value.integer.value[0] = mix->left_vol; daca_get_volume()
160 change = mix->left_vol != vol[0] || daca_put_volume()
163 mix->left_vol = vol[0]; daca_put_volume()
H A Dtumbler.c215 unsigned int left_vol, right_vol; tumbler_set_master_volume() local
221 left_vol = 0; tumbler_set_master_volume()
223 left_vol = mix->master_vol[0]; tumbler_set_master_volume()
224 if (left_vol >= ARRAY_SIZE(master_volume_table)) tumbler_set_master_volume()
225 left_vol = ARRAY_SIZE(master_volume_table) - 1; tumbler_set_master_volume()
226 left_vol = master_volume_table[left_vol]; tumbler_set_master_volume()
237 block[0] = (left_vol >> 16) & 0xff; tumbler_set_master_volume()
238 block[1] = (left_vol >> 8) & 0xff; tumbler_set_master_volume()
239 block[2] = (left_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
80 int left = left_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.c49 u16 left_vol; member in struct:wm8350_output
91 if (val < out1->left_vol) { wm8350_out1_ramp_step()
155 if (val < out2->left_vol) { wm8350_out2_ramp_step()
326 out->left_vol = ucontrol->value.integer.value[0]; wm8350_put_volsw_2r_vu()
356 ucontrol->value.integer.value[0] = out1->left_vol; wm8350_get_volsw_2r()
361 ucontrol->value.integer.value[0] = out2->left_vol; wm8350_get_volsw_2r()
1505 out1->left_vol = (wm8350_reg_read(wm8350, WM8350_LOUT1_VOLUME) & wm8350_codec_probe()
1509 out2->left_vol = (wm8350_reg_read(wm8350, WM8350_LOUT2_VOLUME) & wm8350_codec_probe()
/linux-4.4.14/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h992 left_vol

Completed in 221 milliseconds