[PATCH v2 0/3] Fixes and Improvements for CS35L41 HDA

Stefan Binding posted 3 patches 2 years, 7 months ago
sound/pci/hda/cs35l41_hda.c    | 109 ++++++++++++++++-----------------
sound/pci/hda/hda_cs_dsp_ctl.c |   4 +-
2 files changed, 56 insertions(+), 57 deletions(-)
[PATCH v2 0/3] Fixes and Improvements for CS35L41 HDA
Posted by Stefan Binding 2 years, 7 months ago
Fixes issue in calibration, where return codes were misinterpreted.
Enable High Pass filter to reduce pops and clicks.
Add improvement to ensure firmware and tuning files are always loaded
together. This ensure the firmware is alsways running with valid
coefficients.

Stefan Binding (2):
  ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loaded
  ALSA: hda: cs35l41: Enable Amp High Pass Filter

Vitaly Rodionov (1):
  ALSA: hda: cs35l41: Correct error condition handling

 sound/pci/hda/cs35l41_hda.c    | 109 ++++++++++++++++-----------------
 sound/pci/hda/hda_cs_dsp_ctl.c |   4 +-
 2 files changed, 56 insertions(+), 57 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/3] Fixes and Improvements for CS35L41 HDA
Posted by Takashi Iwai 2 years, 6 months ago
On Mon, 13 Feb 2023 15:50:05 +0100,
Stefan Binding wrote:
> 
> Fixes issue in calibration, where return codes were misinterpreted.
> Enable High Pass filter to reduce pops and clicks.
> Add improvement to ensure firmware and tuning files are always loaded
> together. This ensure the firmware is alsways running with valid
> coefficients.
> 
> Stefan Binding (2):
>   ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loaded
>   ALSA: hda: cs35l41: Enable Amp High Pass Filter
> 
> Vitaly Rodionov (1):
>   ALSA: hda: cs35l41: Correct error condition handling

Applied all three patches now to for-next branch.


thanks,

Takashi