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