Home
last modified time | relevance | path

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

/sound/aoa/fabrics/
Dlayout.c671 AMP_CONTROL(lineout, "Line-Out Switch");
901 int headphones, lineout; in layout_attached_codec() local
910 lineout = codec->gpio->methods->get_detect(codec->gpio, in layout_attached_codec()
920 if (headphones <= 0 && lineout <= 0) in layout_attached_codec()
949 if (lineout == 1) in layout_attached_codec()
/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()
/sound/aoa/core/
Dgpio-pmf.c36 PMF_GPIO(lineout, 2);
Dgpio-feature.c163 FTR_GPIO(lineout, 2);