Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/ppc/
A Ddaca.c30 int left_vol, right_vol; member
61 if (mix->left_vol > DACA_VOL_MAX) in daca_set_volume()
64 data[0] = mix->left_vol; in daca_set_volume()
131 ucontrol->value.integer.value[0] = mix->left_vol; in daca_get_volume()
151 change = mix->left_vol != vol[0] || in daca_put_volume()
154 mix->left_vol = vol[0]; in daca_put_volume()
A Dtumbler.c201 unsigned int left_vol, right_vol; in tumbler_set_master_volume() local
207 left_vol = 0; in tumbler_set_master_volume()
209 left_vol = mix->master_vol[0]; in tumbler_set_master_volume()
210 if (left_vol >= ARRAY_SIZE(master_volume_table)) in tumbler_set_master_volume()
211 left_vol = ARRAY_SIZE(master_volume_table) - 1; in tumbler_set_master_volume()
212 left_vol = master_volume_table[left_vol]; in tumbler_set_master_volume()
223 block[0] = (left_vol >> 16) & 0xff; in tumbler_set_master_volume()
224 block[1] = (left_vol >> 8) & 0xff; in tumbler_set_master_volume()
225 block[2] = (left_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-6.3-rc2/sound/soc/codecs/
A Dwm8350.c46 u16 left_vol; member
88 if (val < out1->left_vol) { in wm8350_out1_ramp_step()
152 if (val < out2->left_vol) { in wm8350_out2_ramp_step()
324 out->left_vol = ucontrol->value.integer.value[0]; in wm8350_put_volsw_2r_vu()
354 ucontrol->value.integer.value[0] = out1->left_vol; in wm8350_get_volsw_2r()
359 ucontrol->value.integer.value[0] = out2->left_vol; in wm8350_get_volsw_2r()
1506 out1->left_vol = (wm8350_reg_read(wm8350, WM8350_LOUT1_VOLUME) & in wm8350_component_probe()
1510 out2->left_vol = (wm8350_reg_read(wm8350, WM8350_LOUT2_VOLUME) & in wm8350_component_probe()
/linux-6.3-rc2/sound/pci/cs46xx/
A Dcs46xx_dsp_scb_types.h977 left_vol

Completed in 15 milliseconds