aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sndstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sndstat.h')
-rw-r--r--sys/sys/sndstat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sys/sndstat.h b/sys/sys/sndstat.h
index f0e4d352242f..e0e403b1a72a 100644
--- a/sys/sys/sndstat.h
+++ b/sys/sys/sndstat.h
@@ -74,6 +74,11 @@ struct sndstioc_nv_arg {
#define SNDST_DSPS_SOUND4_PVCHAN "pvchan"
#define SNDST_DSPS_SOUND4_RVCHAN "rvchan"
+/*
+ * Maximum user-specified nvlist buffer size
+ */
+#define SNDST_UNVLBUF_MAX 65536
+
#define SNDSTIOC_REFRESH_DEVS \
_IO('D', 100)
#define SNDSTIOC_GET_DEVS \