Re: [PATCH] ALSA: intel8x0: Fix incorrect codec index usage in mixer for ICH4
From: Takashi Iwai
Date: Sun Jun 22 2025 - 05:28:55 EST
On Sat, 21 Jun 2025 20:52:24 +0200,
Alok Tiwari wrote:
>
> code mistakenly used a hardcoded index (codec[1]) instead of
> iterating, over the codec array using the loop variable i.
> Use codec[i] instead of codec[1] to match the loop iteration.
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@xxxxxxxxxx>
Applied now. Thanks.
Takashi