Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/oxygen/
Dxonar_pcm179x.c213 #define GPIO_ST_HP 0x0080 macro
432 GPIO_ST_MAGIC | GPIO_ST_HP); in xonar_st_init_common()
434 GPIO_INPUT_ROUTE | GPIO_ST_HP_REAR | GPIO_ST_HP); in xonar_st_init_common()
806 if (!(gpio & GPIO_ST_HP)) in st_output_switch_get()
828 gpio &= ~(GPIO_ST_HP | GPIO_ST_HP_REAR); in st_output_switch_put()
831 gpio |= GPIO_ST_HP | GPIO_ST_HP_REAR; in st_output_switch_put()
834 gpio = (gpio | GPIO_ST_HP) & ~GPIO_ST_HP_REAR; in st_output_switch_put()
838 data->hp_active = gpio & GPIO_ST_HP; in st_output_switch_put()