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

  /src/sys/dev/hdaudio/
hdafg.c 1533 /* Disable nodes without consumers */
1554 "disable %02X [consumers disabled]\n",
2684 int i, j, consumers; local in function:hdafg_control_dest_amp
2695 * If this node produces output for several consumers,
2698 consumers = 0;
2706 ++consumers;
2714 if ((consumers == 2 && (w->w_bindas < 0 ||
2718 consumers > 2)
hdafg.c 1533 /* Disable nodes without consumers */
1554 "disable %02X [consumers disabled]\n",
2684 int i, j, consumers; local in function:hdafg_control_dest_amp
2695 * If this node produces output for several consumers,
2698 consumers = 0;
2706 ++consumers;
2714 if ((consumers == 2 && (w->w_bindas < 0 ||
2718 consumers > 2)

Completed in 26 milliseconds