aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loopback/loopback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loopback/loopback.c b/loopback/loopback.c
index 49c188d..1fbec88 100644
--- a/loopback/loopback.c
+++ b/loopback/loopback.c
@@ -966,7 +966,7 @@ static int loopback_mixer_new(struct loopback *loopback, int notify)
default:
break;
}
- err = snd_ctl_add(card, kctl);
+ err = snd_ctl_replace(card, kctl, true);
if (err < 0)
return err;
}