Searched defs:nid_path (Results 1 – 1 of 1) sorted by relevance
41 struct nid_path { struct42 int depth;43 hda_nid_t path[MAX_NID_PATH_DEPTH];44 unsigned char idx[MAX_NID_PATH_DEPTH];45 unsigned char multi[MAX_NID_PATH_DEPTH];46 unsigned int ctls[NID_PATH_NUM_CTLS]; /* NID_PATH_XXX_CTL */47 bool active:1; /* activated by driver */48 bool pin_enabled:1; /* pins are enabled */49 bool pin_fixed:1; /* path with fixed pin */50 bool stream_enabled:1; /* stream is active */