[PATCH v3 0/3] Fixes and cleanup for CS35L41 HDA

Stefan Binding posted 3 patches 2 years, 6 months ago
sound/pci/hda/cs35l41_hda.c   | 32 ++++++++++++++------------------
sound/pci/hda/patch_realtek.c |  3 +++
2 files changed, 17 insertions(+), 18 deletions(-)
[PATCH v3 0/3] Fixes and cleanup for CS35L41 HDA
Posted by Stefan Binding 2 years, 6 months ago
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
Re: [PATCH v3 0/3] Fixes and cleanup for CS35L41 HDA
Posted by Takashi Iwai 2 years, 6 months ago
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