ACK: [SRU][P][PATCH] UBUNTU: SAUCE: Revert "UBUNTU: SAUCE: Change: cracking sound fix"
Chia-Lin Kao (AceLan)
acelan.kao at canonical.com
Tue Jul 8 06:43:37 UTC 2025
On Mon, Jul 07, 2025 at 08:50:12AM +0200, Juerg Haefliger wrote:
> 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
>
Acked-by: Chia-Lin Kao (AceLan) <acelan.kao at canonical.com>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
More information about the kernel-team
mailing list