X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/877ad8dcf8d3997f65ffe8ac4f544f6bdd8952e7..e92e8b11f1f3b8c3af232388a52bbd06dbaaae7f:/src/pulsecore/remap.h diff --git a/src/pulsecore/remap.h b/src/pulsecore/remap.h index 157f974e..66ab7bca 100644 --- a/src/pulsecore/remap.h +++ b/src/pulsecore/remap.h @@ -35,6 +35,7 @@ struct pa_remap { float map_table_f[PA_CHANNELS_MAX][PA_CHANNELS_MAX]; int32_t map_table_i[PA_CHANNELS_MAX][PA_CHANNELS_MAX]; pa_do_remap_func_t do_remap; + void *state; /* optional state information for the remap function */ }; void pa_init_remap_func(pa_remap_t *m);