aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app_osmo_gapk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_osmo_gapk.c b/src/app_osmo_gapk.c
index 2aac0aa..729ea25 100644
--- a/src/app_osmo_gapk.c
+++ b/src/app_osmo_gapk.c
@@ -355,7 +355,7 @@ check_options(struct gapk_state *gs)
if (gs->opts.alsa_out)
sink_count++;
- if (src_count != 1 || sink_count != 1) {
+ if (src_count > 1 || sink_count > 1) {
LOGP(DAPP, LOGL_ERROR, "You have to decide on "
"a single input and a single output\n");
return -EINVAL;