1. 9a7c9fe ASoC: soc-core: add soc_rtd_free() by Kuninori Morimoto · 5 years ago
  2. 542694d ASoC: soc-core: rename soc_post_component_init() to soc_rtd_init() by Kuninori Morimoto · 5 years ago
  3. 495efdb ASoC: soc-core: initialize list at one place by Kuninori Morimoto · 5 years ago
  4. 8d92bb5 ASoC: soc-core: initialize component list by Kuninori Morimoto · 5 years ago
  5. a4de83a ASoC: soc-core: soc_cleanup_card_resources() become void by Kuninori Morimoto · 5 years ago
  6. a33c0d1 ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup() by Kuninori Morimoto · 5 years ago
  7. 4168dda ASoC: soc-core: use device_register() by Kuninori Morimoto · 5 years ago
  8. c26a884 ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link() by Kuninori Morimoto · 5 years ago
  9. b03bfae ASoC: soc-core: merge snd_soc_initialize_card_lists() by Kuninori Morimoto · 5 years ago
  10. 72b745e ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime by Peter Ujfalusi · 5 years ago
  11. 0faf123 ASoC: soc-core: Fix -Wunused-const-variable warning by YueHaibing · 5 years ago
  12. c2b71c7 ASoC: soc-core: add for_each_xxx macro for aux_dev by Kuninori Morimoto · 5 years ago
  13. a48b561 ASoC: soc-core: remove legacy style of aux_dev by Kuninori Morimoto · 5 years ago
  14. 3dc29b8 ASoC: soc-core: support snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  15. 0e36f36 ASoC: soc-core: fix module_put() warning in soc_cleanup_component by Pierre-Louis Bossart · 5 years ago
  16. 596becd ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add() by Kuninori Morimoto · 5 years ago
  17. ee5b3f1 ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FS by Kuninori Morimoto · 5 years ago
  18. b3da425 ASoC: soc-core: tidyup for card->deferred_resume_work by Kuninori Morimoto · 5 years ago
  19. b245d27 ASoC: soc-core: remove unneeded list_empty() check for snd_soc_try_rebind_card() by Kuninori Morimoto · 5 years ago
  20. d8ca7a0 ASoC: soc-core: call snd_soc_dapm_debugfs_init() at soc_init_card_debugfs() by Kuninori Morimoto · 5 years ago
  21. 9b98c7c ASoC: soc-core: tidyup for snd_soc_add_card_controls() by Kuninori Morimoto · 5 years ago
  22. daa480b ASoC: soc-core: tidyup for snd_soc_dapm_add_routes() by Kuninori Morimoto · 5 years ago
  23. e6d7020 ASoC: soc-core: tidyup for snd_soc_add_component_controls() by Kuninori Morimoto · 5 years ago
  24. b8ba3b5 ASoC: soc-core: tidyup for snd_soc_dapm_new_controls() by Kuninori Morimoto · 5 years ago
  25. 32d2c17 ASoC: soc-core: reuse rtdcom at snd_soc_rtdcom_add() by Kuninori Morimoto · 5 years ago
  26. 4284906 ASoC: soc-core: don't use for_each_card_links_safe() at snd_soc_find_dai_link() by Kuninori Morimoto · 5 years ago
  27. 5b99a0a ASoC: soc-core: check return value of snd_soc_add_dai_link() by Kuninori Morimoto · 5 years ago
  28. 6634e3d ASoC: soc-core: add comment for for_each_xxx by Kuninori Morimoto · 5 years ago
  29. ad64bfb ASoC: soc-core: set component->debugfs_root NULL by Kuninori Morimoto · 5 years ago
  30. 7951b14 ASoC: soc-component: move snd_soc_component_set_bias_level() by Kuninori Morimoto · 5 years ago
  31. 8e2a990 ASoC: soc-component: move snd_soc_component_stream_event() by Kuninori Morimoto · 5 years ago
  32. 9d415fb ASoC: soc-component: move snd_soc_component_seq_notifier() by Kuninori Morimoto · 5 years ago
  33. a2a3417 ASoC: soc-component: add snd_soc_component_of_xlate_dai_name() by Kuninori Morimoto · 5 years ago
  34. 2c7b170 ASoC: soc-component: add snd_soc_component_of_xlate_dai_id() by Kuninori Morimoto · 5 years ago
  35. 03b34dd ASoC: soc-component: add snd_soc_component_remove() by Kuninori Morimoto · 5 years ago
  36. 08e837d ASoC: soc-component: add snd_soc_component_probe() by Kuninori Morimoto · 5 years ago
  37. e40fadb ASoC: soc-component: add snd_soc_component_is_suspended() by Kuninori Morimoto · 5 years ago
  38. 9a840cb ASoC: soc-component: add snd_soc_component_resume() by Kuninori Morimoto · 5 years ago
  39. 66c5157 ASoC: soc-component: add snd_soc_component_suspend() by Kuninori Morimoto · 5 years ago
  40. 4a81e8f ASoC: soc-component: add snd_soc_component_get/put() by Kuninori Morimoto · 5 years ago
  41. 4ff1fef ASoC: add soc-component.c by Kuninori Morimoto · 5 years ago
  42. fee531d ASoC: core: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  43. a342031 ASoC: create pcm for codec2codec links as well by Jerome Brunet · 5 years ago
  44. 3b46a67 Merge branch 'asoc-5.3' into asoc-5.4 by Mark Brown · 5 years ago
  45. 40aa538 ASoC: Fail card instantiation if DAI format setup fails by Ricard Wanderlof · 6 years ago
  46. 88fdffa ASoC: soc-core: use existing snd_soc_dai_digital_mute() by Kuninori Morimoto · 6 years ago
  47. b423c42 ASoC: soc-dai: add snd_soc_dai_compress_new() by Kuninori Morimoto · 6 years ago
  48. dcdab58 ASoC: soc-dai: add snd_soc_dai_remove() by Kuninori Morimoto · 6 years ago
  49. cfd9b5f ASoC: soc-dai: add snd_soc_dai_probe() by Kuninori Morimoto · 6 years ago
  50. 24b09d0 ASoC: soc-dai: add snd_soc_dai_resume() by Kuninori Morimoto · 6 years ago
  51. e0f2262 ASoC: soc-dai: add snd_soc_dai_suspend() by Kuninori Morimoto · 6 years ago
  52. 06f6e1d ASoC: add soc-dai.c by Kuninori Morimoto · 6 years ago
  53. 043b35f Merge branch 'asoc-5.3' into asoc-next by Mark Brown · 6 years ago
  54. 74b35a7 ASoC: core: Return -ENOTSUPP from set_channel_map() if no operation provided by Srinivas Kandagatla · 6 years ago
  55. 3461473 ASoC: soc-core: support dai_link with platforms_num != 1 by Jerome Brunet · 6 years ago
  56. af18b13 ASoC: soc-core: defer card registration if codec component is missing by Jerome Brunet · 6 years ago
  57. 53c8b29 Merge tag 'v5.2-rc6' into asoc-5.3 by Mark Brown · 6 years ago
  58. e330326 ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai() by Kuninori Morimoto · 6 years ago
  59. b9f2e25 ASoC: soc-core: use soc_find_component() at snd_soc_find_dai() by Kuninori Morimoto · 6 years ago
  60. c1e230f ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_component by Kuninori Morimoto · 6 years ago
  61. a9ec849 ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component() by Kuninori Morimoto · 6 years ago
  62. 7d7db5d ASoC: soc-core: move soc_find_component() by Kuninori Morimoto · 6 years ago
  63. c2c928c ASoC: core: Adapt for debugfs API change by Mark Brown · 6 years ago
  64. b545542 ASoC: soc-core: call snd_soc_unbind_card() under mutex_lock; by Kuninori Morimoto · 6 years ago
  65. 1d76898 ASoC: soc-core: allow no Platform on dai_link by Kuninori Morimoto · 6 years ago
  66. 495f926 ASoC: core: Fix deadlock in snd_soc_instantiate_card() by Ranjani Sridharan · 6 years ago
  67. 0779935 ASoC: Remove erroneous soc_cleanup_card_resources() call by Sylwester Nawrocki · 6 years ago
  68. a8e9923 Merge branch 'asoc-5.2' into asoc-5.3 by Mark Brown · 6 years ago
  69. adb76b5 ASoC: soc-core: remove legacy style dai_link by Kuninori Morimoto · 6 years ago
  70. 587c984 ASoC: soc.h: add sound dai_link connection macro by Kuninori Morimoto · 6 years ago
  71. 08a5841 ASoC: soc-core: use snd_soc_dai_link_component for CPU by Kuninori Morimoto · 6 years ago
  72. 3bb936f5 ASoC: core: Tell codec that jack is being removed by Amadeusz Sławiński · 6 years ago
  73. 70fc537 ASoC: core: move DAI pre-links initiation to snd_soc_instantiate_card by Tzung-Bi Shih · 6 years ago
  74. 9d563eb Revert "ASoC: core: use component driver name as component name" by Krzysztof Kozlowski · 6 years ago
  75. 79b3b7c Merge branch 'asoc-5.2' into asoc-5.3 by Mark Brown · 6 years ago
  76. b19671d ASoC: core: use component driver name as component name by Tzung-Bi Shih · 6 years ago
  77. 29040d1 ASoC: soc-core: fixup references at soc_cleanup_card_resources() by Kuninori Morimoto · 6 years ago
  78. 34ac3c3 ASoC: core: lock client_mutex while removing link components by Ranjani Sridharan · 6 years ago
  79. 2ffb0f5 ASoC: soc-core: WARN() is not related to component->driver->probe by Kuninori Morimoto · 6 years ago
  80. 09d4cc0 ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id() by Kuninori Morimoto · 6 years ago
  81. c083444 ASoC: soc-core: add soc_component_to_node() by Kuninori Morimoto · 6 years ago
  82. e2b30ed ASoC: soc-core: tidyup soc_bind_dai_link() comment balance by Kuninori Morimoto · 6 years ago
  83. 0a2cfcd ASoC: soc-core: don't use codec_dais on soc_bind_dai_link() by Kuninori Morimoto · 6 years ago
  84. 22d251a ASoC: soc-core: use i on snd_soc_resume() by Kuninori Morimoto · 6 years ago
  85. 93f38ef Merge branch 'asoc-5.1' into asoc-5.2 by Mark Brown · 6 years ago
  86. b4ed6b5 ASoC: core: conditionally increase module refcount on component open by Ranjani Sridharan · 6 years ago
  87. f96fb7d ASoC: core: remove link components before cleaning up card resources by Ranjani Sridharan · 6 years ago
  88. e194098b ASoC: core: support driver alias names for FE topology overrides by Pierre-Louis Bossart · 6 years ago
  89. a976486 ASoC: dpcm: prevent snd_soc_dpcm use after free by KaiChieh Chuang · 6 years ago
  90. c342feb ASoC: soc-core: Fix probe deferral following prelink failure by Jonathan Hunter · 6 years ago
  91. b450b87 ASoC: core: don't increase component module refcount unconditionally by Pierre-Louis Bossart · 6 years ago
  92. e29fe43 Merge branch 'asoc-5.0' into asoc-5.1 for dapm table by Mark Brown · 6 years ago
  93. 78a24e1 ASoC: soc-core: clear platform pointers on error by Curtis Malainey · 6 years ago
  94. 52abe6c ASoC: topology: fix oops/use-after-free case with dai driver by Guennadi Liakhovetski · 6 years ago
  95. 720734a ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2 by Kuninori Morimoto · 6 years ago
  96. d0b95e6 ASoC: core: Allow soc_find_component lookups to match parent of_node by Charles Keepax · 6 years ago
  97. 3f6a125 ASoC: core: Fix multi-CODEC setups by Mark Brown · 6 years ago
  98. 10dff9b ASoC: soc-core: use for_each_link_codecs() for dai_link codecs by Kuninori Morimoto · 6 years ago
  99. 22d1423 ASoC: soc-core: add soc_cleanup_component() by Kuninori Morimoto · 6 years ago
  100. 5229359 ASoC: soc-core: reduce if/else nest on soc_probe_link_dais by Kuninori Morimoto · 6 years ago