And add Richard as codeowner. Also move linux-postmarketos-qcom-sdm670 and alsa-ucm-conf-qcom-sdm670 which otherwise are used by google-bonito, which remains in testing. For that, enable the kernel config check and update the config accordingly. [ci:skip-vercheck]
10 lines
281 B
Bash
10 lines
281 B
Bash
#!/bin/sh
|
|
|
|
if [ "$1" = "pre" ]
|
|
then
|
|
# If HexagonRPCD listens for a remote method call while the device is
|
|
# waking up, the DSP may crash. Assume that HexagonRPCD has fulfilled
|
|
# all incoming remote method invocations, and stop it.
|
|
rc-service hexagonrpcd-adsp-sensorspd stop
|
|
fi
|