1. 04 Feb, 2021 5 commits
  2. 03 Feb, 2021 7 commits
  3. 02 Feb, 2021 3 commits
  4. 01 Feb, 2021 6 commits
  5. 29 Jan, 2021 1 commit
  6. 28 Jan, 2021 7 commits
  7. 27 Jan, 2021 7 commits
  8. 25 Jan, 2021 3 commits
  9. 21 Jan, 2021 1 commit
    • Mark Brown's avatar
      Merge series "Add sanity checks for topology API calls" from Amadeusz... · c7a83edf
      Mark Brown authored
      Merge series "Add sanity checks for topology API calls" from Amadeusz Sławiński<amadeuszx.slawinski@linux.intel.com>:
      
      Topology API exposes just 2 function calls, to load and unload topology.
      This adds sanity checks to make sure that it behaves well when some of
      parameters are set incoorectly or not needed.
      
      This makes developer live easier by failing early instead of proceeding
      on and then failing in unexpected ways.
      
      As loading and unloading topology usually happens one the overhead of
      additional checks should be negligible.
      
      Amadeusz Sławiński (2):
        ASoC: topology: Ensure that needed parameters are set
        ASoC: topology: Check if ops is set before dereference
      
       sound/soc/soc-topology.c | 22 +++++++++++++++-------
       1 file changed, 15 insertions(+), 7 deletions(-)
      
      --
      2.25.1
      c7a83edf