Continued config implementation. Added incomplete support for pcm

This commit is contained in:
Abramo Bagnara 2000-08-24 17:07:44 +00:00
parent c709eb8140
commit 244653df61
8 changed files with 329 additions and 19 deletions

View file

@ -737,6 +737,7 @@ int snd_pcm_multi_create(snd_pcm_t **handlep, size_t slaves_count,
char client_map[32] = { 0 };
char slave_map[32][32] = { { 0 } };
assert(handlep);
assert(slaves_count > 0 && slaves_handle && slaves_channels_count);
assert(binds_count > 0 && binds_slave && binds_client_channel && binds_slave_channel);