Searched refs:GPIO_MUTE_CONTROL (Results 1 – 1 of 1) sorted by relevance
98 #define GPIO_MUTE_CONTROL (1<<15) /* output mute, 1 = muted */ macro310 if (kcontrol->private_value == GPIO_MUTE_CONTROL) in juli_mute_get()327 if (kcontrol->private_value == GPIO_MUTE_CONTROL) { in juli_mute_put()329 new_gpio = old_gpio & ~GPIO_MUTE_CONTROL; in juli_mute_put()338 if (kcontrol->private_value == GPIO_MUTE_CONTROL) { in juli_mute_put()340 new_gpio = old_gpio | GPIO_MUTE_CONTROL; in juli_mute_put()368 .private_value = GPIO_MUTE_CONTROL,