mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
parent
9d7d3599db
commit
381be87e37
1 changed files with 2 additions and 0 deletions
|
|
@ -287,6 +287,8 @@ static void *bq_instantiate(const struct fc_descriptor * Descriptor,
|
||||||
impl->rate = SampleRate;
|
impl->rate = SampleRate;
|
||||||
impl->b0 = impl->a0 = 1.0f;
|
impl->b0 = impl->a0 = 1.0f;
|
||||||
impl->type = bq_type_from_name(Descriptor->name);
|
impl->type = bq_type_from_name(Descriptor->name);
|
||||||
|
if (impl->type != BQ_NONE)
|
||||||
|
return impl;
|
||||||
|
|
||||||
if (config == NULL)
|
if (config == NULL)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue