From 5b1a74b1ea6cfc49e20300bdf5b3806bcb41343d Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 25 Feb 2021 14:55:58 -0500 Subject: audiomixer: port to wireplumber 0.4 * use module-mixer-api and module-default-nodes-api * use endpoints without endpoint streams (new design) * improve thread safety a little bit Bug-AGL: SPEC-3844 Signed-off-by: George Kiagiadakis Change-Id: Ia180d607698d7a8875c19cc48bd2b2c503772945 --- binding/audiomixer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'binding/audiomixer.h') diff --git a/binding/audiomixer.h b/binding/audiomixer.h index f4e83c7..47bd703 100644 --- a/binding/audiomixer.h +++ b/binding/audiomixer.h @@ -35,7 +35,6 @@ void audiomixer_free(struct audiomixer *self); void audiomixer_lock(struct audiomixer *self); void audiomixer_unlock(struct audiomixer *self); -int audiomixer_ensure_connected(struct audiomixer *self, int timeout_sec); int audiomixer_ensure_controls(struct audiomixer *self, int timeout_sec); const struct mixer_control ** audiomixer_get_active_controls( -- cgit 1.2.3-korg