[SRU][P][PATCH] UBUNTU: SAUCE: Revert "UBUNTU: SAUCE: Change: cracking sound fix"
Juerg Haefliger
juerg.haefliger at canonical.com
Mon Jul 7 06:50:12 UTC 2025
BugLink: https://bugs.launchpad.net/bugs/2115898
This reverts commit 45a49f02965e510c03001e71e7e1820ffb950993.
Audio on the ThinkPad X13s is broken since commit
310701950184 ("ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment.")
due to this sauce patch. Partially revert it which brings us back in
line with v6.14.6 for sound/soc/qcom/qdsp6/q6apm-dai.c
Signed-off-by: Juerg Haefliger <juerg.haefliger at canonical.com>
---
sound/soc/qcom/qdsp6/q6apm-dai.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/qcom/qdsp6/q6apm-dai.c b/sound/soc/qcom/qdsp6/q6apm-dai.c
index 9a90db64d718..2cd522108221 100644
--- a/sound/soc/qcom/qdsp6/q6apm-dai.c
+++ b/sound/soc/qcom/qdsp6/q6apm-dai.c
@@ -20,8 +20,8 @@
#define PLAYBACK_MIN_NUM_PERIODS 2
#define PLAYBACK_MAX_NUM_PERIODS 8
-#define PLAYBACK_MAX_PERIOD_SIZE 6144
-#define PLAYBACK_MIN_PERIOD_SIZE 6144
+#define PLAYBACK_MAX_PERIOD_SIZE 65536
+#define PLAYBACK_MIN_PERIOD_SIZE 128
#define CAPTURE_MIN_NUM_PERIODS 2
#define CAPTURE_MAX_NUM_PERIODS 8
#define CAPTURE_MAX_PERIOD_SIZE 65536
--
2.48.1
More information about the kernel-team
mailing list