Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ice1712/
Djuli.c98 #define GPIO_MUTE_CONTROL (1<<15) /* output mute, 1 = muted */ macro
310 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,