mbox series

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

Message ID 20230606103436.455348-1-sbinding@opensource.cirrus.com
Headers show
Series Fixes and cleanup for CS35L41 HDA | expand

Message

Stefan Binding June 6, 2023, 10:34 a.m. UTC
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(-)

Comments

Takashi Iwai June 6, 2023, 12:35 p.m. UTC | #1
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