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

@ -342,7 +342,8 @@ int snd_pcm_plugin_build_route(snd_pcm_plugin_handle_t *handle,
snd_pcm_plugin_t **r_plugin);
int snd_pcm_plugin_build_copy(snd_pcm_plugin_handle_t *handle,
int channel,
snd_pcm_format_t *format,
snd_pcm_format_t *src_format,
snd_pcm_format_t *dst_format,
snd_pcm_plugin_t **r_plugin);
#ifdef __cplusplus