diff --git a/sndiod/dev.c b/sndiod/dev.c index 4f691e2..412a0f5 100644 --- a/sndiod/dev.c +++ b/sndiod/dev.c @@ -2277,6 +2277,9 @@ ctl_log(struct ctl *c) log_puts(c->func); log_puts("="); switch (c->type) { + case CTL_NONE: + log_puts("none"); + break; case CTL_NUM: case CTL_SW: log_putu(c->curval);