1. 11 12月, 2020 1 次提交
  2. 13 11月, 2020 1 次提交
  3. 05 11月, 2020 6 次提交
  4. 17 9月, 2020 1 次提交
  5. 08 9月, 2020 1 次提交
  6. 24 8月, 2020 1 次提交
  7. 08 7月, 2020 5 次提交
  8. 15 6月, 2020 1 次提交
  9. 29 5月, 2020 2 次提交
  10. 16 4月, 2020 2 次提交
  11. 09 4月, 2020 6 次提交
  12. 01 4月, 2020 1 次提交
  13. 13 3月, 2020 1 次提交
  14. 10 3月, 2020 1 次提交
  15. 20 2月, 2020 2 次提交
  16. 23 1月, 2020 1 次提交
    • J
      ASoC: topology: fix soc_tplg_fe_link_create() - link->dobj initialization order · 8ce1cbd6
      Jaroslav Kysela 提交于
      The code which checks the return value for snd_soc_add_dai_link() call
      in soc_tplg_fe_link_create() moved the snd_soc_add_dai_link() call before
      link->dobj members initialization.
      
      While it does not affect the latest kernels, the old soc-core.c code
      in the stable kernels is affected. The snd_soc_add_dai_link() function uses
      the link->dobj.type member to check, if the link structure is valid.
      
      Reorder the link->dobj initialization to make things work again.
      It's harmless for the recent code (and the structure should be properly
      initialized before other calls anyway).
      
      The problem is in stable linux-5.4.y since version 5.4.11 when the
      upstream commit 76d27036 was applied.
      
      Fixes: 76d27036 ("ASoC: topology: Check return value for snd_soc_add_dai_link()")
      Cc: Dragos Tarcatu <dragos_tarcatu@mentor.com>
      Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Cc: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
      Cc: Mark Brown <broonie@kernel.org>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      Link: https://lore.kernel.org/r/20200122190752.3081016-1-perex@perex.czSigned-off-by: NMark Brown <broonie@kernel.org>
      8ce1cbd6
  17. 03 1月, 2020 1 次提交
  18. 25 12月, 2019 1 次提交
  19. 19 12月, 2019 1 次提交
  20. 10 12月, 2019 4 次提交