impl-port: use audiomixer for RAW media subtype when setting up mixer

This commit is contained in:
Julian Bouzas 2021-08-23 13:46:24 -04:00
parent c65ae2f2e6
commit 1a93165e84

View file

@ -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;
break;
}
case SPA_MEDIA_SUBTYPE_raw:
fallback_lib = "audiomixer/libspa-audiomixer";
factory_name = SPA_NAME_AUDIO_MIXER;
break;
default:
return -ENOTSUP;
}