Fix volume controls on Asus G14
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
## Use software volume control for all ALSA devices.
|
||||||
|
## This prevents hardware mixer quirks (like muffled audio on Realtek codecs)
|
||||||
|
## and provides consistent volume behavior across all hardware.
|
||||||
|
|
||||||
|
monitor.alsa.rules = [
|
||||||
|
{
|
||||||
|
matches = [
|
||||||
|
{
|
||||||
|
device.name = "~alsa_card.*"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
actions = {
|
||||||
|
update-props = {
|
||||||
|
api.alsa.soft-mixer = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
echo "Fix volume controls for laptops with problematic Realtek codecs (like Asus G14)"
|
||||||
|
|
||||||
|
mkdir -p ~/.config/wireplumber/wireplumber.conf.d/
|
||||||
|
cp $OMARCHY_PATH/config/wireplumber/wireplumber.conf.d/alsa-soft-mixer.conf ~/.config/wireplumber/wireplumber.conf.d/
|
||||||
|
systemctl --user restart wireplumber
|
||||||
Reference in New Issue
Block a user