Home
last modified time | relevance | path

Searched defs:nid_path (Results 1 – 1 of 1) sorted by relevance

/linux/sound/pci/hda/
H A Dhda_generic.h44 struct nid_path { struct
45 int depth;
46 hda_nid_t path[MAX_NID_PATH_DEPTH];
47 unsigned char idx[MAX_NID_PATH_DEPTH];
48 unsigned char multi[MAX_NID_PATH_DEPTH];
49 unsigned int ctls[NID_PATH_NUM_CTLS]; /* NID_PATH_XXX_CTL */
50 bool active:1; /* activated by driver */
51 bool pin_enabled:1; /* pins are enabled */
52 bool pin_fixed:1; /* path with fixed pin */
53 bool stream_enabled:1; /* stream is active */