Added rewind to API in place of appl_ptr(). Moved aserver to a better place

This commit is contained in:
Abramo Bagnara 2000-09-26 09:46:05 +00:00
parent b38376b91f
commit fe92855cbb
17 changed files with 98 additions and 72 deletions

View file

@ -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;