]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Next plugin fixes...
authorJaroslav Kysela <perex@perex.cz>
Mon, 6 Dec 1999 00:01:27 +0000 (00:01 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 6 Dec 1999 00:01:27 +0000 (00:01 +0000)
src/pcm/pcm_plugin.c

index 2a2c8a7d4c203382c9d4de7cdf256b690ecc7d8f..52367118714a5d8d8b741625fe836d15a9d233fb 100644 (file)
@@ -516,6 +516,7 @@ int snd_pcm_plugin_params(snd_pcm_t *pcm, snd_pcm_channel_params_t *params)
                        snd_pcm_plugin_free(plugin);
                        return err;
                }
+               srcparams.format.format = dstparams->format.format;
        }
 
        /* rate resampling */