mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -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
|
|
@ -37,7 +37,7 @@ struct pa_remap {
|
|||
pa_do_remap_func_t do_remap;
|
||||
};
|
||||
|
||||
void pa_init_remap (pa_remap_t *m);
|
||||
void pa_init_remap_func(pa_remap_t *m);
|
||||
|
||||
/* custom installation of init functions */
|
||||
typedef void (*pa_init_remap_func_t) (pa_remap_t *m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue