aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2000-09-26 09:46:05 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2000-09-26 09:46:05 +0000
commitfe92855cbb76a7730bf325b08b92332f21542985 (patch)
tree26366e15d16b3ea983a625210e779383e31e0bb6 /include/aserver.h
parentb38376b91f3f1886294f8f590c40a402aed1a284 (diff)
Added rewind to API in place of appl_ptr(). Moved aserver to a better place
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/aserver.h b/include/aserver.h
index aef553a8..138534f5 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -31,7 +31,7 @@
#define SND_PCM_IOCTL_CLOSE _IO ('A', 0xf9)
typedef struct {
- int result;
+ long result;
int cmd;
union {
snd_pcm_info_t info;
@@ -44,8 +44,7 @@ typedef struct {
snd_pcm_channel_info_t channel_info;
snd_pcm_channel_params_t channel_params;
snd_pcm_channel_setup_t channel_setup;
- off_t appl_ptr;
- int hw_ptr;
+ ssize_t rewind;
int link;
size_t mmap_forward;
} u;