1. b4ed6b5 ASoC: core: conditionally increase module refcount on component open by Ranjani Sridharan · 6 years ago
  2. a976486 ASoC: dpcm: prevent snd_soc_dpcm use after free by KaiChieh Chuang · 6 years ago
  3. c342feb ASoC: soc-core: Fix probe deferral following prelink failure by Jonathan Hunter · 6 years ago
  4. b450b87 ASoC: core: don't increase component module refcount unconditionally by Pierre-Louis Bossart · 6 years ago
  5. e29fe43 Merge branch 'asoc-5.0' into asoc-5.1 for dapm table by Mark Brown · 6 years ago
  6. 78a24e1 ASoC: soc-core: clear platform pointers on error by Curtis Malainey · 6 years ago
  7. 52abe6c ASoC: topology: fix oops/use-after-free case with dai driver by Guennadi Liakhovetski · 6 years ago
  8. 720734a ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2 by Kuninori Morimoto · 6 years ago
  9. d0b95e6 ASoC: core: Allow soc_find_component lookups to match parent of_node by Charles Keepax · 6 years ago
  10. 3f6a125 ASoC: core: Fix multi-CODEC setups by Mark Brown · 6 years ago
  11. 10dff9b ASoC: soc-core: use for_each_link_codecs() for dai_link codecs by Kuninori Morimoto · 6 years ago
  12. 22d1423 ASoC: soc-core: add soc_cleanup_component() by Kuninori Morimoto · 6 years ago
  13. 5229359 ASoC: soc-core: reduce if/else nest on soc_probe_link_dais by Kuninori Morimoto · 6 years ago
  14. 53e947a ASoC: soc-core: merge card resources cleanup method by Kuninori Morimoto · 6 years ago
  15. 65462e44 ASoC: soc-core: add new snd_soc_flush_all_delayed_work() by Kuninori Morimoto · 6 years ago
  16. 910fdca ASoC: soc-core: add .num_platform for dai_link by Kuninori Morimoto · 6 years ago
  17. 62bc79d ASoC: soc.h: add explanation of legacy/modern style of dai_link by Kuninori Morimoto · 6 years ago
  18. f557d39 Merge tag 'asoc-fix-v5.0-rc2' into asoc-5.1 by Mark Brown · 6 years ago
  19. 7c7e2d6 ASoC: soc-core: remove error due to probe deferral by Stefan Agner · 6 years ago
  20. 2833548 ASoC: core: Don't defer probe on optional, NULL components by Matthias Reichl · 6 years ago
  21. 5a7b2aa ASoC: core: Make snd_soc_find_component() more robust by Mark Brown · 6 years ago
  22. 09ac6a8 ASoC: soc-core: fix init platform memory handling by Curtis Malainey · 6 years ago
  23. 04eb1ef ASoC: soc-core: Hold client_mutex around soc_init_dai_link() by Rohit kumar · 6 years ago
  24. 8780cf1 ASoC: soc-core: defer card probe until all component is added to list by Ajit Pandey · 6 years ago
  25. de17f14 ASoC: core: Invoke pcm_new() for all DAI-link by Rohit kumar · 6 years ago
  26. 8fe8915 Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-4.21 intel dep by Mark Brown · 6 years ago
  27. 3b71035 ASoC: soc-core: add snd_soc_of_parse_node_prefix() by Kuninori Morimoto · 6 years ago
  28. 882eab6 ASoC: dapm: Recalculate audio map forcely when card instantiated by Tzung-Bi Shih · 6 years ago
  29. 2c7b696 ASoC: soc-core: fix trivial checkpatch issues by Marcel Ziswiler · 6 years ago
  30. 15a0c64 ASoC: add for_each_component_dais() macro by Kuninori Morimoto · 6 years ago
  31. 368dee9 ASoC: add for_each_component() macro by Kuninori Morimoto · 6 years ago
  32. 1a1035a ASoC: add for_each_comp_order() macro by Kuninori Morimoto · 6 years ago
  33. f70f18f7 ASoC: add for_each_card_components() macro by Kuninori Morimoto · 6 years ago
  34. bcb1fd1 ASoC: add for_each_card_rtds() macro by Kuninori Morimoto · 6 years ago
  35. 98061fd ASoC: add for_each_card_links() macro by Kuninori Morimoto · 6 years ago
  36. 7fe072b ASoC: add for_each_card_prelinks() macro by Kuninori Morimoto · 6 years ago
  37. be6ac0a ASoC: soc-core: add snd_soc_is_matching_component() by Kuninori Morimoto · 6 years ago
  38. 4a9ed39 ASoC: soc-core: manage platform name under snd_soc_init_platform() by Kuninori Morimoto · 6 years ago
  39. a7c439d6 ASoC: soc-core: remove dai->driver NULL check by Kuninori Morimoto · 6 years ago
  40. e894efe ASoC: core: add support to card rebind by Srinivas Kandagatla · 6 years ago
  41. 4f1b327 ASoC: soc-core: remove unused num_dai_links by Kuninori Morimoto · 6 years ago
  42. 2eda3cb ASoC: soc-core: avoid nested code on soc_remove_dai() by Kuninori Morimoto · 6 years ago
  43. 778ff5b ASoC: dapm: Move connection of CODEC to CODEC DAIs by Charles Keepax · 6 years ago
  44. 0b7990e ASoC: add for_each_rtd_codec_dai() macro by Kuninori Morimoto · 6 years ago
  45. 3db769f ASoC: add for_each_link_codecs() macro by Kuninori Morimoto · 6 years ago
  46. 63a886f ASoC: fix soc-core.c kernel-doc warning by Randy Dunlap · 6 years ago
  47. daecf46 ASoC: soc-core: use snd_soc_dai_link_component for platform by Kuninori Morimoto · 6 years ago
  48. 249dc49 ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs by Charles Keepax · 6 years ago
  49. 1a12d5d ASoC: core: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  50. 611cbc8 ASoC: core: remove support for card rebind using component framework by Srinivas Kandagatla · 6 years ago
  51. 467b061 ASoC: core: add support to snd_soc_dai_get_channel_map() by Srinivas Kandagatla · 6 years ago
  52. cbdfab3 ASoC: export snd_soc_of_get_slot_mask by Jerome Brunet · 6 years ago
  53. bb4b894 ASoC: core: add support to card re-bind using component framework by Srinivas Kandagatla · 6 years ago
  54. aefba45 ASoC: allow soc-core to pick up name prefixes from component nodes by Jerome Brunet · 6 years ago
  55. a655de8 ASoC: core: Allow topology to override machine driver FE DAI link config. by Liam Girdwood · 7 years ago
  56. 873486e ASoC: soc-core: convert to SPDX identifiers by Kuninori Morimoto · 7 years ago
  57. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  58. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  59. 0e7b25c ASoC: soc-core: remove legacy_dai_naming from snd_soc_register_dais() by Kuninori Morimoto · 7 years ago
  60. 359c71e ASoC: soc-core: remove snd_soc_component_add_unlocked() by Kuninori Morimoto · 7 years ago
  61. db795f9 ASoC: add component_list_show() by Kuninori Morimoto · 7 years ago
  62. 999f7f5 ASoC: remove Codec related code by Kuninori Morimoto · 7 years ago
  63. 11fb14f ASoC: remove unneeded .pcm_new/free by Kuninori Morimoto · 7 years ago
  64. 2250e76 ASoC: remove .get_regmap by Kuninori Morimoto · 7 years ago
  65. d1021c8 ASoC: remove codec reg_cache by Kuninori Morimoto · 7 years ago
  66. b24c539 ASoC: core: Allow codec_conf DT lookups to match parent of_node by Charles Keepax · 7 years ago
  67. ef050be ASoC: Remove platform code now everything is componentised by Charles Keepax · 7 years ago
  68. 291bfb9 ASoC: topology: Revert recent changes while boot errors are investigated by Mark Brown · 7 years ago
  69. f11a5c2 ASoC: core: Add name prefix for machines with topology rewrites by Liam Girdwood · 7 years ago
  70. 45f8cb5 ASoC: core: Allow topology to override machine driver FE DAI link config. by Liam Girdwood · 7 years ago
  71. 848272e Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next by Mark Brown · 7 years ago
  72. 9914574 Merge remote-tracking branch 'asoc/topic/core' into asoc-next by Mark Brown · 7 years ago
  73. 7ecbd6a soc-core: don't call kfree() for component by Kuninori Morimoto · 7 years ago
  74. 3600cd7 Merge branch 'topic/of' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-samsung by Mark Brown · 7 years ago
  75. 9468576 ASoC: Add snd_soc_of_put_dai_link_codecs() helper function by Sylwester Nawrocki · 7 years ago
  76. f7e73b26 ASoC: core: Fix typo roup->group by Mark Brown · 7 years ago
  77. c15b2a1 ASoC: use DEFINE_SHOW_ATTRIBUTE() to decrease code duplication by Peng Donglin · 7 years ago
  78. 7a2ccad ASoC: soc-core: soc_probe_dai() code simplification by Kuninori Morimoto · 7 years ago
  79. 6b49087 ASoC: soc-core: remove error due to probe deferral by Martin Hundebøll · 7 years ago
  80. bbf4d71 ASoC: remove rtd->platform checck by Kuninori Morimoto · 7 years ago
  81. 7590e37 Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound by Linus Torvalds · 7 years ago
  82. 535b218 Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/core', 'asoc/topic/dmic' and 'asoc/topic/intel' into asoc-next by Mark Brown · 7 years ago
  83. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  84. 971da24 ASoC: soc-core: snd_soc_rtdcom_lookup() cares component driver name by Kuninori Morimoto · 7 years ago
  85. 262db3b Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/debugfs', 'asoc/topic/disconnect', 'asoc/topic/ep93xx' and 'asoc/topic/eukrea-tlv320' into asoc-next by Mark Brown · 7 years ago
  86. 6ec2c85 Merge remote-tracking branches 'asoc/topic/cs47l24', 'asoc/topic/cx20442', 'asoc/topic/da7213', 'asoc/topic/da7218' and 'asoc/topic/dai-drv' into asoc-next by Mark Brown · 7 years ago
  87. 078b3a0 Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next by Mark Brown · 7 years ago
  88. 700c17c ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list by Donglin Peng · 7 years ago
  89. 031734b ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookup by Kuninori Morimoto · 7 years ago
  90. da7b34f Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/dai-drv', 'asoc/topic/davinci', 'asoc/topic/disconnect' and 'asoc/topic/ep93xx' into asoc-next by Mark Brown · 7 years ago
  91. 84d3062 Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next by Mark Brown · 7 years ago
  92. c828a89 treewide: Use DEVICE_ATTR_RO by Joe Perches · 7 years ago
  93. 58bf417 ASoC: soc-core: remove dai_drv from snd_soc_component by Kuninori Morimoto · 7 years ago
  94. cb2cf0d ASoC: soc-core: care Codec <-> Codec case by non_legacy_dai_naming by Kuninori Morimoto · 7 years ago
  95. 3b6eed8d ASoC: don't use rtd->codec on soc_dev_attr_is_visible() by Kuninori Morimoto · 7 years ago
  96. df53218 ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnect_sync by Kuninori Morimoto · 7 years ago
  97. ef2e817 ASoC: add snd_soc_disconnect_sync() by Kuninori Morimoto · 7 years ago
  98. 67e85d4 Merge remote-tracking branches 'asoc/topic/cygnus', 'asoc/topic/da7213', 'asoc/topic/davinci' and 'asoc/topic/doc' into asoc-next by Mark Brown · 7 years ago
  99. bb19ba2 ASoC: fix build warning in soc-core.c by Randy Dunlap · 7 years ago
  100. 69941bab ASoC: snd_soc_component_driver has non_legacy_dai_naming by Kuninori Morimoto · 7 years ago