aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2000-09-12 07:11:00 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2000-09-12 07:11:00 +0000
commit3733bbdcff7b894f4404df4451d026e1a57f5722 (patch)
tree93cafc961997d7498c9eb9c9f6a5c6447dc015a4 /include/aserver.h
parentdf35e8457a0fed094f7e60b60f7c722f840f3383 (diff)
Some cleaning renames. Prepared API for new plugins
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/aserver.h b/include/aserver.h
index 0094b2da..fb7164ed 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -40,8 +40,8 @@ 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 frame_data;
- int frame_io;
+ off_t appl_ptr;
+ int hw_ptr;
int link;
snd_xfer_t read;
snd_xfer_t write;