1. 5fa7553 ASoC: soc-core: use device_unregister() if rtd allocation failed by Kuninori Morimoto · 3 years, 9 months ago
  2. f1b3ee7 ASoC: soc-core: add comment for rtd freeing by Kuninori Morimoto · 3 years, 9 months ago
  3. 60adbd8 ASoC: don't indicate error message for snd_soc_[pcm_]component_xxx() by Kuninori Morimoto · 3 years, 10 months ago
  4. 62462e0 ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx() by Kuninori Morimoto · 3 years, 10 months ago
  5. c68fded ASoC: soc-core: fix DMI handling by Pierre-Louis Bossart · 3 years, 10 months ago
  6. 933f98b ASoC: constify of_phandle_args in snd_soc_get_dai_name() by Krzysztof Kozlowski · 3 years, 11 months ago
  7. 7de14d5 ASoC: soc-core: Prevent warning if no DMI table is present by Jon Hunter · 3 years, 10 months ago
  8. 4ecc08b Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into asoc-5.11 by Mark Brown · 4 years, 1 month ago
  9. 9e8434a ASoC: soc-core: tidyup jack.h by Kuninori Morimoto · 4 years, 1 month ago
  10. baed393 ASoC: soc-core: add soc_dapm_suspend_resume() by Kuninori Morimoto · 4 years, 1 month ago
  11. d4c1d9e ASoC: soc-core: add soc_playback_digital_mute() by Kuninori Morimoto · 4 years, 1 month ago
  12. 3256ef9 ASoC: soc-core: Fix component name_prefix parsing by Sameer Pujar · 4 years, 2 months ago
  13. f7b6603 ALSA: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  14. fd6b519a Merge tag 'v5.9-rc5' into asoc-5.10 by Mark Brown · 4 years, 3 months ago
  15. ad61b78 ASoC: soc-core: use devm_snd_soc_register_card() by Qinglang Miao · 4 years, 3 months ago
  16. 45dd994 ASoC: core: remove artificial component and DAI name constraint by Dmitry Baryshkov · 4 years, 4 months ago
  17. c1c277b ASoC: soc-core: add snd_soc_find_dai_with_mutex() by Kuninori Morimoto · 4 years, 4 months ago
  18. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  19. 1ae0965 ASoC: core: Add common helper to parse aux devs from device tree by Stephan Gerhold · 4 years, 5 months ago
  20. 84569f3 Merge remote-tracking branch 'asoc/for-5.9' into asoc-next by Mark Brown · 4 years, 5 months ago
  21. ea029dd ASoC: core: Two step component registration by Cezary Rojewski · 4 years, 5 months ago
  22. 7274d4c ASoC: core: Simplify snd_soc_component_initialize declaration by Cezary Rojewski · 4 years, 5 months ago
  23. 08ff720 ASoC: core: Relocate and expose snd_soc_component_initialize by Cezary Rojewski · 4 years, 5 months ago
  24. 5c74c9d ASoC: soc-core: Fix regression causing sysfs entries to disappear by Charles Keepax · 4 years, 5 months ago
  25. a0234d0e ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/Codec by Kuninori Morimoto · 4 years, 6 months ago
  26. 76c4990 Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: by Mark Brown · 4 years, 6 months ago
  27. 58f30150f ASoC: core: Remove only the registered component in devm functions by Maxime Ripard · 4 years, 6 months ago
  28. 21a00fb ASoC: soc-link: introduce exit() callback by Pierre-Louis Bossart · 4 years, 7 months ago
  29. 674b928 Merge series "ASoC: improve core dmesg logs and verbosity" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: by Mark Brown · 4 years, 7 months ago
  30. 257c4da ASoC: soc-component: add snd_soc_component_init() by Kuninori Morimoto · 4 years, 7 months ago
  31. 536aba1 ASoC: soc-component: move snd_soc_component_initialize() to soc-component.c by Kuninori Morimoto · 4 years, 7 months ago
  32. c7d75b5 ASoC: soc-component: move snd_soc_component_xxx_regmap() to soc-component by Kuninori Morimoto · 4 years, 7 months ago
  33. 1328948 ASoC: soc-core: reduce verbosity of BE override message by Pierre-Louis Bossart · 4 years, 7 months ago
  34. 6fbea6b ASoC: soc-card: export snd_soc_lookup_component_nolocked by Shengjiu Wang · 4 years, 7 months ago
  35. 607fa20 ASoC: core: only convert non DPCM link to DPCM link by Bard Liao · 4 years, 7 months ago
  36. fcbbcc3 ASoC: soc-card: add snd_soc_card_remove_dai_link() by Kuninori Morimoto · 4 years, 7 months ago
  37. cbc7a6b ASoC: soc-card: add snd_soc_card_add_dai_link() by Kuninori Morimoto · 4 years, 7 months ago
  38. b0275d9 ASoC: soc-card: add snd_soc_card_remove() by Kuninori Morimoto · 4 years, 7 months ago
  39. 5c0eac0 ASoC: soc-card: add snd_soc_card_late_probe() by Kuninori Morimoto · 4 years, 7 months ago
  40. 73de4b02 ASoC: soc-card: add snd_soc_card_probe() by Kuninori Morimoto · 4 years, 7 months ago
  41. 27f07ca ASoC: soc-card: add probed bit field to snd_soc_card by Kuninori Morimoto · 4 years, 7 months ago
  42. 739443d ASoC: soc-card: add snd_soc_card_resume_post() by Kuninori Morimoto · 4 years, 7 months ago
  43. 934c752 ASoC: soc-card: add snd_soc_card_resume_pre() by Kuninori Morimoto · 4 years, 7 months ago
  44. d17b60b ASoC: soc-card: add snd_soc_card_suspend_post() by Kuninori Morimoto · 4 years, 7 months ago
  45. 130dc08 ASoC: soc-card: add snd_soc_card_suspend_pre() by Kuninori Morimoto · 4 years, 7 months ago
  46. 209c6cd ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-card by Kuninori Morimoto · 4 years, 7 months ago
  47. 0cbbf8a ASoC: soc-link: add snd_soc_link_be_hw_params_fixup() by Kuninori Morimoto · 4 years, 8 months ago
  48. 02e7563 ASoC: add soc-link.c by Kuninori Morimoto · 4 years, 8 months ago
  49. b3dea62 ASoC: use snd_soc_xxx_active() by Kuninori Morimoto · 4 years, 8 months ago
  50. 7eaa313 ASoC: soc-dai: add snd_soc_pcm_dai_remove() by Kuninori Morimoto · 4 years, 9 months ago
  51. 51801ae ASoC: soc-dai: add snd_soc_pcm_dai_probe() by Kuninori Morimoto · 4 years, 9 months ago
  52. 0b73ba5 ASoC: soc-dai: add snd_soc_pcm_dai_new() by Kuninori Morimoto · 4 years, 9 months ago
  53. 479914e ASoC: soc-dai: don't overwide dai->driver->ops by Kuninori Morimoto · 4 years, 9 months ago
  54. 5c5118d Merge series "ASoC: SOF: adjust dmesg verbosity" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: by Mark Brown · 4 years, 9 months ago
  55. 1729025 ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_dais by Kuninori Morimoto · 4 years, 9 months ago
  56. 01faf50 ASoC: soc-core: tidyup soc_new_pcm_runtime() rtd setups by Kuninori Morimoto · 4 years, 9 months ago
  57. 49648d0 ASoC: soc-core: set rtd->num_cpu/codec at soc_new_pcm_runtime() by Kuninori Morimoto · 4 years, 9 months ago
  58. c2233a2 ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer by Kuninori Morimoto · 4 years, 9 months ago
  59. b2acc24 ASoC: soc-core: Add dynamic debug logs in soc_dai_link_sanity_check() by Ranjani Sridharan · 4 years, 9 months ago
  60. d1eb6d1 ASoC: soc-core: Merge CPU/Codec for soc_dai_pcm_new() by Kuninori Morimoto · 4 years, 10 months ago
  61. 3af6ff5 ASoC: soc-core: Merge for_each_rtd_cpu/codec_dais() by Kuninori Morimoto · 4 years, 10 months ago
  62. 22a2fc8 ASoC: soc-core: Merge CPU/Codec DAIs by Kuninori Morimoto · 4 years, 10 months ago
  63. 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
  64. a4be418 ASoC: soc: use for_each_rtd_codecs/cpus_dai() macro by Kuninori Morimoto · 4 years, 10 months ago
  65. a22ae72 ASoC: soc-core: disable route checks for legacy devices by Pierre-Louis Bossart · 4 years, 10 months ago
  66. 76afa64 ASoC: Add initial support for multiple CPU DAIs by Shreyas NC · 4 years, 11 months ago
  67. 6b62fa9 ASoC: fix card registration regression. by Jerome Brunet · 4 years, 11 months ago
  68. d74c2a1 ASoC: soc-core: use for_each_pcm_streams() macro by Kuninori Morimoto · 4 years, 11 months ago
  69. 0f6011f ASoC: soc-pcm: merge playback/cature_active into stream_active by Kuninori Morimoto · 4 years, 11 months ago
  70. b2354e4 ASoC: core: ensure component names are unique by Jerome Brunet · 5 years ago
  71. 1dfa5a5 ASoC: core: allow a dt node to provide several components by Jerome Brunet · 5 years ago
  72. d8e2e0d ASoC: soc-core: remove null_snd_soc_ops by Kuninori Morimoto · 5 years ago
  73. 250a15c ASoC: soc-core: remove bus_control by Kuninori Morimoto · 5 years ago
  74. 450312b ASoC: soc-core: remove DAI suspend/resume by Kuninori Morimoto · 5 years ago
  75. 83f94a2 ASoC: soc-core: add snd_soc_close_delayed_work() by Kuninori Morimoto · 5 years ago
  76. 76c39e8 ASoC: soc-core: do pinctrl_pm_select_xxx() as component by Kuninori Morimoto · 5 years ago
  77. d7a8cb4 ASoC: soc-core: remove duplicate pinctrl operation when suspend by Kuninori Morimoto · 5 years ago
  78. 1272063 ASoC: soc-core: care .ignore_suspend for Component suspend by Kuninori Morimoto · 5 years ago
  79. 12b0523 ASoC: soc-core: rename snd_soc_rtdcom_add() to snd_soc_rtd_add_component() by Kuninori Morimoto · 5 years ago
  80. 613fb50 ASoC: soc-core: remove snd_soc_rtdcom_list by Kuninori Morimoto · 5 years ago
  81. a82cf72 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
  82. 07d22a9 ASoC: core: Fix access to uninitialized list heads by Takashi Iwai · 5 years ago
  83. 218fe9b ASoC: soc-core: Set dpcm_playback / dpcm_capture by Daniel Baluta · 5 years ago
  84. ee8f537 ASoC: soc-core: remove legacy style of codec_conf by Kuninori Morimoto · 5 years ago
  85. c13493a ASoC: soc-core: support snd_soc_dai_link_component for codec_conf by Kuninori Morimoto · 5 years ago
  86. 01fec8cc ASoC: Drop snd_soc_pcm_lib_ioctl() by Takashi Iwai · 5 years ago
  87. a4072cd ASoC: soc-core: tidyup for CONFIG_DEBUG_FS by Kuninori Morimoto · 5 years ago
  88. 8a6a6a3 ASoC: soc-core: tidyup for CONFIG_DMI by Kuninori Morimoto · 5 years ago
  89. 29d9fc7 ASoC: soc-core: merge soc_set_name_prefix() and soc_set_of_name_prefix() by Kuninori Morimoto · 5 years ago
  90. 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
  91. aec3ff9 ASoC: soc-core: soc_set_name_prefix(): get component device_node at out of loop by Kuninori Morimoto · 5 years ago
  92. 4702f99 ASoC: soc-core: soc_set_name_prefix(): tidyup loop condition by Kuninori Morimoto · 5 years ago
  93. eaffeef ASoC: soc-core: rename soc_link_init() to soc_init_pcm_runtime() by Kuninori Morimoto · 5 years ago
  94. 626c2e5 ASoC: soc-core: add missing return value check for soc_link_init() by Kuninori Morimoto · 5 years ago
  95. 46496ac ASoC: soc-core: move soc_link_init() by Kuninori Morimoto · 5 years ago
  96. bfa0dd8 ASoC: soc-core: rename soc_link_dai_pcm_new() to soc_dai_pcm_new() by Kuninori Morimoto · 5 years ago
  97. 9e9c70a ASoC: soc-core: move soc_link_dai_pcm_new() by Kuninori Morimoto · 5 years ago
  98. 50cd9b5 ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime() by Kuninori Morimoto · 5 years ago
  99. 0c04800 ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime() by Kuninori Morimoto · 5 years ago
  100. d6f31e0 ASoC: soc-core: move snd_soc_find_dai_link() by Kuninori Morimoto · 5 years ago