remap: Rename pa_init_remap() to pa_init_remap_func()

pa_init_remap_func() only sets the appropriate remapping function, it
does not initialize the pa_remap struct

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
Peter Meerwald 2014-04-16 11:37:50 +02:00 committed by Peter Meerwald
parent fde3626b77
commit c7190b5fd4
3 changed files with 8 additions and 8 deletions

View file

@ -1150,7 +1150,7 @@ static void calc_map_table(pa_resampler *r) {
pa_xfree(t);
/* initialize the remapping function */
pa_init_remap(m);
pa_init_remap_func(m);
}
/* check if buf's memblock is large enough to hold 'len' bytes; create a