mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pulse-server: don't make fake channels for iec958
Just leave the channels as they were. See #1442
This commit is contained in:
parent
33607f769c
commit
4341d27c2c
1 changed files with 0 additions and 3 deletions
|
|
@ -475,10 +475,7 @@ int format_parse_param(const struct spa_pod *param, struct sample_spec *ss, stru
|
||||||
return -ENOTSUP;
|
return -ENOTSUP;
|
||||||
|
|
||||||
info.info.raw.format = SPA_AUDIO_FORMAT_S16;
|
info.info.raw.format = SPA_AUDIO_FORMAT_S16;
|
||||||
info.info.raw.channels = 2;
|
|
||||||
info.info.raw.rate = iec.rate;
|
info.info.raw.rate = iec.rate;
|
||||||
info.info.raw.position[0] = SPA_AUDIO_CHANNEL_FL;
|
|
||||||
info.info.raw.position[1] = SPA_AUDIO_CHANNEL_FR;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue