Skip to content

Commit

Permalink
remove mono/stere audio option from rk3399
Browse files Browse the repository at this point in the history
causes issues and is not needed
  • Loading branch information
sydarn committed Jun 17, 2024
1 parent 8a9ba55 commit 735752c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions packages/audio/pipewire/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,13 @@ post_install() {
ln -sf /usr/share/alsa/alsa.conf.d/50-pipewire.conf ${INSTALL}/etc/alsa/conf.d/50-pipewire.conf
ln -sf /usr/share/alsa/alsa.conf.d/99-pipewire-default.conf ${INSTALL}/etc/alsa/conf.d/99-pipewire-default.conf

# virtual stereo/mono drivers break sounds somehow, and is not needed on rk3399
if [ ! "${DEVICE}" = "RK3399" ]; then
mkdir -p ${INSTALL}/etc/pipewire/pipewire.conf.d/
cp ${PKG_DIR}/sources/audio-v-devs.conf ${INSTALL}/etc/pipewire/pipewire.conf.d/
cp ${PKG_DIR}/sources/audio_vdriver.sh ${INSTALL}/usr/bin/
chmod 0755 ${INSTALL}/usr/bin/audio_vdriver.sh
fi

enable_service pipewire.socket
enable_service pipewire.service
Expand Down
9 changes: 0 additions & 9 deletions packages/hardware/quirks/platforms/RK3399/051-volume

This file was deleted.

0 comments on commit 735752c

Please sign in to comment.