master_vol        873 sound/ppc/awacs.c 	struct snd_kcontrol *master_vol, *speaker_vol;
master_vol        981 sound/ppc/awacs.c 	master_vol = NULL;
master_vol        988 sound/ppc/awacs.c 		    (master_vol = snd_ctl_new1(snd_pmac_awacs_mixers_pmac5500,
master_vol        996 sound/ppc/awacs.c 		    (master_vol = snd_ctl_new1(snd_pmac_screamer_mixers_lo,
master_vol       1079 sound/ppc/awacs.c 		err = snd_ctl_add_slave(vmaster_vol, master_vol);
master_vol         91 sound/ppc/tumbler.c 	unsigned int master_vol[2];
master_vol        209 sound/ppc/tumbler.c 		left_vol = mix->master_vol[0];
master_vol        217 sound/ppc/tumbler.c 		right_vol = mix->master_vol[1];
master_vol        258 sound/ppc/tumbler.c 	ucontrol->value.integer.value[0] = mix->master_vol[0];
master_vol        259 sound/ppc/tumbler.c 	ucontrol->value.integer.value[1] = mix->master_vol[1];
master_vol        276 sound/ppc/tumbler.c 	change = mix->master_vol[0] != vol[0] ||
master_vol        277 sound/ppc/tumbler.c 		mix->master_vol[1] != vol[1];
master_vol        279 sound/ppc/tumbler.c 		mix->master_vol[0] = vol[0];
master_vol        280 sound/ppc/tumbler.c 		mix->master_vol[1] = vol[1];
master_vol       1195 sound/ppc/tumbler.c 	mix->save_master_vol[0] = mix->master_vol[0];
master_vol       1196 sound/ppc/tumbler.c 	mix->save_master_vol[1] = mix->master_vol[1];
master_vol       1222 sound/ppc/tumbler.c 	mix->master_vol[0] = mix->save_master_vol[0];
master_vol       1223 sound/ppc/tumbler.c 	mix->master_vol[1] = mix->save_master_vol[1];
master_vol        743 sound/synth/emux/emux_synth.c 	int main_vol, expression_vol, master_vol;
master_vol        771 sound/synth/emux/emux_synth.c 	master_vol = port->chset.gs_master_volume;
master_vol        772 sound/synth/emux/emux_synth.c 	LIMITVALUE(master_vol, 0, 127);
master_vol        773 sound/synth/emux/emux_synth.c 	vol += snd_sf_vol_table[master_vol];
master_vol        232 sound/usb/mixer_scarlett_gen2.c 	u8 master_vol;
master_vol        499 sound/usb/mixer_scarlett_gen2.c 	s16 master_vol;
master_vol        996 sound/usb/mixer_scarlett_gen2.c 	private->master_vol = clamp(
master_vol        997 sound/usb/mixer_scarlett_gen2.c 		volume_status.master_vol + SCARLETT2_VOLUME_BIAS,
master_vol       1002 sound/usb/mixer_scarlett_gen2.c 			private->vol[i] = private->master_vol;
master_vol       1037 sound/usb/mixer_scarlett_gen2.c 	ucontrol->value.integer.value[0] = private->master_vol;
master_vol       1168 sound/usb/mixer_scarlett_gen2.c 	private->vol[index] = private->master_vol;
master_vol       1173 sound/usb/mixer_scarlett_gen2.c 		index, private->master_vol - SCARLETT2_VOLUME_BIAS);
master_vol       1875 sound/usb/mixer_scarlett_gen2.c 	private->master_vol = clamp(
master_vol       1876 sound/usb/mixer_scarlett_gen2.c 		volume_status.master_vol + SCARLETT2_VOLUME_BIAS,
master_vol       1887 sound/usb/mixer_scarlett_gen2.c 			   ? volume_status.master_vol