Home
last modified time | relevance | path

Searched refs:amp_on (Results 1 – 2 of 2) sorted by relevance

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