Searched refs:right_vol (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | daca.c | 30 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() 129 ucontrol->value.integer.value[1] = mix->right_vol; in daca_get_volume() 148 mix->right_vol != vol[1]; in daca_put_volume() 151 mix->right_vol = vol[1]; in daca_put_volume()
|
H A D | tumbler.c | 201 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 >> in tumbler_set_master_volume() [all...] |
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | daca.c | 30 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()
|
H A D | tumbler.c | 201 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 >> in tumbler_set_master_volume() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8350.c | 47 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() 324 out->right_vol = ucontrol->value.integer.value[1]; in wm8350_put_volsw_2r_vu() 354 ucontrol->value.integer.value[1] = out1->right_vol; in wm8350_get_volsw_2r() 359 ucontrol->value.integer.value[1] = out2->right_vol; in wm8350_get_volsw_2r() 1507 out1->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT1_VOLUME) & in wm8350_component_probe() 1511 out2->right_vol = (wm8350_reg_read(wm8350, WM8350_ROUT2_VOLUME) & in wm8350_component_probe()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8350.c | 47 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()
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 976 right_vol,
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 976 right_vol,
|
Completed in 10 milliseconds