Protocol version number changed to 2.0.0.

This commit is contained in:
Jaroslav Kysela 2000-04-18 11:25:05 +00:00
parent 03066b8131
commit 1149f06429
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
#include "asoundlib.h"
#define SND_FILE_RAWMIDI "/dev/snd/midiC%iD%i"
#define SND_RAWMIDI_VERSION_MAX SND_PROTOCOL_VERSION(1, 0, 0)
#define SND_RAWMIDI_VERSION_MAX SND_PROTOCOL_VERSION(2, 0, 0)
struct snd_rawmidi {
int card;