detect_headphone 1124 sound/ppc/awacs.c 	chip->detect_headphone = snd_pmac_awacs_detect_headphone;
detect_headphone  713 sound/ppc/burgundy.c 	chip->detect_headphone = snd_pmac_burgundy_detect_headphone;
detect_headphone 1124 sound/ppc/pmac.c 	if (chip->detect_headphone)
detect_headphone 1125 sound/ppc/pmac.c 		ucontrol->value.integer.value[0] = chip->detect_headphone(chip);
detect_headphone  147 sound/ppc/pmac.h 	int (*detect_headphone)(struct snd_pmac *chip);
detect_headphone 1452 sound/ppc/tumbler.c 	chip->detect_headphone = tumbler_detect_headphone;