blob 0a4165c33cea4d33957b76d5de6a14623c75f66c 624 bytes (raw)
name: img/app/etc/wireplumber/wireplumber.conf.d/99_spectrum.conf # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| | # SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>
wireplumber.profiles = {
spectrum = {
# Spectrum VMs are essentially embedded systems, in that they are
# not at all general-purpose.
inherits = [ main-embedded ]
# Disable video and Bluetooth
hardware.video-capture = disabled
hardware.bluetooth = disabled
# Media Session is definitely not running
check.no-media-session = disabled
}
}
wireplumber.settings = {
# Default to 100% sink volume. The host will adjust this as needed.
device.routes.default-sink-volume = 1.0
}
|
debug log:
solving 0a4165c33cea4d33957b76d5de6a14623c75f66c ...
found 0a4165c33cea4d33957b76d5de6a14623c75f66c in https://inbox.spectrum-os.org/spectrum-devel/20250731-pipewire-v10-v11-1-90ad150e2c00@gmail.com/
applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20250731-pipewire-v10-v11-1-90ad150e2c00@gmail.com/
diff --git a/img/app/etc/wireplumber/wireplumber.conf.d/99_spectrum.conf b/img/app/etc/wireplumber/wireplumber.conf.d/99_spectrum.conf
new file mode 100644
index 0000000000000000000000000000000000000000..0a4165c33cea4d33957b76d5de6a14623c75f66c
Checking patch img/app/etc/wireplumber/wireplumber.conf.d/99_spectrum.conf...
Applied patch img/app/etc/wireplumber/wireplumber.conf.d/99_spectrum.conf cleanly.
index at:
100644 0a4165c33cea4d33957b76d5de6a14623c75f66c img/app/etc/wireplumber/wireplumber.conf.d/99_spectrum.conf
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).