File tree Expand file tree Collapse file tree
01-stage-picompose/03-install-pipewire-audio
02-stage-audiodriver-2michat-v1/01-driver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ mkdir -p "${ROOTFS_DIR}/etc/wireplumber/wireplumber.conf.d"
88# Copy configs
99install -v -m 644 files/linux-voice-assistant.conf " ${ROOTFS_DIR} /etc/pipewire.conf.d/linux-voice-assistant.conf"
1010install -v -m 644 files/50-volume.conf " ${ROOTFS_DIR} /etc/wireplumber/wireplumber.conf.d/50-volume.conf"
11- install -v -m 644 files/51-disable-acp.conf " ${ROOTFS_DIR} /etc/wireplumber/wireplumber.conf.d/51-disable-acp.conf"
1211
1312on_chroot << EOF
1413# Activate PipeWire-ALSA Bridge
Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ on_chroot << EOF
1313systemctl daemon-reload
1414systemctl enable seeed-voicecard.service
1515EOF
16+
17+ # disable acp
18+ mkdir -p " ${ROOTFS_DIR} /etc/wireplumber/wireplumber.conf.d"
19+ install -v -m 644 files/51-disable-acp.conf " ${ROOTFS_DIR} /etc/wireplumber/wireplumber.conf.d/51-disable-acp.conf"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments