Don't build DSP format in _set_ports_format
Currently, only DSP format (SPA_AUDIO_FORMAT_F32P
) is allowed when configuring the ports format in both si-audio-adapter
and si-audio-endpoint
. This MR removes that requirement and allows any format to be set in the ports, which is needed if we want to allow the items to be configured in passthrough
or convert
mode.