1. 595571c ASoC: dapm: Fix regression introducing multiple copies of DAI widgets by Charles Keepax · 4 years, 9 months ago
  2. 2af6958 ASoC: soc-core: add asoc_rtd_to_cpu/codec() macro by Kuninori Morimoto · 4 years, 10 months ago
  3. 22a2fc8 ASoC: soc-core: Merge CPU/Codec DAIs by Kuninori Morimoto · 4 years, 10 months ago
  4. 673f45f Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7 by Mark Brown · 4 years, 10 months ago
  5. 1459669 ASoC: soc-dapm: add for_each_card_widgets() macro by Kuninori Morimoto · 4 years, 10 months ago
  6. df817f8 ASoC: soc-dapm: add for_each_card_dapms() macro by Kuninori Morimoto · 4 years, 10 months ago
  7. 17e6dab ASoC: soc.h: remove non plural form for_each_xxx macro by Kuninori Morimoto · 4 years, 10 months ago
  8. 995cbc3 ASoC: soc.h: add for_each_rtd_codecs/cpus_dai() macro by Kuninori Morimoto · 4 years, 10 months ago
  9. a22ae72 ASoC: soc-core: disable route checks for legacy devices by Pierre-Louis Bossart · 4 years, 10 months ago
  10. 5854a46 ASoC: pcm: Export parameter intersection logic by Samuel Holland · 4 years, 10 months ago
  11. 76afa64 ASoC: Add initial support for multiple CPU DAIs by Shreyas NC · 4 years, 11 months ago
  12. 63d6838 ASoC: soc-core: fix for_rtd_codec_dai_rollback() macro by Pierre-Louis Bossart · 4 years, 11 months ago
  13. 83f94a2 ASoC: soc-core: add snd_soc_close_delayed_work() by Kuninori Morimoto · 5 years ago
  14. 613fb50 ASoC: soc-core: remove snd_soc_rtdcom_list by Kuninori Morimoto · 5 years ago
  15. ee8f537 ASoC: soc-core: remove legacy style of codec_conf by Kuninori Morimoto · 5 years ago
  16. c13493a ASoC: soc-core: support snd_soc_dai_link_component for codec_conf by Kuninori Morimoto · 5 years ago
  17. 01fec8cc ASoC: Drop snd_soc_pcm_lib_ioctl() by Takashi Iwai · 5 years ago
  18. 8a6a6a3 ASoC: soc-core: tidyup for CONFIG_DMI by Kuninori Morimoto · 5 years ago
  19. 2acf6ce Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6 by Mark Brown · 5 years ago
  20. 50cd9b5 ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime() by Kuninori Morimoto · 5 years ago
  21. 0c04800 ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime() by Kuninori Morimoto · 5 years ago
  22. d6f31e0 ASoC: soc-core: move snd_soc_find_dai_link() by Kuninori Morimoto · 5 years ago
  23. 4468189 ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime() by Kuninori Morimoto · 5 years ago
  24. 8babfb7 ASoC: soc-core: remove snd_soc_get_dai_substream() by Kuninori Morimoto · 5 years ago
  25. cc73390 ASoC: soc-core: remove dai_link_list by Kuninori Morimoto · 5 years ago
  26. 4bf2e38 ASoC: core: Init pcm runtime work early to avoid warnings by Curtis Malainey · 5 years ago
  27. fb51267 ASoC: core: add SND_SOC_BYTES_E by Tzung-Bi Shih · 5 years ago
  28. dc73d73 ASoC: add control components management by Jaroslav Kysela · 5 years ago
  29. 509ba54 ASoC: soc.h: dobj is used only when SND_SOC_TOPOLOGY by Kuninori Morimoto · 5 years ago
  30. e443c20 ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register_dai() by Kuninori Morimoto · 5 years ago
  31. 5d07519 ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai() by Kuninori Morimoto · 5 years ago
  32. e11381f ASoC: soc-core: add snd_soc_unregister_dai() by Kuninori Morimoto · 5 years ago
  33. 2b544dd ASoC: soc-core: add for_each_rtd_components() and replace by Kuninori Morimoto · 5 years ago
  34. 33536a1 ASoC: soc-core: remove for_each_rtdcom_safe() by Kuninori Morimoto · 5 years ago
  35. 8ec241c ASoC: soc-core: add snd_soc_pcm_lib_ioctl() by Kuninori Morimoto · 5 years ago
  36. b7c5bc4 ASoC: soc-core: merge soc_free_pcm_runtime() and soc_rtd_free() by Kuninori Morimoto · 5 years ago
  37. b03bfae ASoC: soc-core: merge snd_soc_initialize_card_lists() by Kuninori Morimoto · 5 years ago
  38. 72b745e ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime by Peter Ujfalusi · 5 years ago
  39. c2b71c7 ASoC: soc-core: add for_each_xxx macro for aux_dev by Kuninori Morimoto · 5 years ago
  40. a48b561 ASoC: soc-core: remove legacy style of aux_dev by Kuninori Morimoto · 5 years ago
  41. 3dc29b8 ASoC: soc-core: support snd_soc_dai_link_component for aux_dev by Kuninori Morimoto · 5 years ago
  42. b3da425 ASoC: soc-core: tidyup for card->deferred_resume_work by Kuninori Morimoto · 5 years ago
  43. 4ff1fef ASoC: add soc-component.c by Kuninori Morimoto · 5 years ago
  44. fee531d ASoC: core: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  45. aa6166c ASoC: soc-dai: mv soc_dai_hw_params() to soc-dai by Kuninori Morimoto · 5 years ago
  46. 3461473 ASoC: soc-core: support dai_link with platforms_num != 1 by Jerome Brunet · 6 years ago
  47. 1d76898 ASoC: soc-core: allow no Platform on dai_link by Kuninori Morimoto · 6 years ago
  48. 5f174cf ASoC: soc.h: fixup for_each_card_links() macro by Kuninori Morimoto · 6 years ago
  49. adb76b5 ASoC: soc-core: remove legacy style dai_link by Kuninori Morimoto · 6 years ago
  50. 587c984 ASoC: soc.h: add sound dai_link connection macro by Kuninori Morimoto · 6 years ago
  51. 08a5841 ASoC: soc-core: use snd_soc_dai_link_component for CPU by Kuninori Morimoto · 6 years ago
  52. 7426af5 ASoC: soc.h: fe_compr can be bit field by Kuninori Morimoto · 6 years ago
  53. b4ed6b5 ASoC: core: conditionally increase module refcount on component open by Ranjani Sridharan · 6 years ago
  54. a976486 ASoC: dpcm: prevent snd_soc_dpcm use after free by KaiChieh Chuang · 6 years ago
  55. b450b87 ASoC: core: don't increase component module refcount unconditionally by Pierre-Louis Bossart · 6 years ago
  56. cb50358 ASoC: add helper to change platform name for all dailinks by Pierre-Louis Bossart · 6 years ago
  57. 910fdca ASoC: soc-core: add .num_platform for dai_link by Kuninori Morimoto · 6 years ago
  58. 62bc79d ASoC: soc.h: add explanation of legacy/modern style of dai_link by Kuninori Morimoto · 6 years ago
  59. 09ac6a8 ASoC: soc-core: fix init platform memory handling by Curtis Malainey · 6 years ago
  60. 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
  61. 2708bcc ASoC: soc.h: makes snd_soc_of_parse_audio_prefix() inline by Kuninori Morimoto · 6 years ago
  62. 3b71035 ASoC: soc-core: add snd_soc_of_parse_node_prefix() by Kuninori Morimoto · 6 years ago
  63. 576ce40 ASoC: wm97xx: fix uninitialized regmap pointer problem by Arnd Bergmann · 6 years ago
  64. 23cb2d0 ASoC: fix oops w/ for_each_rtd_codec_dai_rollback() macro by Pierre-Louis Bossart · 6 years ago
  65. 15a0c64 ASoC: add for_each_component_dais() macro by Kuninori Morimoto · 6 years ago
  66. 1a1035a ASoC: add for_each_comp_order() macro by Kuninori Morimoto · 6 years ago
  67. f70f18f7 ASoC: add for_each_card_components() macro by Kuninori Morimoto · 6 years ago
  68. bcb1fd1 ASoC: add for_each_card_rtds() macro by Kuninori Morimoto · 6 years ago
  69. 98061fd ASoC: add for_each_card_links() macro by Kuninori Morimoto · 6 years ago
  70. 7fe072b ASoC: add for_each_card_prelinks() macro by Kuninori Morimoto · 6 years ago
  71. 6d11b12 ASoC: rename for_each_rtd_codec_dai_reverse to rollback by Kuninori Morimoto · 6 years ago
  72. e894efe ASoC: core: add support to card rebind by Srinivas Kandagatla · 6 years ago
  73. 4f1b327 ASoC: soc-core: remove unused num_dai_links by Kuninori Morimoto · 6 years ago
  74. 243bcfa ASoC: dapm: Move CODEC to CODEC params from the widget to the runtime by Charles Keepax · 6 years ago
  75. 0b7990e ASoC: add for_each_rtd_codec_dai() macro by Kuninori Morimoto · 6 years ago
  76. 3db769f ASoC: add for_each_link_codecs() macro by Kuninori Morimoto · 6 years ago
  77. daecf46 ASoC: soc-core: use snd_soc_dai_link_component for platform by Kuninori Morimoto · 6 years ago
  78. 611cbc8 ASoC: core: remove support for card rebind using component framework by Srinivas Kandagatla · 6 years ago
  79. cbdfab3 ASoC: export snd_soc_of_get_slot_mask by Jerome Brunet · 6 years ago
  80. bb4b894 ASoC: core: add support to card re-bind using component framework by Srinivas Kandagatla · 6 years ago
  81. baacd8d ASoC: dpcm: add rate merge to the BE stream merge by Jerome Brunet · 7 years ago
  82. a655de8 ASoC: core: Allow topology to override machine driver FE DAI link config. by Liam Girdwood · 7 years ago
  83. 873486e ASoC: soc-core: convert to SPDX identifiers by Kuninori Morimoto · 7 years ago
  84. f4c277b ASoC: soc-pcm: DPCM cares BE channel constraint by Jiada Wang · 7 years ago
  85. 0b014d7 ASoC: fix 0-day warnings with snd_soc_new_compress() by Pierre-Louis Bossart · 7 years ago
  86. c830623 ASoC: soc.h: merge CONFIG_DEBUG_FS by Kuninori Morimoto · 7 years ago
  87. 999f7f5 ASoC: remove Codec related code by Kuninori Morimoto · 7 years ago
  88. 11fb14f ASoC: remove unneeded .pcm_new/free by Kuninori Morimoto · 7 years ago
  89. 2250e76 ASoC: remove .get_regmap by Kuninori Morimoto · 7 years ago
  90. d1021c8 ASoC: remove codec reg_cache by Kuninori Morimoto · 7 years ago
  91. 81da8a0 ASoC: remove codec hw_write/control_data by Kuninori Morimoto · 7 years ago
  92. ef050be ASoC: Remove platform code now everything is componentised by Charles Keepax · 7 years ago
  93. 291bfb9 ASoC: topology: Revert recent changes while boot errors are investigated by Mark Brown · 7 years ago
  94. f11a5c2 ASoC: core: Add name prefix for machines with topology rewrites by Liam Girdwood · 7 years ago
  95. 45f8cb5 ASoC: core: Allow topology to override machine driver FE DAI link config. by Liam Girdwood · 7 years ago
  96. cce67af Merge remote-tracking branches 'asoc/topic/88pm860x', 'asoc/topic/ab8500', 'asoc/topic/ac97', 'asoc/topic/ad1836' and 'asoc/topic/ad193x' into asoc-next by Mark Brown · 7 years ago
  97. 9468576 ASoC: Add snd_soc_of_put_dai_link_codecs() helper function by Sylwester Nawrocki · 7 years ago
  98. c95869e ASoC: ac97: replace codec to component by Kuninori Morimoto · 7 years ago
  99. 1712487 Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc/topic/pcm', 'asoc/topic/rockchip' and 'asoc/topic/sam9g20_wm8731' into asoc-next by Mark Brown · 7 years ago
  100. 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