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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/ppc/
H A Dtumbler.c106 unsigned int master_switch[2]; member in struct:pmac_tumbler
219 if (! mix->master_switch[0])
227 if (! mix->master_switch[1])
306 ucontrol->value.integer.value[0] = mix->master_switch[0];
307 ucontrol->value.integer.value[1] = mix->master_switch[1];
318 change = mix->master_switch[0] != ucontrol->value.integer.value[0] ||
319 mix->master_switch[1] != ucontrol->value.integer.value[1];
321 mix->master_switch[0] = !!ucontrol->value.integer.value[0];
322 mix->master_switch[1] = !!ucontrol->value.integer.value[1];
1207 mix->save_master_switch[0] = mix->master_switch[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/ppc/
H A Dtumbler.c106 unsigned int master_switch[2]; member in struct:pmac_tumbler
219 if (! mix->master_switch[0])
227 if (! mix->master_switch[1])
306 ucontrol->value.integer.value[0] = mix->master_switch[0];
307 ucontrol->value.integer.value[1] = mix->master_switch[1];
318 change = mix->master_switch[0] != ucontrol->value.integer.value[0] ||
319 mix->master_switch[1] != ucontrol->value.integer.value[1];
321 mix->master_switch[0] = !!ucontrol->value.integer.value[0];
322 mix->master_switch[1] = !!ucontrol->value.integer.value[1];
1207 mix->save_master_switch[0] = mix->master_switch[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/isa/
H A Dopl3sa2.c137 struct snd_kcontrol *master_switch; member in struct:snd_opl3sa2
321 if (chip->master_switch && chip->master_volume) {
323 &chip->master_switch->id);
484 chip->master_switch = NULL;
530 case 0: chip->master_switch = kctl; kctl->private_free = snd_opl3sa2_master_free; break;
H A Des18xx.c129 struct snd_kcontrol *master_switch; member in struct:snd_es18xx
787 &chip->master_switch->id);
1105 chip->master_switch = NULL;
1848 chip->master_switch = kctl;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/isa/
H A Dopl3sa2.c137 struct snd_kcontrol *master_switch; member in struct:snd_opl3sa2
321 if (chip->master_switch && chip->master_volume) {
323 &chip->master_switch->id);
484 chip->master_switch = NULL;
530 case 0: chip->master_switch = kctl; kctl->private_free = snd_opl3sa2_master_free; break;
H A Des18xx.c129 struct snd_kcontrol *master_switch; member in struct:snd_es18xx
787 &chip->master_switch->id);
1105 chip->master_switch = NULL;
1848 chip->master_switch = kctl;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/
H A Des1938.c213 struct snd_kcontrol *master_switch; member in struct:es1938
1136 chip->master_switch = NULL;
1687 &chip->master_switch->id);
1730 chip->master_switch = kctl;
H A Des1968.c551 struct snd_kcontrol *master_switch; /* for h/w volume control */ member in struct:es1968
1891 if (! chip->master_switch || ! chip->master_volume)
1904 &chip->master_switch->id);
2044 chip->master_switch = snd_ctl_find_id(chip->card, &elem_id);
H A Dmaestro3.c853 struct snd_kcontrol *master_switch; member in struct:snd_m3
1644 if (!chip->master_switch || !chip->master_volume)
1660 &chip->master_switch->id);
2159 chip->master_switch = snd_ctl_find_id(chip->card, &elem_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/
H A Des1938.c213 struct snd_kcontrol *master_switch; member in struct:es1938
1136 chip->master_switch = NULL;
1687 &chip->master_switch->id);
1730 chip->master_switch = kctl;
H A Des1968.c551 struct snd_kcontrol *master_switch; /* for h/w volume control */ member in struct:es1968
1891 if (! chip->master_switch || ! chip->master_volume)
1904 &chip->master_switch->id);
2044 chip->master_switch = snd_ctl_find_id(chip->card, &elem_id);
H A Dmaestro3.c853 struct snd_kcontrol *master_switch; member in struct:snd_m3
1644 if (!chip->master_switch || !chip->master_volume)
1660 &chip->master_switch->id);
2159 chip->master_switch = snd_ctl_find_id(chip->card, &elem_id);

Completed in 277 milliseconds