]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed typo
authorJaroslav Kysela <perex@perex.cz>
Thu, 25 Oct 2001 12:29:42 +0000 (12:29 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 25 Oct 2001 12:29:42 +0000 (12:29 +0000)
src/pcm/pcm_share.c

index d9e28dca8e40132c428f7d5fb0f1aeb0f093f3f3..1d91ebfb8c1dd727e367867993f0bd5063790b73 100644 (file)
@@ -1452,7 +1452,6 @@ int _snd_pcm_share_open(snd_pcm_t **pcmp, const char *name,
                goto _free;
        }
        channels_map = calloc(channels, sizeof(*channels_map));
-       for (i = 0; i < channels; i++)
 
        snd_config_for_each(i, next, bindings) {
                snd_config_t *n = snd_config_iterator_entry(i);