[PATCH 0/9] ALSA: hda/cs35l56: Various bugfixes

Richard Fitzgerald posted 9 patches 2 years, 6 months ago
sound/pci/hda/cs35l56_hda.c | 91 ++++++++++++++++++++++++++-----------
1 file changed, 65 insertions(+), 26 deletions(-)
[PATCH 0/9] ALSA: hda/cs35l56: Various bugfixes
Posted by Richard Fitzgerald 2 years, 6 months ago
A collection of various bugfixes to the cs35l56 driver.

Richard Fitzgerald (9):
  ALSA: hda/cs35l56: Complete firmware reboot before calling
    cs_dsp_run()
  ALSA: hda/cs35l56: Do not mark cache dirty after REINIT
  ALSA: hda/cs35l56: Call cs_dsp_power_down() before reloading firmware
  ALSA: hda/cs35l56: Always power-up and start cs_dsp
  ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling
    cs_dsp_remove()
  ALSA: hda/cs35l56: cs_dsp_power_down() on cs35l56_hda_fw_load() error
    path
  ALSA: hda/cs35l56: Do not download firmware over existing RAM firmware
  ALSA: hda/cs35l56: Fail if .bin not found and firmware not patched
  ALSA: hda/cs35l56: Reject I2C alias addresses

 sound/pci/hda/cs35l56_hda.c | 91 ++++++++++++++++++++++++++-----------
 1 file changed, 65 insertions(+), 26 deletions(-)

-- 
2.30.2
Re: [PATCH 0/9] ALSA: hda/cs35l56: Various bugfixes
Posted by Takashi Iwai 2 years, 6 months ago
On Mon, 31 Jul 2023 18:57:17 +0200,
Richard Fitzgerald wrote:
> 
> A collection of various bugfixes to the cs35l56 driver.
> 
> Richard Fitzgerald (9):
>   ALSA: hda/cs35l56: Complete firmware reboot before calling
>     cs_dsp_run()
>   ALSA: hda/cs35l56: Do not mark cache dirty after REINIT
>   ALSA: hda/cs35l56: Call cs_dsp_power_down() before reloading firmware
>   ALSA: hda/cs35l56: Always power-up and start cs_dsp
>   ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling
>     cs_dsp_remove()
>   ALSA: hda/cs35l56: cs_dsp_power_down() on cs35l56_hda_fw_load() error
>     path
>   ALSA: hda/cs35l56: Do not download firmware over existing RAM firmware
>   ALSA: hda/cs35l56: Fail if .bin not found and firmware not patched
>   ALSA: hda/cs35l56: Reject I2C alias addresses

Applied all patches now.  Thanks.


Takashi