aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2000-10-16 11:34:11 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2000-10-16 11:34:11 +0000
commit8d3919707e7eb8e62597ac4bd178a9c536839d4e (patch)
tree1d75446c4249012c10934fc116d0e7af6a2d075b /include/aserver.h
parentd5c49aaa8e0ed598fc3a9ef02fc0d5c254752aa2 (diff)
Added mmaped avail_min
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/aserver.h b/include/aserver.h
index 643c5684..3469b043 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -30,6 +30,7 @@
#define SND_PCM_IOCTL_CLOSE _IO ('A', 0xfa)
#define SND_PCM_IOCTL_MMAP_INFO _IO ('A', 0xfb)
#define SND_PCM_IOCTL_POLL_DESCRIPTOR _IO ('A', 0xfc)
+#define SND_PCM_IOCTL_SET_AVAIL_MIN _IO ('A', 0xfd)
typedef struct {
long result;
@@ -65,6 +66,9 @@ typedef struct {
struct {
ssize_t frames;
} mmap_forward;
+ struct {
+ ssize_t frames;
+ } set_avail_min;
} u;
char data[0];
} snd_pcm_shm_ctrl_t;