Searched refs:left_vol (Results 1 – 5 of 5) sorted by relevance
/sound/ppc/ |
D | daca.c | 43 int left_vol, right_vol; member 74 if (mix->left_vol > DACA_VOL_MAX) in daca_set_volume() 77 data[0] = mix->left_vol; in daca_set_volume() 141 ucontrol->value.integer.value[0] = mix->left_vol; in daca_get_volume() 160 change = mix->left_vol != vol[0] || in daca_put_volume() 163 mix->left_vol = vol[0]; in daca_put_volume()
|
D | tumbler.c | 215 unsigned int left_vol, right_vol; in tumbler_set_master_volume() local 221 left_vol = 0; in tumbler_set_master_volume() 223 left_vol = mix->master_vol[0]; in tumbler_set_master_volume() 224 if (left_vol >= ARRAY_SIZE(master_volume_table)) in tumbler_set_master_volume() 225 left_vol = ARRAY_SIZE(master_volume_table) - 1; in tumbler_set_master_volume() 226 left_vol = master_volume_table[left_vol]; in tumbler_set_master_volume() 237 block[0] = (left_vol >> 16) & 0xff; in tumbler_set_master_volume() 238 block[1] = (left_vol >> 8) & 0xff; in tumbler_set_master_volume() 239 block[2] = (left_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()
|
/sound/oss/ |
D | pas2_mixer.c | 77 mixer_output(int right_vol, int left_vol, int div, int bits, in mixer_output() argument 80 int left = left_vol * div / 100; in mixer_output() 93 right_vol = left_vol; in mixer_output() 102 return (left_vol | (right_vol << 8)); in mixer_output()
|
/sound/soc/codecs/ |
D | wm8350.c | 49 u16 left_vol; member 91 if (val < out1->left_vol) { in wm8350_out1_ramp_step() 155 if (val < out2->left_vol) { in wm8350_out2_ramp_step() 326 out->left_vol = ucontrol->value.integer.value[0]; in wm8350_put_volsw_2r_vu() 356 ucontrol->value.integer.value[0] = out1->left_vol; in wm8350_get_volsw_2r() 361 ucontrol->value.integer.value[0] = out2->left_vol; in wm8350_get_volsw_2r() 1505 out1->left_vol = (wm8350_reg_read(wm8350, WM8350_LOUT1_VOLUME) & in wm8350_codec_probe() 1509 out2->left_vol = (wm8350_reg_read(wm8350, WM8350_LOUT2_VOLUME) & in wm8350_codec_probe()
|
/sound/pci/cs46xx/ |
D | cs46xx_dsp_scb_types.h | 992 left_vol
|