]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Protocol version number changed to 2.0.0.
authorJaroslav Kysela <perex@perex.cz>
Tue, 18 Apr 2000 11:25:05 +0000 (11:25 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 18 Apr 2000 11:25:05 +0000 (11:25 +0000)
src/pcm/pcm.c
src/rawmidi/rawmidi.c
src/timer/timer.c

index 9754783e7c511bf913ea33c91cba3316de174e12..24694ad3ef9442180b0d3887ddfcc097dbc78a0e 100644 (file)
@@ -31,7 +31,7 @@
 
 #define SND_FILE_PCM_PLAYBACK          "/dev/snd/pcmC%iD%ip"
 #define SND_FILE_PCM_CAPTURE           "/dev/snd/pcmC%iD%ic"
-#define SND_PCM_VERSION_MAX    SND_PROTOCOL_VERSION(1, 1, 0)
+#define SND_PCM_VERSION_MAX    SND_PROTOCOL_VERSION(2, 0, 0)
 
 int snd_pcm_open(snd_pcm_t **handle, int card, int device, int mode)
 {
index bf715ccd77c1cec3497fcb3aca672184ab6d3874..f94d1e6c3f442522caaf4cbfe5b9f560957a74d8 100644 (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;
index 295eae79b4b69ed21a236ed8310e60f8cbfac908..5f17d38fbe2820639ff6731d5833bd53b0defacb 100644 (file)
@@ -29,7 +29,7 @@
 #include "asoundlib.h"
 
 #define SND_FILE_TIMER         "/dev/snd/timer"
-#define SND_TIMER_VERSION_MAX  SND_PROTOCOL_VERSION(1, 0, 0)
+#define SND_TIMER_VERSION_MAX  SND_PROTOCOL_VERSION(2, 0, 0)
 
 struct snd_timer {
        int fd;