summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-01-07 21:12:33 +0000
committermav <mav@FreeBSD.org>2009-01-07 21:12:33 +0000
commitf885f01ae19df45aece1f108bd6c756e6b12b4f4 (patch)
tree29ba430edbcbf9c18bd82c7bee6de677bec31553 /sys/sys/soundcard.h
parentabe6016909259942e4406e3f1ad00457ed92ad7b (diff)
downloadFreeBSD-src-f885f01ae19df45aece1f108bd6c756e6b12b4f4.zip
FreeBSD-src-f885f01ae19df45aece1f108bd6c756e6b12b4f4.tar.gz
Add some new oss_sysinfo structure fields from OSSv4.
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 0ae5969..e9fb00f 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -1639,7 +1639,10 @@ typedef struct oss_sysinfo
int openedmidi[8]; /* Bit mask telling which midi devices
are busy */
int numcards; /* Number of sound cards in the system */
- int filler[241]; /* For future expansion (set to -1) */
+ int numaudioengines; /* Number of audio engines in the system */
+ char license[16]; /* For example "GPL" or "CDDL" */
+ char revision_info[256]; /* For internal use */
+ int filler[172]; /* For future expansion (set to -1) */
} oss_sysinfo;
typedef struct oss_mixext
OpenPOWER on IntegriCloud