Some cleaning renames. Prepared API for new plugins

This commit is contained in:
Abramo Bagnara 2000-09-12 07:11:00 +00:00
parent df35e8457a
commit 3733bbdcff
12 changed files with 164 additions and 164 deletions

View file

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