Searched refs:master_vol (Results 1 – 3 of 3) sorted by relevance
105 unsigned int master_vol[2]; member223 left_vol = mix->master_vol[0]; in tumbler_set_master_volume()231 right_vol = mix->master_vol[1]; in tumbler_set_master_volume()272 ucontrol->value.integer.value[0] = mix->master_vol[0]; in tumbler_get_master_volume()273 ucontrol->value.integer.value[1] = mix->master_vol[1]; in tumbler_get_master_volume()290 change = mix->master_vol[0] != vol[0] || in tumbler_put_master_volume()291 mix->master_vol[1] != vol[1]; in tumbler_put_master_volume()293 mix->master_vol[0] = vol[0]; in tumbler_put_master_volume()294 mix->master_vol[1] = vol[1]; in tumbler_put_master_volume()1209 mix->save_master_vol[0] = mix->master_vol[0]; in tumbler_suspend()[all …]
886 struct snd_kcontrol *master_vol, *speaker_vol; in snd_pmac_awacs_init() local994 master_vol = NULL; in snd_pmac_awacs_init()1001 (master_vol = snd_ctl_new1(snd_pmac_awacs_mixers_pmac5500, in snd_pmac_awacs_init()1009 (master_vol = snd_ctl_new1(snd_pmac_screamer_mixers_lo, in snd_pmac_awacs_init()1092 err = snd_ctl_add_slave(vmaster_vol, master_vol); in snd_pmac_awacs_init()
757 int main_vol, expression_vol, master_vol; in calc_volume() local785 master_vol = port->chset.gs_master_volume; in calc_volume()786 LIMITVALUE(master_vol, 0, 127); in calc_volume()787 vol += snd_sf_vol_table[master_vol]; in calc_volume()