Home
last modified time | relevance | path

Searched refs:master_vol (Results 1 – 3 of 3) sorted by relevance

/linux/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()
1202 mix->save_master_vol[0] = mix->master_vol[0]; in tumbler_suspend()
[all …]
H A Dawacs.c862 struct snd_kcontrol *master_vol, *speaker_vol; in snd_pmac_awacs_init() local
970 master_vol = NULL; in snd_pmac_awacs_init()
977 (master_vol = snd_ctl_new1(snd_pmac_awacs_mixers_pmac5500, in snd_pmac_awacs_init()
985 (master_vol = snd_ctl_new1(snd_pmac_screamer_mixers_lo, in snd_pmac_awacs_init()
1068 err = snd_ctl_add_follower(vmaster_vol, master_vol); in snd_pmac_awacs_init()
/linux/sound/usb/
H A Dmixer_scarlett2.c1270 u8 master_vol; member
4346 private->master_vol = clamp(vol + SCARLETT2_VOLUME_BIAS, in scarlett2_update_volumes()
4353 private->vol[i] = private->master_vol; in scarlett2_update_volumes()
4402 ucontrol->value.integer.value[0] = private->master_vol; in scarlett2_master_volume_ctl_get()
4699 private->vol[index] = private->master_vol; in scarlett2_sw_hw_change()
4705 index, private->master_vol - SCARLETT2_VOLUME_BIAS); in scarlett2_sw_hw_change()