Command to reproduce:
grep -L '^maintainer="[^"]\+"$' device/{main,community,testing,downstream}/*/APKBUILD | sed 's/\/APKBUILD//' | xargs -i sh -c 'sed -i "1s;^;# Archived: unmaintained\n;" {}/APKBUILD && mv {} device/archived/ && git add {} && git add device/archived/'
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8883>
13 lines
365 B
Diff
13 lines
365 B
Diff
diff --git a/sound/soc/msm/qdsp6v2/rtac.c b/sound/soc/msm/qdsp6v2/rtac.c
|
|
index 6009af82407..e36aa02fad1 100644
|
|
--- a/sound/soc/msm/qdsp6v2/rtac.c
|
|
+++ b/sound/soc/msm/qdsp6v2/rtac.c
|
|
@@ -26,7 +26,7 @@
|
|
#include <sound/q6afe-v2.h>
|
|
#include <sound/q6audio-v2.h>
|
|
#include <sound/apr_audio-v2.h>
|
|
-#include <q6voice.h>
|
|
+#include "q6voice.h"
|
|
#include "audio_acdb.h"
|
|
|
|
|