mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
pcm_multi: Increased maximum slave channels to 64
From: Joachim Deguara <dga@idmt.fraunhofer.de>
This commit is contained in:
parent
96e01a6112
commit
555b870760
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue