]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/mix.h
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / pulsecore / mix.h
index e90652a9d93f49673084f1df98cd7f490e17573b..a4cde01e72386cdf635ee726f10a8a2ab67e6fae 100644 (file)
@@ -49,7 +49,7 @@ size_t pa_mix(
     size_t length,
     const pa_sample_spec *spec,
     const pa_cvolume *volume,
-    pa_bool_t mute);
+    bool mute);
 
 typedef void (*pa_do_mix_func_t) (pa_mix_info streams[], unsigned nstreams, unsigned channels, void *data, unsigned length);