mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
remap: Cleanup remap function selection, add pa_set_remap_func() helper
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
3b5868a274
commit
0967f0fcdc
4 changed files with 22 additions and 40 deletions
|
|
@ -55,4 +55,7 @@ void pa_set_init_remap_func(pa_init_remap_func_t func);
|
|||
*/
|
||||
bool pa_setup_remap_arrange(const pa_remap_t *m, int8_t arrange[PA_CHANNELS_MAX]);
|
||||
|
||||
void pa_set_remap_func(pa_remap_t *m, pa_do_remap_func_t func_s16,
|
||||
pa_do_remap_func_t func_float);
|
||||
|
||||
#endif /* fooremapfoo */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue