Fix audio mixing on ROG in migration as well

This commit is contained in:
David Heinemeier Hansson
2026-01-28 12:20:20 +01:00
parent 56b02f62b5
commit 532f4310d0

View File

@@ -1,3 +1,9 @@
echo "Fix microphone gain on Asus ROG laptops with ALC285 Realtek"
echo "Fix microphone gain and audio mixing on Asus ROG laptops"
source "$OMARCHY_PATH/install/config/hardware/fix-asus-rog-mic.sh"
source "$OMARCHY_PATH/install/config/hardware/fix-asus-rog-audio-mixer.sh"
if [[ "$(cat /sys/class/dmi/id/sys_vendor 2>/dev/null)" == "ASUSTeK COMPUTER INC." ]] &&
grep -q "ROG" /sys/class/dmi/id/product_family 2>/dev/null; then
omarchy-restart-pipewire
fi