Home
last modified time | relevance | path

Searched refs:master_vol (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/ppc/
H A Dtumbler.c91 unsigned int master_vol[2]; member
209 left_vol = mix->master_vol[0]; in tumbler_set_master_volume()
217 right_vol = mix->master_vol[1]; in tumbler_set_master_volume()
258 ucontrol->value.integer.value[0] = mix->master_vol[0]; in tumbler_get_master_volume()
259 ucontrol->value.integer.value[1] = mix->master_vol[1]; in tumbler_get_master_volume()
276 change = mix->master_vol[0] != vol[0] || in tumbler_put_master_volume()
277 mix->master_vol[1] != vol[1]; in tumbler_put_master_volume()
279 mix->master_vol[0] = vol[0]; in tumbler_put_master_volume()
280 mix->master_vol[1] = vol[1]; in tumbler_put_master_volume()
1195 mix->save_master_vol[0] = mix->master_vol[ in tumbler_suspend()
[all...]
H A Dawacs.c873 struct snd_kcontrol *master_vol, *speaker_vol; in snd_pmac_awacs_init() local
981 master_vol = NULL; in snd_pmac_awacs_init()
988 (master_vol = snd_ctl_new1(snd_pmac_awacs_mixers_pmac5500, in snd_pmac_awacs_init()
996 (master_vol = snd_ctl_new1(snd_pmac_screamer_mixers_lo, in snd_pmac_awacs_init()
1079 err = snd_ctl_add_follower(vmaster_vol, master_vol); in snd_pmac_awacs_init()
/kernel/linux/linux-6.6/sound/ppc/
H A Dtumbler.c91 unsigned int master_vol[2]; member
209 left_vol = mix->master_vol[0]; in tumbler_set_master_volume()
217 right_vol = mix->master_vol[1]; in tumbler_set_master_volume()
258 ucontrol->value.integer.value[0] = mix->master_vol[0]; in tumbler_get_master_volume()
259 ucontrol->value.integer.value[1] = mix->master_vol[1]; in tumbler_get_master_volume()
276 change = mix->master_vol[0] != vol[0] || in tumbler_put_master_volume()
277 mix->master_vol[1] != vol[1]; in tumbler_put_master_volume()
279 mix->master_vol[0] = vol[0]; in tumbler_put_master_volume()
280 mix->master_vol[1] = vol[1]; in tumbler_put_master_volume()
1203 mix->save_master_vol[0] = mix->master_vol[ in tumbler_suspend()
[all...]
H A Dawacs.c874 struct snd_kcontrol *master_vol, *speaker_vol; in snd_pmac_awacs_init() local
982 master_vol = NULL; in snd_pmac_awacs_init()
989 (master_vol = snd_ctl_new1(snd_pmac_awacs_mixers_pmac5500, in snd_pmac_awacs_init()
997 (master_vol = snd_ctl_new1(snd_pmac_screamer_mixers_lo, in snd_pmac_awacs_init()
1080 err = snd_ctl_add_follower(vmaster_vol, master_vol); in snd_pmac_awacs_init()
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_scarlett_gen2.c232 u8 master_vol; member
499 s16 master_vol; member
1001 private->master_vol = clamp( in scarlett2_update_volumes()
1002 volume_status.master_vol + SCARLETT2_VOLUME_BIAS, in scarlett2_update_volumes()
1007 private->vol[i] = private->master_vol; in scarlett2_update_volumes()
1041 ucontrol->value.integer.value[0] = private->master_vol; in scarlett2_master_volume_ctl_get()
1171 private->vol[index] = private->master_vol; in scarlett2_sw_hw_enum_ctl_put()
1176 index, private->master_vol - SCARLETT2_VOLUME_BIAS); in scarlett2_sw_hw_enum_ctl_put()
1885 private->master_vol = clamp( in scarlett2_read_configs()
1886 volume_status.master_vol in scarlett2_read_configs()
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer_scarlett_gen2.c406 u8 master_vol; member
992 s16 master_vol; member
1859 private->master_vol = clamp( in scarlett2_update_volumes()
1860 volume_status.master_vol + SCARLETT2_VOLUME_BIAS, in scarlett2_update_volumes()
1871 private->vol[i] = private->master_vol; in scarlett2_update_volumes()
1906 ucontrol->value.integer.value[0] = private->master_vol; in scarlett2_master_volume_ctl_get()
2148 private->vol[index] = private->master_vol; in scarlett2_sw_hw_change()
2154 index, private->master_vol - SCARLETT2_VOLUME_BIAS); in scarlett2_sw_hw_change()
3920 private->master_vol = clamp( in scarlett2_read_configs()
3921 volume_status.master_vol in scarlett2_read_configs()
[all...]
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_synth.c743 int main_vol, expression_vol, master_vol; in calc_volume() local
771 master_vol = port->chset.gs_master_volume; in calc_volume()
772 LIMITVALUE(master_vol, 0, 127); in calc_volume()
773 vol += snd_sf_vol_table[master_vol]; in calc_volume()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_synth.c743 int main_vol, expression_vol, master_vol; in calc_volume() local
771 master_vol = port->chset.gs_master_volume; in calc_volume()
772 LIMITVALUE(master_vol, 0, 127); in calc_volume()
773 vol += snd_sf_vol_table[master_vol]; in calc_volume()

Completed in 17 milliseconds