working on quirks

This commit is contained in:
mason 2023-04-02 04:29:24 +00:00
parent db9c26b68f
commit 50542c4cf6
No known key found for this signature in database
GPG key ID: 84D9278A11FA112B
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ DEVICE_TEMP_SENSOR="/sys/devices/virtual/thermal/thermal_zone*/temp"
# FREQ Governors
CPU_FREQ=("/sys/devices/system/cpu/cpufreq/policy0" "/sys/devices/system/cpu/cpufreq/policy2")
GPU_FREQ=("/sys/devices/platform/soc/ffe40000.gpu/devfreq/ffe40000.gpu/governor")
GPU_FREQ=("/sys/devices/platform/soc/ffe40000.gpu/devfreq/ffe40000.gpu")
# Volume Keys
DEVICE_KEY_VOLUMEDOWN=114

View file

@ -313,5 +313,5 @@ state.Ultra {
}
}
EOF
alsactl --file /storage/.config/asound.state restore
alsactl --file /storage/.config/asound.state restore && alsactl init
fi

View file

@ -16,7 +16,7 @@ DEVICE_TEMP_SENSOR="/sys/devices/virtual/thermal/thermal_zone*/temp"
# FREQ Governors
CPU_FREQ=("/sys/devices/system/cpu/cpufreq/policy0" "/sys/devices/system/cpu/cpufreq/policy2")
GPU_FREQ=("/sys/devices/platform/soc/ffe40000.gpu/devfreq/ffe40000.gpu/governor")
GPU_FREQ=("/sys/devices/platform/soc/ffe40000.gpu/devfreq/ffe40000.gpu")
# Volume Keys
DEVICE_KEY_VOLUMEDOWN=114