1. 08 Apr, 2024 4 commits
  2. 05 Apr, 2024 15 commits
  3. 04 Apr, 2024 18 commits
  4. 03 Apr, 2024 3 commits
    • Mark Brown's avatar
      ALSA: cirrus: Tidy up of firmware control read/write · 86f26aca
      Mark Brown authored
      Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:
      
      This set of patches factors out some repeated code to clean up
      firmware control read/write functions, and removes some redundant
      control notification code.
      
      base-commit: f193957b
      86f26aca
    • Mark Brown's avatar
      ASoC: codecs: rk3308: fix build warning without OF · b9cfeeb9
      Mark Brown authored
      Merge series from Luca Ceresoli <luca.ceresoli@bootlin.com>:
      
      This small series fixes a build warning reported by kernel test robot
      <lkp@intel.com> and improves the Kconfig entry.
      Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@bootlin.com>
      ---
      Changes in v2:
      - Replaced v1 implementation with __maybe_unused
      - Added patch to depend on || COMPILE_TEST
      - Link to v1: https://lore.kernel.org/r/20240329-rk3308-audio-codec-fix-warning-v1-1-b9d177fcd6c9@bootlin.com
      
      ---
      Luca Ceresoli (2):
            ASoC: codecs: rk3308: fix "defined but not used" warning on !OF
            ASoC: codecs: rk3308: depend on ARM64 || COMPILE_TEST
      
       sound/soc/codecs/Kconfig        | 1 +
       sound/soc/codecs/rk3308_codec.c | 2 +-
       2 files changed, 2 insertions(+), 1 deletion(-)
      ---
      base-commit: 4ed0915f
      change-id: 20240329-rk3308-audio-codec-fix-warning-51bb572ebd96
      
      Best regards,
      --
      Luca Ceresoli <luca.ceresoli@bootlin.com>
      b9cfeeb9
    • Mark Brown's avatar
      ASoC: SOF: Intel: mtl/lnl: Improve firmware boot state · f79b1758
      Mark Brown authored
      Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
      
      This series improves the firmware/boot state handling which will allow
      failed IMR boot recovery and human readable boot failure decoding.
      
      Additionally a new debugfs file is added to force a purge/clean boot
      of the DSP for developers.
      f79b1758