hp_connected       27 sound/pci/ice1712/psc724.c 	bool hp_connected;
hp_connected      177 sound/pci/ice1712/psc724.c static void psc724_set_jack_state(struct snd_ice1712 *ice, bool hp_connected)
hp_connected      184 sound/pci/ice1712/psc724.c 	psc724_set_master_switch(ice, !hp_connected);
hp_connected      185 sound/pci/ice1712/psc724.c 	if (!hp_connected)
hp_connected      188 sound/pci/ice1712/psc724.c 	spec->hp_connected = hp_connected;
hp_connected      208 sound/pci/ice1712/psc724.c 	bool hp_connected = snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
hp_connected      211 sound/pci/ice1712/psc724.c 	if (hp_connected == spec->hp_connected)
hp_connected      213 sound/pci/ice1712/psc724.c 	psc724_set_jack_state(ice, hp_connected);
hp_connected      225 sound/pci/ice1712/psc724.c 		bool hp_connected = snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
hp_connected      226 sound/pci/ice1712/psc724.c 		psc724_set_jack_state(ice, hp_connected);