GPIO_XENSE_SPEAKERS  527 sound/pci/oxygen/xonar_pcm179x.c 		GPIO_ST_MAGIC | GPIO_XENSE_SPEAKERS);
GPIO_XENSE_SPEAKERS  530 sound/pci/oxygen/xonar_pcm179x.c 		GPIO_XENSE_SPEAKERS);
GPIO_XENSE_SPEAKERS  972 sound/pci/oxygen/xonar_pcm179x.c 	if (gpio & GPIO_XENSE_SPEAKERS)
GPIO_XENSE_SPEAKERS  974 sound/pci/oxygen/xonar_pcm179x.c 	else if (!(gpio & GPIO_XENSE_SPEAKERS) && (gpio & GPIO_ST_HP_REAR))
GPIO_XENSE_SPEAKERS  993 sound/pci/oxygen/xonar_pcm179x.c 		gpio |= GPIO_XENSE_SPEAKERS | GPIO_ST_HP_REAR;
GPIO_XENSE_SPEAKERS  996 sound/pci/oxygen/xonar_pcm179x.c 		gpio = (gpio | GPIO_ST_HP_REAR) & ~GPIO_XENSE_SPEAKERS;
GPIO_XENSE_SPEAKERS  999 sound/pci/oxygen/xonar_pcm179x.c 		gpio &= ~(GPIO_XENSE_SPEAKERS | GPIO_ST_HP_REAR);
GPIO_XENSE_SPEAKERS 1003 sound/pci/oxygen/xonar_pcm179x.c 	data->hp_active = !(gpio & GPIO_XENSE_SPEAKERS);