Searched refs:GPIO_MUTE_CONTROL (Results 1 – 1 of 1) sorted by relevance
97 #define GPIO_MUTE_CONTROL (1<<15) /* output mute, 1 = muted */ macro309 if (kcontrol->private_value == GPIO_MUTE_CONTROL) in juli_mute_get()326 if (kcontrol->private_value == GPIO_MUTE_CONTROL) { in juli_mute_put()328 new_gpio = old_gpio & ~GPIO_MUTE_CONTROL; in juli_mute_put()337 if (kcontrol->private_value == GPIO_MUTE_CONTROL) { in juli_mute_put()339 new_gpio = old_gpio | GPIO_MUTE_CONTROL; in juli_mute_put()367 .private_value = GPIO_MUTE_CONTROL,