Fixed one typo and one thinko

This commit is contained in:
Abramo Bagnara 2000-05-18 14:38:10 +00:00
parent 937414d534
commit 2284d80ef0
3 changed files with 22 additions and 10 deletions

View file

@ -790,6 +790,7 @@ int snd_pcm_plug_format(snd_pcm_plugin_handle_t *handle,
tmpparams.format.interleave = dstparams.format.interleave;
err = snd_pcm_plugin_build_copy(handle,
params->channel,
&srcparams->format,
&tmpparams.format,
&plugin);
pdprintf("interleave change: src=%i, dst=%i returns %i\n", srcparams->format.interleave, tmpparams.format.interleave, err);