mbox series

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

Message ID 20230731165726.7940-1-rf@opensource.cirrus.com
Headers show
Series ALSA: hda/cs35l56: Various bugfixes | expand

Message

Richard Fitzgerald July 31, 2023, 4:57 p.m. UTC
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(-)

Comments

Takashi Iwai Aug. 1, 2023, 6:30 a.m. UTC | #1
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