commit
cd7f376a78
1 changed files with 8 additions and 0 deletions
|
@ -119,3 +119,11 @@ then
|
|||
echo "Make sure weston is our default." >>${LOG}
|
||||
set_setting weston.startup "/usr/bin/start_es.sh"
|
||||
fi
|
||||
|
||||
# Fixing asound.state on RG552 with broken values
|
||||
if [ "${HW_DEVICE}" == "RG552" ] && \
|
||||
[ "$(grep -i 'value.*Invert' /storage/.config/asound.state)" ]
|
||||
then
|
||||
echo "Fix asound.state." >>${LOG}
|
||||
cp /usr/config/asound.state /storage/.config/asound.state
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue