diff --git a/src/probe/probe.c b/src/probe/probe.c index 0e10ad27b293..2e19ad0f5b3b 100644 --- a/src/probe/probe.c +++ b/src/probe/probe.c @@ -759,7 +759,6 @@ static uint32_t probe_gen_format(uint32_t frame_fmt, uint32_t rate, default: tr_err(&pr_tr, "probe_gen_format(): Invalid frame format specified = 0x%08x", frame_fmt); - assert(false); return 0; }