diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-05-29 02:38:02 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-05-29 02:38:02 +0000 |
commit | 85e207a4e7cf1f7393ce10562683b662d3c23af7 (patch) | |
tree | 98ece2e5b3df693284d4f08562ac41c569e5a3ae /sys/dev/pci/azalia.h | |
parent | 87d5711839a38fd20c41eeeea639be7ec43beac3 (diff) |
- when a widget will be considered part of a different widget, record
the node id of the "parent" widget
- initialize widgets' mixer_class ealier
Diffstat (limited to 'sys/dev/pci/azalia.h')
-rw-r--r-- | sys/dev/pci/azalia.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/azalia.h b/sys/dev/pci/azalia.h index 52d3fafab3b..867b38d3479 100644 --- a/sys/dev/pci/azalia.h +++ b/sys/dev/pci/azalia.h @@ -1,4 +1,4 @@ -/* $OpenBSD: azalia.h,v 1.45 2009/05/12 09:32:28 jakemsr Exp $ */ +/* $OpenBSD: azalia.h,v 1.46 2009/05/29 02:38:01 jakemsr Exp $ */ /* $NetBSD: azalia.h,v 1.6 2006/01/16 14:15:26 kent Exp $ */ /*- @@ -531,6 +531,7 @@ typedef struct { int enable; uint32_t widgetcap; int type; /* = bit20-24 of widgetcap */ + nid_t parent; int mixer_class; int nconnections; nid_t *connections; |