HomeSort by: relevance | last modified time | path
    Searched defs:lineout_detect_intr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
snapper.c 2070 int headphone_detect_intr, lineout_detect_intr; local in function:snapper_init
2084 lineout_detect_intr = -1;
2169 lineout_detect_intr = intr[0];
2194 DPRINTF(" lineout-detect intr %x\n", lineout_detect_intr);
2204 if (lineout_detect_intr != -1) {
2207 intr_establish_xname(lineout_detect_intr, IST_EDGE, IPL_AUDIO,

Completed in 12 milliseconds