Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/oxygen/
H A Dxonar_pcm179x.c205 #define GPIO_XENSE_SPEAKERS 0x0080 macro
527 GPIO_ST_MAGIC | GPIO_XENSE_SPEAKERS); in xonar_xense_init()
530 GPIO_XENSE_SPEAKERS); in xonar_xense_init()
972 if (gpio & GPIO_XENSE_SPEAKERS) in xense_output_switch_get()
974 else if (!(gpio & GPIO_XENSE_SPEAKERS) && (gpio & GPIO_ST_HP_REAR)) in xense_output_switch_get()
993 gpio |= GPIO_XENSE_SPEAKERS | GPIO_ST_HP_REAR; in xense_output_switch_put()
996 gpio = (gpio | GPIO_ST_HP_REAR) & ~GPIO_XENSE_SPEAKERS; in xense_output_switch_put()
999 gpio &= ~(GPIO_XENSE_SPEAKERS | GPIO_ST_HP_REAR); in xense_output_switch_put()
1003 data->hp_active = !(gpio & GPIO_XENSE_SPEAKERS); in xense_output_switch_put()