master_switch 114 sound/isa/es18xx.c struct snd_kcontrol *master_switch; master_switch 785 sound/isa/es18xx.c &chip->master_switch->id); master_switch 1088 sound/isa/es18xx.c chip->master_switch = NULL; master_switch 1845 sound/isa/es18xx.c chip->master_switch = kctl; master_switch 121 sound/isa/opl3sa2.c struct snd_kcontrol *master_switch; master_switch 316 sound/isa/opl3sa2.c if (chip->master_switch && chip->master_volume) { master_switch 318 sound/isa/opl3sa2.c &chip->master_switch->id); master_switch 479 sound/isa/opl3sa2.c chip->master_switch = NULL; master_switch 525 sound/isa/opl3sa2.c case 0: chip->master_switch = kctl; kctl->private_free = snd_opl3sa2_master_free; break; master_switch 197 sound/pci/es1938.c struct snd_kcontrol *master_switch; master_switch 1137 sound/pci/es1938.c chip->master_switch = NULL; master_switch 1703 sound/pci/es1938.c &chip->master_switch->id); master_switch 1746 sound/pci/es1938.c chip->master_switch = kctl; master_switch 545 sound/pci/es1968.c struct snd_kcontrol *master_switch; /* for h/w volume control */ master_switch 1898 sound/pci/es1968.c if (! chip->master_switch || ! chip->master_volume) master_switch 2033 sound/pci/es1968.c chip->master_switch = snd_ctl_find_id(chip->card, &elem_id); master_switch 770 sound/pci/maestro3.c struct snd_kcontrol *master_switch; master_switch 1558 sound/pci/maestro3.c if (!chip->master_switch || !chip->master_volume) master_switch 1586 sound/pci/maestro3.c &chip->master_switch->id); master_switch 2067 sound/pci/maestro3.c chip->master_switch = snd_ctl_find_id(chip->card, &elem_id); master_switch 93 sound/ppc/tumbler.c unsigned int master_switch[2]; master_switch 206 sound/ppc/tumbler.c if (! mix->master_switch[0]) master_switch 214 sound/ppc/tumbler.c if (! mix->master_switch[1]) master_switch 293 sound/ppc/tumbler.c ucontrol->value.integer.value[0] = mix->master_switch[0]; master_switch 294 sound/ppc/tumbler.c ucontrol->value.integer.value[1] = mix->master_switch[1]; master_switch 305 sound/ppc/tumbler.c change = mix->master_switch[0] != ucontrol->value.integer.value[0] || master_switch 306 sound/ppc/tumbler.c mix->master_switch[1] != ucontrol->value.integer.value[1]; master_switch 308 sound/ppc/tumbler.c mix->master_switch[0] = !!ucontrol->value.integer.value[0]; master_switch 309 sound/ppc/tumbler.c mix->master_switch[1] = !!ucontrol->value.integer.value[1]; master_switch 1193 sound/ppc/tumbler.c mix->save_master_switch[0] = mix->master_switch[0]; master_switch 1194 sound/ppc/tumbler.c mix->save_master_switch[1] = mix->master_switch[1]; master_switch 1197 sound/ppc/tumbler.c mix->master_switch[0] = mix->master_switch[1] = 0; master_switch 1220 sound/ppc/tumbler.c mix->master_switch[0] = mix->save_master_switch[0]; master_switch 1221 sound/ppc/tumbler.c mix->master_switch[1] = mix->save_master_switch[1];