Home
last modified time | relevance | path

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

/linux-4.4.14/sound/aoa/fabrics/
Dlayout.c663 AMP_CONTROL(lineout, "Line-Out Switch");
893 int headphones, lineout; in layout_attached_codec() local
902 lineout = codec->gpio->methods->get_detect(codec->gpio, in layout_attached_codec()
912 if (headphones <= 0 && lineout <= 0) in layout_attached_codec()
941 if (lineout == 1) in layout_attached_codec()
/linux-4.4.14/sound/ppc/
Dtumbler.c975 int headphone, lineout; in device_change_handler() local
985 lineout = tumbler_detect_lineout(chip); in device_change_handler()
987 DBG("headphone: %d, lineout: %d\n", headphone, lineout); in device_change_handler()
989 if (headphone || lineout) { in device_change_handler()
994 if (lineout && mix->line_mute.addr != 0) in device_change_handler()
1018 mix->drc_enable = ! (headphone || lineout); in device_change_handler()
/linux-4.4.14/sound/aoa/core/
Dgpio-pmf.c36 PMF_GPIO(lineout, 2);
Dgpio-feature.c161 FTR_GPIO(lineout, 2);