Home
last modified time | relevance | path

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

/linux-4.4.14/sound/ppc/
Dpmac.h160 int (*detect_headphone)(struct snd_pmac *chip); member
Dpmac.c1138 if (chip->detect_headphone) in pmac_hp_detect_get()
1139 ucontrol->value.integer.value[0] = chip->detect_headphone(chip); in pmac_hp_detect_get()
Dburgundy.c726 chip->detect_headphone = snd_pmac_burgundy_detect_headphone; in snd_pmac_burgundy_init()
Dawacs.c1136 chip->detect_headphone = snd_pmac_awacs_detect_headphone; in snd_pmac_awacs_init()
Dtumbler.c1465 chip->detect_headphone = tumbler_detect_headphone; in snd_pmac_tumbler_init()