Searched refs:GPIO_MUTE_CONTROL (Results 1 – 1 of 1) sorted by relevance
83 #define GPIO_MUTE_CONTROL (1<<15) /* output mute, 1 = muted */ macro295 if (kcontrol->private_value == GPIO_MUTE_CONTROL) in juli_mute_get()312 if (kcontrol->private_value == GPIO_MUTE_CONTROL) { in juli_mute_put()314 new_gpio = old_gpio & ~GPIO_MUTE_CONTROL; in juli_mute_put()323 if (kcontrol->private_value == GPIO_MUTE_CONTROL) { in juli_mute_put()325 new_gpio = old_gpio | GPIO_MUTE_CONTROL; in juli_mute_put()353 .private_value = GPIO_MUTE_CONTROL,