Home
last modified time | relevance | path

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

/linux-3.4.99/sound/aoa/fabrics/
Dlayout.c655 AMP_CONTROL(lineout, "Line-Out Switch");
885 int headphones, lineout; in layout_attached_codec() local
894 lineout = codec->gpio->methods->get_detect(codec->gpio, in layout_attached_codec()
904 if (headphones <= 0 && lineout <= 0) in layout_attached_codec()
933 if (lineout == 1) in layout_attached_codec()
/linux-3.4.99/sound/ppc/
Dtumbler.c979 int headphone, lineout; in device_change_handler() local
989 lineout = tumbler_detect_lineout(chip); in device_change_handler()
991 DBG("headphone: %d, lineout: %d\n", headphone, lineout); in device_change_handler()
993 if (headphone || lineout) { in device_change_handler()
998 if (lineout && mix->line_mute.addr != 0) in device_change_handler()
1022 mix->drc_enable = ! (headphone || lineout); in device_change_handler()
/linux-3.4.99/sound/aoa/core/
Dgpio-pmf.c36 PMF_GPIO(lineout, 2);
Dgpio-feature.c160 FTR_GPIO(lineout, 2);