Reset all protocol versions to 1.0.0.

This commit is contained in:
Jaroslav Kysela 1999-12-16 14:14:16 +00:00
parent a6cd55dcfe
commit e4572ec719
8 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@
#include "pcm_local.h"
#define SND_FILE_PCM "/dev/snd/pcmC%iD%i"
#define SND_PCM_VERSION_MAX SND_PROTOCOL_VERSION(2, 0, 0)
#define SND_PCM_VERSION_MAX SND_PROTOCOL_VERSION(1, 0, 0)
int snd_pcm_open(snd_pcm_t **handle, int card, int device, int mode)
{