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