mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
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:
parent
fde3626b77
commit
c7190b5fd4
3 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue