Set default volume in ES and don't integerscale on the RG351P
This commit is contained in:
parent
3afb6df1ee
commit
6f1254ad99
1 changed files with 5 additions and 0 deletions
|
@ -125,4 +125,9 @@ EOF
|
|||
cp ${PKG_DIR}/sources/asound/${DEVICE}/* ${INSTALL}/usr/config/
|
||||
fi
|
||||
|
||||
if [[ "${DEVICE}" =~ RG351P ]]
|
||||
then
|
||||
sed -i "s#.integerscale=1#.integerscale=0#g" ${INSTALL}/usr/config/system/configs/system.cfg
|
||||
sed -i "s#audio.volume=.*$#audio.volume=100#g" ${INSTALL}/usr/config/system/configs/system.cfg
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue