mbox series

[0/2] ASoC: cs35l56: Don't patch firmware that is already patched

Message ID 20230815124826.5447-1-rf@opensource.cirrus.com
Headers show
Series ASoC: cs35l56: Don't patch firmware that is already patched | expand

Message

Richard Fitzgerald Aug. 15, 2023, 12:48 p.m. UTC
Use the FIRMWARE_MISSING flag in the CS35L56 to determine whether it is
safe to download a firmware patch.

Richard Fitzgerald (2):
  ASoC: wm_adsp: Support powering-up DSP without trying to load firmware
  ASoC: cs35l56: Don't overwrite a patched firmware

 sound/soc/codecs/cs35l56.c | 19 ++++++++++++++++---
 sound/soc/codecs/wm_adsp.c | 16 +++++++++-------
 sound/soc/codecs/wm_adsp.h |  2 +-
 3 files changed, 26 insertions(+), 11 deletions(-)