From c88f841a585786074fced807aed05c1422857ea9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 16 Mar 2023 11:59:07 +0100 Subject: [PATCH] audioconvert: fix passthrough PortConfig enum --- spa/plugins/audioconvert/audioadapter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/plugins/audioconvert/audioadapter.c b/spa/plugins/audioconvert/audioadapter.c index a0b2fe82e..2067820e3 100644 --- a/spa/plugins/audioconvert/audioadapter.c +++ b/spa/plugins/audioconvert/audioadapter.c @@ -177,6 +177,7 @@ next: SPA_PARAM_PORT_CONFIG_mode, SPA_POD_Id( SPA_PARAM_PORT_CONFIG_MODE_passthrough)); result.next++; + res = 1; break; default: return 0;