commit | f1db69e2f3349e5a20dae9bb5a5266c2a942a993 | [log] [tgz] |
---|---|---|
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Tue Jan 31 12:18:32 2023 +0100 |
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Tue Jan 31 12:18:32 2023 +0100 |
tree | f646341cf830ed812f2390e1cf1123dc47a4100c | |
parent | a3db23a324f2372b24584fce38ff914b649fa814 [diff] |
scripts/QCOM/21-customize: remove tsched=0 workaround Since 7f2430cda819 (ASoC: qcom: q6asm-dai: Add SNDRV_PCM_INFO_BATCH flag), in the mainline kernel, we no longer need to explicitely disable the timer based scheduling in PA, since the driver correctly reports SNDRV_PCM_INFO_BATCH. Change-Id: I8035ad200f879026a3236796bc6b425707901c5c Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Usage example on arm64 host:
sudo modprobe loop docker run --privileged -v $(pwd):/work --rm -it linaro/arm64-fai /bin/bash cd /work git clone http://git.linaro.org/ci/fai.git fai-diskimage -v --cspace $(pwd)/fai --hostname linaro-test -S 3G --class BUSTER,DEBIAN,DEVELOPER,LINARO,QCOM,DB410C,RAW linaro.raw 2>&1|tee fai.log
Gotchas: