Lines Matching defs:assoc
649 hda_trace(sc, "forcing speaker nid %02X to assoc=14\n",
651 /* set assoc=14 */
657 hda_trace(sc, "forcing hp out nid %02X to assoc=14\n",
665 /* set assoc=14 */
1119 int i, j, cnt, maxassocs, type, assoc, seq, first, hpredir;
1166 assoc = COP_CFG_DEFAULT_ASSOCIATION(w->w_pin.config);
1168 if (assoc != j)
1449 int conn, assoc;
1459 assoc = COP_CFG_DEFAULT_ASSOCIATION(w->w_pin.config);
1465 if (assoc == 0) {
1603 hda_trace(sc, "depth %d nid %02X busy by assoc %d\n",
1713 hdafg_assoc_trace_adc(struct hdafg_softc *sc, int assoc, int seq,
1726 if (w->w_bindas >= 0 && w->w_bindas != assoc)
1749 if (hdafg_assoc_trace_adc(sc, assoc, seq,
1763 w->w_bindas = assoc;
1770 hdafg_assoc_trace_in(struct hdafg_softc *sc, int assoc)
1782 if (w->w_bindas >= 0 && w->w_bindas != assoc)
1787 if (as[assoc].as_pins[i] == 0)
1790 if (hdafg_assoc_trace_adc(sc, assoc, i,
1791 as[assoc].as_pins[i], j, 0) == 0) {
1792 hdafg_assoc_trace_undo(sc, assoc
1794 as[assoc].as_dacs[k] = 0;
1797 as[assoc].as_dacs[i] = j;
1932 hda_debug(sc, "disable assoc %d (%d) [trace failed]\n",
1937 hda_debug(sc, " assoc %d pin%d: %02X\n", j, i,
1943 hda_debug(sc, " assoc %d dac%d: %02X\n", j, i,
1959 hda_debug(sc, "disable assoc %d (%d) [trace failed]\n",
1964 hda_debug(sc, " assoc %d pin%d: %02X\n", j, i,
1970 hda_debug(sc, " assoc %d adc%d: %02X\n", j, i,
3846 hda_debug(sc, "assoc type mask: %x\n", astype);