Skip to content

Commit c6d87b4

Browse files
authored
Merge pull request #136 from lool/pipewire
feat: Audio support with Pipewire
2 parents 9fe91b4 + c8313e0 commit c6d87b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,14 @@ actions:
7474
- fwupd
7575
# defaults to "systemd-sysv"; perhaps not needed
7676
- init
77+
# Bluetooth audio support
78+
- libspa-0.2-bluetooth
7779
# Ethernet, Wi-Fi, WWAN; built-in DHCP client
7880
- network-manager
7981
# standard networking files (/etc/hosts, /etc/services etc.)
8082
- netbase
83+
# audio
84+
- pipewire
8185
# Qualcomm Remote Filesystem Service; needed for WiFi on
8286
# some ath10k devices such as on RB1
8387
- rmtfs
@@ -211,6 +215,12 @@ actions:
211215
- chromium
212216
# bluetooth settings
213217
- blueman
218+
# audio: wireplumber for session integration, pipewire-pulse for chromium
219+
# and xfce4-pulseaudio-plugin, and pavucontrol as referenced from the
220+
# xfce pulse panel applet
221+
- pavucontrol
222+
- pipewire-pulse
223+
- wireplumber
214224
{{- end }}
215225

216226
- action: run

0 commit comments

Comments
 (0)