diff --git a/spa/plugins/audioconvert/audioadapter.c b/spa/plugins/audioconvert/audioadapter.c index 99ba4c770..06a2f38ce 100644 --- a/spa/plugins/audioconvert/audioadapter.c +++ b/spa/plugins/audioconvert/audioadapter.c @@ -579,10 +579,6 @@ static int impl_node_set_param(void *object, uint32_t id, uint32_t flags, return -EINVAL; if (spa_format_audio_raw_parse(param, &info.info.raw) < 0) return -EINVAL; - if (info.info.raw.format == 0 || - info.info.raw.rate == 0 || - info.info.raw.channels == 0) - return -EINVAL; this->follower_current_format = info; break;