1. 17 Aug, 2020 3 commits
  2. 16 Aug, 2020 1 commit
  3. 15 Aug, 2020 1 commit
  4. 14 Aug, 2020 1 commit
  5. 13 Aug, 2020 1 commit
  6. 12 Aug, 2020 2 commits
  7. 11 Aug, 2020 2 commits
  8. 10 Aug, 2020 5 commits
  9. 07 Aug, 2020 1 commit
  10. 06 Aug, 2020 4 commits
  11. 05 Aug, 2020 4 commits
  12. 04 Aug, 2020 2 commits
  13. 03 Aug, 2020 7 commits
  14. 02 Aug, 2020 1 commit
  15. 01 Aug, 2020 2 commits
  16. 31 Jul, 2020 3 commits
    • Mark Brown's avatar
      84569f32
    • Mark Brown's avatar
      c8f7dbdb
    • Mark Brown's avatar
      Merge series "ASoC: core: Two step component registration" from Cezary... · 8e34f1e8
      Mark Brown authored
      Merge series "ASoC: core: Two step component registration" from Cezary Rojewski <cezary.rojewski@intel.com>:
      
      Provide a mechanism for true two-step component registration. This
      mimics device registration flow where initialization is the first step
      while addition goes as second in line. Drivers may choose to modify
      component's fields before registering component to ASoC subsystem via
      snd_soc_add_component.
      
      Patchset achieves status quo - behavior of snd_soc_register_component
      remains unchanged.
      
      Cezary Rojewski (3):
        ASoC: core: Relocate and expose snd_soc_component_initialize
        ASoC: core: Simplify snd_soc_component_initialize declaration
        ASoC: core: Two step component registration
      
       include/sound/soc-component.h         |  3 --
       include/sound/soc.h                   | 11 +++---
       sound/soc/soc-component.c             | 16 ---------
       sound/soc/soc-core.c                  | 52 +++++++++++++++++----------
       sound/soc/soc-generic-dmaengine-pcm.c | 14 +++++---
       sound/soc/stm/stm32_adfsdm.c          |  9 +++--
       6 files changed, 55 insertions(+), 50 deletions(-)
      
      --
      2.17.1
      8e34f1e8