mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Reset all protocol versions to 1.0.0.
This commit is contained in:
parent
a6cd55dcfe
commit
e4572ec719
8 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue