hp_plugged        235 sound/pci/oxygen/xonar_wm87x6.c 	bool hp_plugged;
hp_plugged        240 sound/pci/oxygen/xonar_wm87x6.c 	hp_plugged = !(oxygen_read16(chip, OXYGEN_GPIO_DATA) &
hp_plugged        244 sound/pci/oxygen/xonar_wm87x6.c 			      hp_plugged ? 0 : GPIO_DS_OUTPUT_FRONTLR,
hp_plugged        248 sound/pci/oxygen/xonar_wm87x6.c 	if (hp_plugged)
hp_plugged        252 sound/pci/oxygen/xonar_wm87x6.c 	snd_jack_report(data->hp_jack, hp_plugged ? SND_JACK_HEADPHONE : 0);