mbox series

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

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

Message

Stefan Binding Feb. 13, 2023, 2:50 p.m. UTC
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(-)

Comments

Takashi Iwai Feb. 14, 2023, 2:06 p.m. UTC | #1
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