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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dtumbler.c104 unsigned int master_switch[2]; member in struct:pmac_tumbler
217 if (! mix->master_switch[0])
225 if (! mix->master_switch[1])
298 ucontrol->value.integer.value[0] = mix->master_switch[0];
299 ucontrol->value.integer.value[1] = mix->master_switch[1];
311 change = mix->master_switch[0] != ucontrol->value.integer.value[0] ||
312 mix->master_switch[1] != ucontrol->value.integer.value[1];
314 mix->master_switch[0] = !!ucontrol->value.integer.value[0];
315 mix->master_switch[1] = !!ucontrol->value.integer.value[1];
1176 mix->save_master_switch[0] = mix->master_switch[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Dopl3sa2.c140 struct snd_kcontrol *master_switch; member in struct:snd_opl3sa2
317 if (chip->master_switch && chip->master_volume) {
318 snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_VALUE, &chip->master_switch->id);
499 chip->master_switch = NULL;
545 case 0: chip->master_switch = kctl; kctl->private_free = snd_opl3sa2_master_free; break;
H A Des18xx.c136 struct snd_kcontrol *master_switch; member in struct:snd_es18xx
801 snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_VALUE, &chip->master_switch->id);
1132 chip->master_switch = NULL;
1881 chip->master_switch = kctl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Des1938.c214 struct snd_kcontrol *master_switch; member in struct:es1938
1134 chip->master_switch = NULL;
1688 &chip->master_switch->id);
1731 chip->master_switch = kctl;
H A Des1968.c521 struct snd_kcontrol *master_switch; /* for h/w volume control */ member in struct:es1968
1843 if (! chip->master_switch || ! chip->master_volume)
1856 &chip->master_switch->id);
1958 chip->master_switch = snd_ctl_find_id(chip->card, &id);
2396 chip->master_switch = NULL;
H A Dmaestro3.c852 struct snd_kcontrol *master_switch; member in struct:snd_m3
1615 if (!chip->master_switch || !chip->master_volume)
1629 &chip->master_switch->id);
2082 chip->master_switch = snd_ctl_find_id(chip->card, &id);

Completed in 129 milliseconds