2023-06-06 11:02:07

by Stefan Binding

[permalink] [raw]
Subject: [PATCH v3 0/3] Fixes and cleanup for CS35L41 HDA

Several minor issues were found during additional testing and
static analysis. These patches fix these minor issues.

CHANGES SINCE V2:
Patch 3:
- Add missing break

CHANGES SINCE V1:
Patch 2:
- Removed unnecessary cast

Stefan Binding (3):
ALSA: hda: cs35l41: Clean up Firmware Load Controls
ALSA: hda: cs35l41: Fix endian conversions
ALSA: hda/realtek: Delete cs35l41 component master during free

sound/pci/hda/cs35l41_hda.c | 32 ++++++++++++++------------------
sound/pci/hda/patch_realtek.c | 3 +++
2 files changed, 17 insertions(+), 18 deletions(-)

--
2.34.1



2023-06-06 12:50:32

by Takashi Iwai

[permalink] [raw]
Subject: Re: [PATCH v3 0/3] Fixes and cleanup for CS35L41 HDA

On Tue, 06 Jun 2023 12:34:33 +0200,
Stefan Binding wrote:
>
> Several minor issues were found during additional testing and
> static analysis. These patches fix these minor issues.
>
> CHANGES SINCE V2:
> Patch 3:
> - Add missing break
>
> CHANGES SINCE V1:
> Patch 2:
> - Removed unnecessary cast
>
> Stefan Binding (3):
> ALSA: hda: cs35l41: Clean up Firmware Load Controls
> ALSA: hda: cs35l41: Fix endian conversions
> ALSA: hda/realtek: Delete cs35l41 component master during free

Now applied all three patches. Thanks.


Takashi