New simple mixer implementation

This commit is contained in:
Abramo Bagnara 2001-02-15 23:05:41 +00:00
parent 341689606f
commit ab819d2edd
8 changed files with 885 additions and 667 deletions

View file

@ -49,7 +49,6 @@ struct _snd_rawmidi {
size_t buffer_size;
size_t avail_min;
unsigned int no_active_sensing: 1;
snd_rawmidi_t *other;
};
int snd_rawmidi_hw_open(snd_rawmidi_t **input, snd_rawmidi_t **output,