Re: [PATCH] ALSA: intel8x0: Fix incorrect codec index usage in mixer for ICH4
From: Philipp Stanner
Date: Mon Jun 23 2025 - 04:02:57 EST
On Sun, 2025-06-22 at 11:28 +0200, Takashi Iwai wrote:
> 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.
Shouldn't that have been a bug fix with
Fixes:
and
Cc: stable
?
P.
>
>
> Takashi