mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
impl-port: use audiomixer for RAW media subtype when setting up mixer
This commit is contained in:
parent
c65ae2f2e6
commit
1a93165e84
1 changed files with 4 additions and 0 deletions
|
|
@ -608,6 +608,10 @@ static int setup_mixer(struct pw_impl_port *port, const struct spa_pod *param)
|
||||||
factory_name = SPA_NAME_AUDIO_MIXER_DSP;
|
factory_name = SPA_NAME_AUDIO_MIXER_DSP;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case SPA_MEDIA_SUBTYPE_raw:
|
||||||
|
fallback_lib = "audiomixer/libspa-audiomixer";
|
||||||
|
factory_name = SPA_NAME_AUDIO_MIXER;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return -ENOTSUP;
|
return -ENOTSUP;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue