1. Apr 21, 2021
  2. Apr 19, 2021
  3. Apr 16, 2021
  4. Apr 13, 2021
  5. Apr 08, 2021
  6. Apr 07, 2021
  7. Apr 02, 2021
  8. Apr 01, 2021
  9. Mar 30, 2021
  10. Mar 25, 2021
  11. Mar 24, 2021
  12. Mar 17, 2021
    • Mark Brown's avatar
      Merge series "Do not handle MCLK device clock in simple-card-utils" from... · f9dc51cc
      Mark Brown authored
      Merge series "Do not handle MCLK device clock in simple-card-utils" from Sameer Pujar <spujar@nvidia.com>:
      
      With commit 1e30f642 ("ASoC: simple-card-utils: Fix device module clock")
      simple-card-utils can control MCLK clock for rate updates or enable/disable.
      But this is breaking some platforms where it is expected that codec drivers
      would actually handle the MCLK clock. One such example is following platform.
        - "arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var3-ads2.dts"
      
      In above case codec, wm8904, is using internal PLL and configures sysclk
      based on fixed MCLK input. In such cases it is expected that, required PLL
      output or sysclk, is just passed via set_sysclk() callback and card driver
      need not actually update MCLK rate. Instead, codec can take ownership of
      this clock and do the necessary configuration.
      
      So the original commit is reverted and codec driver for rt5659 is updated
      to fix my board which has this codec.
      
      Sameer Pujar (2):
        ASoC: simple-card-utils: Do not handle device clock
        ASoC: rt5659: Update MCLK rate in set_sysclk()
      
       sound/soc/codecs/rt5659.c             |  5 +++++
       sound/soc/generic/simple-card-utils.c | 13 +++++++------
       2 files changed, 12 insertions(+), 6 deletions(-)
      
      --
      2.7.4
      f9dc51cc
  13. Mar 16, 2021
  14. Mar 12, 2021
  15. Mar 11, 2021
  16. Mar 10, 2021
    • 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