1. 25 Nov, 2022 1 commit
    • Mark Brown's avatar
      ASoC: wm_adsp: Report when a control write changes the value · 57405d8b
      Mark Brown authored
      Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:
      
      Writing a firmware control should be returning 1 if the control value
      changed, so these two patches add that.
      
      Though this is an ALSA requirement it is also useful for non-ALSA clients
      of cs_dsp to know if the control value changed, so the main handling is
      implemented in cs_dsp. TLV controls are specifically an ALSA thing so they
      are handled specially in wm_adsp.
      
      Simon Trimmer (2):
        firmware: cs_dsp: cs_dsp_coeff_write_ctrl() should report changed
        ASoC: wm_adsp: Return whether changed when writing controls
      
       drivers/firmware/cirrus/cs_dsp.c | 17 ++++++++++++-----
       sound/soc/codecs/wm_adsp.c       | 27 ++++++++++++++++++---------
       2 files changed, 30 insertions(+), 14 deletions(-)
      
      --
      2.30.2
      57405d8b
  2. 24 Nov, 2022 10 commits
  3. 23 Nov, 2022 5 commits
  4. 22 Nov, 2022 11 commits
  5. 18 Nov, 2022 10 commits
  6. 17 Nov, 2022 1 commit
  7. 16 Nov, 2022 2 commits