Searched refs:master_switch (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/ppc/
H A Dtumbler.c93 unsigned int master_switch[2]; member in struct:pmac_tumbler
206 if (! mix->master_switch[0])
214 if (! mix->master_switch[1])
293 ucontrol->value.integer.value[0] = mix->master_switch[0];
294 ucontrol->value.integer.value[1] = mix->master_switch[1];
305 change = mix->master_switch[0] != ucontrol->value.integer.value[0] ||
306 mix->master_switch[1] != ucontrol->value.integer.value[1];
308 mix->master_switch[0] = !!ucontrol->value.integer.value[0];
309 mix->master_switch[1] = !!ucontrol->value.integer.value[1];
1201 mix->save_master_switch[0] = mix->master_switch[
[all...]
/linux-master/sound/isa/
H A Dopl3sa2.c116 struct snd_kcontrol *master_switch; member in struct:snd_opl3sa2
315 if (chip->master_switch && chip->master_volume) {
317 &chip->master_switch->id);
478 chip->master_switch = NULL;
530 case 0: chip->master_switch = kctl; kctl->private_free = snd_opl3sa2_master_free; break;
H A Des18xx.c111 struct snd_kcontrol *master_switch; member in struct:snd_es18xx
773 &chip->master_switch->id);
1074 chip->master_switch = NULL;
1786 chip->master_switch = kctl;
/linux-master/sound/pci/
H A Des1938.c193 struct snd_kcontrol *master_switch; member in struct:es1938
1090 chip->master_switch = NULL;
1629 &chip->master_switch->id);
1672 chip->master_switch = kctl;
H A Dmaestro3.c765 struct snd_kcontrol *master_switch; member in struct:snd_m3
1547 if (!chip->master_switch || !chip->master_volume)
1575 &chip->master_switch->id);
2052 chip->master_switch = snd_ctl_find_id_mixer(chip->card,
H A Des1968.c537 struct snd_kcontrol *master_switch; /* for h/w volume control */ member in struct:es1968
1887 if (! chip->master_switch || ! chip->master_volume)
2019 chip->master_switch = snd_ctl_find_id_mixer(chip->card,

Completed in 303 milliseconds