Home
last modified time | relevance | path

Searched refs:set_headphone (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/aoa/
H A Daoa-gpio.h33 void (*set_headphone)(struct gpio_runtime *rt, int on); member
/openbmc/linux/sound/aoa/fabrics/
H A Dlayout.c865 ldev->gpio.methods->set_headphone(&ldev->gpio, v); in layout_notify()
874 ldev->gpio.methods->set_headphone(&ldev->gpio, 0); in layout_notify()
926 ldev->gpio.methods->set_headphone(codec->gpio, 1); in layout_attached_codec()
/openbmc/linux/sound/aoa/core/
H A Dgpio-pmf.c240 .set_headphone = pmf_gpio_set_headphone,
H A Dgpio-feature.c413 .set_headphone = ftr_gpio_set_headphone,