Searched refs:amp_on (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/media/pci/pt3/
H A Dpt3.c137 pt3_set_tuner_power(struct pt3_board *pt3, bool tuner_on, bool amp_on) argument
143 if (amp_on)
/linux-master/sound/ppc/
H A Ddaca.c32 unsigned int amp_on : 1; member in struct:pmac_daca
172 ucontrol->value.integer.value[0] = mix->amp_on ? 1 : 0;
186 change = mix->amp_on != ucontrol->value.integer.value[0];
188 mix->amp_on = !!ucontrol->value.integer.value[0];
190 mix->amp_on ? 0x05 : 0x04);
223 mix->amp_on ? 0x05 : 0x04);
252 mix->amp_on = 1; /* default on */

Completed in 162 milliseconds