1. 21 Apr, 2021 2 commits
  2. 19 Apr, 2021 3 commits
  3. 15 Apr, 2021 1 commit
  4. 13 Apr, 2021 1 commit
  5. 08 Apr, 2021 2 commits
  6. 07 Apr, 2021 1 commit
  7. 06 Apr, 2021 2 commits
  8. 02 Apr, 2021 1 commit
  9. 01 Apr, 2021 2 commits
  10. 31 Mar, 2021 1 commit
    • Bastian Germann's avatar
      ASoC: sunxi: sun4i-codec: fill ASoC card owner · 7c0d6e48
      Bastian Germann authored
      card->owner is a required property and since commit 81033c6b ("ALSA:
      core: Warn on empty module") a warning is issued if it is empty. Add it.
      This fixes following warning observed on Lamobo R1:
      
      WARNING: CPU: 1 PID: 190 at sound/core/init.c:207 snd_card_new+0x430/0x480 [snd]
      Modules linked in: sun4i_codec(E+) sun4i_backend(E+) snd_soc_core(E) ...
      CPU: 1 PID: 190 Comm: systemd-udevd Tainted: G         C  E     5.10.0-1-armmp #1 Debian 5.10.4-1
      Hardware name: Allwinner sun7i (A20) Family
      Call trace:
       (snd_card_new [snd])
       (snd_soc_bind_card [snd_soc_core])
       (snd_soc_register_card [snd_soc_core])
       (sun4i_codec_probe [sun4i_codec])
      
      Fixes: 45fb6b6f ("ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs")
      Related: commit 3c27ea23 ("ASoC: qcom: Set card->owner to avoid warnings")
      Related: commit ec653df2 ("drm/vc4/vc4_hdmi: fill ASoC card owner")
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: alsa-devel@alsa-project.org
      Signed-off-by: default avatarBastian Germann <bage@linutronix.de>
      Link: https://lore.kernel.org/r/20210331151843.30583-1-bage@linutronix.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      7c0d6e48
  11. 29 Mar, 2021 1 commit
  12. 25 Mar, 2021 2 commits
  13. 24 Mar, 2021 2 commits
  14. 23 Mar, 2021 10 commits
  15. 16 Mar, 2021 5 commits
  16. 12 Mar, 2021 1 commit
  17. 11 Mar, 2021 2 commits
  18. 10 Mar, 2021 1 commit
    • Mark Brown's avatar
      Merge series "ASoC: sdm845: array out of bound issues" from Srinivas... · e92a309b
      Mark Brown authored
      Merge series "ASoC: sdm845: array out of bound issues" from Srinivas Kandagatla <srinivas.kandagatla@linaro.org>:
      
      During testing John Stultz and Amit reported few array our bound issues
      after enabling bound sanitizer
      
      This patch series attempts to fix those!
      
      changes since v1:
      	- make sure the wcd is not de-referenced without intialization
      
      Srinivas Kandagatla (3):
        ASoC: qcom: sdm845: Fix array out of bounds access
        ASoC: qcom: sdm845: Fix array out of range on rx slim channels
        ASoC: codecs: wcd934x: add a sanity check in set channel map
      
       sound/soc/codecs/wcd934x.c | 6 ++++++
       sound/soc/qcom/sdm845.c    | 6 +++---
       2 files changed, 9 insertions(+), 3 deletions(-)
      
      --
      2.21.0
      e92a309b