Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/ice1712/
Djuli.c97 #define GPIO_MUTE_CONTROL (1<<15) /* output mute, 1 = muted */ macro
309 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,