summaryrefslogtreecommitdiff
path: root/src/control/control_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/control_ext.c')
-rw-r--r--src/control/control_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/control_ext.c b/src/control/control_ext.c
index d1fe8eaa..1f46f6ee 100644
--- a/src/control/control_ext.c
+++ b/src/control/control_ext.c
@@ -665,7 +665,7 @@ int snd_ctl_ext_create(snd_ctl_ext_t *ext, const char *name, int mode)
return -ENXIO;
}
- err = snd_ctl_new(&ctl, SND_CTL_TYPE_EXT, name);
+ err = snd_ctl_new(&ctl, SND_CTL_TYPE_EXT, name, mode);
if (err < 0)
return err;