]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Changed protocol version to 1.1.0
authorJaroslav Kysela <perex@perex.cz>
Sun, 16 Apr 2000 11:45:29 +0000 (11:45 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 16 Apr 2000 11:45:29 +0000 (11:45 +0000)
src/pcm/pcm.c

index d25ac4b2668bdd263e8a3c784ab6b54589ed854f..5d85de1ce9e89d5dc8dfd5968f3e23516b682ff4 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, 0, 0)
+#define SND_PCM_VERSION_MAX    SND_PROTOCOL_VERSION(1, 1, 0)
 
 int snd_pcm_open(snd_pcm_t **handle, int card, int device, int mode)
 {