Searched refs:lineout (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcal.c131 char lineout[30]; local
134 len = sprintf(lineout, "%s %d", month_names[month - 1], year);
137 lineout, day_headings);
139 build_row(lineout, dp)[0] = '\0';
141 trim_trailing_spaces_and_print(lineout);
146 char lineout[80]; local
148 sprintf(lineout, "%d", year);
149 center(lineout,
158 blank_string(lineout, sizeof(lineout));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/fabrics/
H A Dlayout.c598 /* we need these for headphone/lineout detection */
653 AMP_CONTROL(lineout, "Line-Out Switch");
883 int headphones, lineout; local
892 lineout = codec->gpio->methods->get_detect(codec->gpio,
902 if (headphones <= 0 && lineout <= 0)
931 if (lineout == 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dtumbler.c975 int headphone, lineout; local
985 lineout = tumbler_detect_lineout(chip);
987 DBG("headphone: %d, lineout: %d\n", headphone, lineout);
989 if (headphone || lineout) {
990 /* unmute headphone/lineout & mute speaker */
994 if (lineout && mix->line_mute.addr != 0)
1018 mix->drc_enable = ! (headphone || lineout);
1299 "platform-do-lineout-mute",
1302 "platform-do-lineout
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/core/
H A Dgpio-pmf.c36 PMF_GPIO(lineout, 2);
153 name = "lineout-detect";
225 name = "lineout-detect";
H A Dgpio-feature.c160 FTR_GPIO(lineout, 2);
237 get_gpio("lineout-mute", NULL,
255 lineout_detect_node = get_gpio("lineout-detect", "line-output-detect",
332 name = "lineout-detect";

Completed in 60 milliseconds