]> git.alsa-project.org Git - alsa-lib.git/commitdiff
.
authorJaroslav Kysela <perex@perex.cz>
Fri, 10 Dec 1999 00:13:46 +0000 (00:13 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 10 Dec 1999 00:13:46 +0000 (00:13 +0000)
src/pcm/pcm_plugin.c

index 52367118714a5d8d8b741625fe836d15a9d233fb..fab3415cefac1227d71f32753cb1c5fd3f1abac0 100644 (file)
@@ -467,7 +467,7 @@ int snd_pcm_plugin_params(snd_pcm_t *pcm, snd_pcm_channel_params_t *params)
                        dstparams->format.interleave = 1;
        }
 
-       /* voices reduction  */
+       /* voices reduction */
        if (srcparams.format.voices > dstparams->format.voices) {
                tmpparams.format.voices = dstparams->format.voices;
                err = snd_pcm_plugin_build_voices(&srcparams.format,