pipewire: Install missing ALSA config files - #949
Conversation
ef65545 to
9bb4da5
Compare
|
@kraj in the case this gets merged, will you be able to backport the fix to all the currently supported distro releases? |
As detailed in Pipewire documentation [0], the ALSA plugin requires config files to be symlinked as follow: ``` The plugin will be picked up by alsa when the following files are in /etc/alsa/conf.d/: /etc/alsa/conf.d/50-pipewire.conf -> /usr/share/alsa/alsa.conf.d/50-pipewire.conf /etc/alsa/conf.d/99-pipewire-default.conf ``` The above symlinks are missing, thus the pipewire device is not properly detected. Fix this by creating the required symlinks and installing them in the pipewire-alsa package. [0] https://github.com/PipeWire/pipewire/blob/master/INSTALL.md#alsa-plugin Link: openembedded#704 Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
9bb4da5 to
393d80e
Compare
|
applied to master with 1349788 |
I think you need to send the patches to openembedded-devel mailing list, since thats where release maintainer |
I see, will do that then. Thanks! |
@kraj I've sent this to the list https://lists.openembedded.org/g/openembedded-devel/message/116432 |
Link: #704
As detailed in Pipewire documentation [0], the ALSA plugin requires config files to be symlinked as follow:
The above symlinks are missing, thus the pipewire device is not properly detected.
Fix this by creating the required symlinks and installing them in the pipewire-alsa package.
[0] https://github.com/PipeWire/pipewire/blob/master/INSTALL.md#alsa-plugin