pcm_multi: Increased maximum slave channels to 64

From: Joachim Deguara <dga@idmt.fraunhofer.de>
This commit is contained in:
Jaroslav Kysela 2005-06-10 09:23:40 +00:00
parent 96e01a6112
commit 555b870760

View file

@ -764,7 +764,7 @@ int snd_pcm_multi_open(snd_pcm_t **pcmp, const char *name,
snd_pcm_multi_t *multi;
unsigned int i;
snd_pcm_stream_t stream;
char slave_map[32][32] = { { 0 } };
char slave_map[64][64] = { { 0 } };
int err;
assert(pcmp);