1. 6145621 ASoC: soc-pcm: add error log by Pierre-Louis Bossart · 4 years ago
  2. 61b9eed ASoC: soc-pcm: remove shadowing variable by Pierre-Louis Bossart · 4 years ago
  3. 9dbe774 ASoC: soc-pcm: remove redundant assignment by Pierre-Louis Bossart · 4 years ago
  4. 8a353d7 ASoC: soc-pcm: fix hw param limits calculation for multi-DAI by Kai Vehmanen · 4 years ago
  5. 140f553 ASoC: soc-pcm: fix hwparams min/max init for dpcm by Kai Vehmanen · 4 years ago
  6. debc71f ASoC: soc-pcm: add soc_pcm_hw_update_format() by Kuninori Morimoto · 4 years ago
  7. 6cb56a4 ASoC: soc-pcm: add soc_pcm_hw_update_chan() by Kuninori Morimoto · 4 years ago
  8. f6c04af ASoC: soc-pcm: add soc_pcm_hw_update_rate() by Kuninori Morimoto · 4 years ago
  9. b6eabd2 ASoC: soc-pcm: change error message to debug message by Shengjiu Wang · 4 years ago
  10. dd5abc7 ASoC: soc-pcm: fixup snd_pcm_limit_hw_rates() timing by Kuninori Morimoto · 4 years ago
  11. 4b260f4 ASoC: soc-pcm: use snd_pcm_hardware at dpcm_runtime_merge_xxx() by Kuninori Morimoto · 4 years ago
  12. 2b39123 ASoC: soc-pcm: add soc_create_pcm() and simplify soc_new_pcm() by Kuninori Morimoto · 4 years ago
  13. 7fc6beb ASoC: soc-pcm: add soc_get_playback_capture() and simplify soc_new_pcm() by Kuninori Morimoto · 4 years ago
  14. e04e7b8 ASoC: soc-pcm: tidyup pcm setting by Kuninori Morimoto · 4 years ago
  15. 3a90672 ASoC: soc-pcm: cleanup soc_pcm_params_symmetry() by Kuninori Morimoto · 4 years ago
  16. fac110c ASoC: soc-pcm: cleanup soc_pcm_apply_symmetry() by Kuninori Morimoto · 4 years ago
  17. f14654d ASoC: sync parameter naming : rate / sample_bits by Kuninori Morimoto · 4 years ago
  18. 80f454e ASoC: soc-pcm: revert soc_pcm_apply_symmetry() by Kuninori Morimoto · 4 years ago
  19. a39748d ASoC: soc-pcm: cleanup soc_pcm_apply_symmetry() by Kuninori Morimoto · 4 years, 1 month ago
  20. 2805b8b ASoC: soc-pcm: add soc_pcm_set_dai_params() by Kuninori Morimoto · 4 years, 1 month ago
  21. a7e20444 ASoC: soc-pcm: add dpcm_set_be_update_state() by Kuninori Morimoto · 4 years, 1 month ago
  22. 9c6d7f9 ASoC: soc-pcm: move dpcm_set_fe_update_state() by Kuninori Morimoto · 4 years, 1 month ago
  23. e91b65b ASoC: soc-pcm: Fix an uninitialized error code by Dan Carpenter · 4 years ago
  24. 4eeed5f ASoC: soc-pcm: return correct -ERRNO in failure path by Souptick Joarder · 4 years ago
  25. 2c13828 ASoC: soc-pcm: disconnect BEs if the FE is not ready by 朱灿灿 · 4 years, 1 month ago
  26. 6374f49 ASoC: soc-pcm: care trigger rollback by Kuninori Morimoto · 4 years, 2 months ago
  27. a9faca1 ASoC: soc-pcm: remove dpcm_do_trigger() by Kuninori Morimoto · 4 years, 2 months ago
  28. bb9dd3c ASoC: pcm: send DAPM_STREAM_STOP event in dpcm_fe_dai_shutdown by Ranjani Sridharan · 4 years, 2 months ago
  29. a27b421 ASoC: pcm: call snd_soc_dapm_stream_stop() in soc_pcm_hw_clean by Ranjani Sridharan · 4 years, 2 months ago
  30. aa29377 ASoC: soc-pcm: Get all BEs along DAPM path by Sameer Pujar · 4 years, 3 months ago
  31. 4c22b80 ASoC: pcm: DRAIN support reactivation by Cezary Rojewski · 4 years, 3 months ago
  32. 4662c59 ASoC: soc-pcm: add soc_pcm_hw_clean() and call it from soc_pcm_hw_params/free() by Kuninori Morimoto · 4 years, 4 months ago
  33. c304c9a ASoC: soc-dai: add mark for snd_soc_dai_hw_params/free() by Kuninori Morimoto · 4 years, 4 months ago
  34. 3a36a64 ASoC: soc-component: add mark for snd_soc_pcm_component_hw_params/free() by Kuninori Morimoto · 4 years, 4 months ago
  35. 918ad77 ASoC: soc-link: add mark for snd_soc_link_hw_params/free() by Kuninori Morimoto · 4 years, 4 months ago
  36. ab49436 ASoC: soc-pcm: move soc_pcm_hw_free() next to soc_pcm_hw_params() by Kuninori Morimoto · 4 years, 4 months ago
  37. 8e7875a ASoC: soc-pcm: add missing ret=0 at soc_pcm_open() by Kuninori Morimoto · 4 years, 4 months ago
  38. cb2fce9 ASoC: soc-pcm: ignore un-needed mutex_unlock() case on soc_pcm_open() by Kuninori Morimoto · 4 years, 4 months ago
  39. bcae1631 ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_component_module/open() by Kuninori Morimoto · 4 years, 4 months ago
  40. ce82014 ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_dai_startup() by Kuninori Morimoto · 4 years, 4 months ago
  41. 140a453 ASoC: soc-pcm: add soc_pcm_clean() and call it from soc_pcm_open/close() by Kuninori Morimoto · 4 years, 4 months ago
  42. 939a5cf ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put() by Kuninori Morimoto · 4 years, 4 months ago
  43. 51aff91 ASoC: soc-component: add mark for soc_pcm_components_open/close() by Kuninori Morimoto · 4 years, 4 months ago
  44. 6064ed7 ASoC: soc-link: add mark for snd_soc_link_startup/shutdown() by Kuninori Morimoto · 4 years, 4 months ago
  45. 00a0b46 ASoC: soc-dai: add mark for snd_soc_dai_startup/shutdown() by Kuninori Morimoto · 4 years, 4 months ago
  46. 20244b2 ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failure by Cezary Rojewski · 4 years, 4 months ago
  47. 84569f3 Merge remote-tracking branch 'asoc/for-5.9' into asoc-next by Mark Brown · 4 years, 6 months ago
  48. 4f87215 ASoC: core: use less strict tests for dailink capabilities by Pierre-Louis Bossart · 4 years, 6 months ago
  49. 0ceef68 ASoC: soc-xxx: add asoc_substream_to_rtd() by Kuninori Morimoto · 4 years, 6 months ago
  50. b6d6e9e snd/soc: correct trivial kernel-doc inconsistency by Colton Lewis · 4 years, 7 months ago
  51. 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
  52. 836367b ASoC: soc-component: merge soc_pcm_trigger_start/stop() by Kuninori Morimoto · 4 years, 8 months ago
  53. 32fd120 ASoC: soc-component: add snd_soc_pcm_component_trigger() by Kuninori Morimoto · 4 years, 8 months ago
  54. 0475111 ASoC: soc-component: add snd_soc_pcm_component_hw_free() by Kuninori Morimoto · 4 years, 8 months ago
  55. e1bafa8 ASoC: soc-component: add snd_soc_pcm_component_hw_params() by Kuninori Morimoto · 4 years, 8 months ago
  56. 4f39514 ASoC: soc-component: add snd_soc_pcm_component_prepare() by Kuninori Morimoto · 4 years, 8 months ago
  57. 1d5cd52 ASoC: soc-pcm/compress: reduce verbosity on mapping ok messages by Pierre-Louis Bossart · 4 years, 7 months ago
  58. 799827a ASoC: soc-pcm: improve error messages in soc_pcm_new() by Pierre-Louis Bossart · 4 years, 7 months ago
  59. 96bf62f ASoC: soc-pcm: fix checks for multi-cpu FE dailinks by Pierre-Louis Bossart · 4 years, 7 months ago
  60. b73287f ASoC: soc-pcm: dpcm: fix playback/capture checks by Pierre-Louis Bossart · 4 years, 7 months ago
  61. 68f8043e Subject: [PATCH v2] ASoC: soc-pcm: fix BE dai not hw_free and shutdown during mixer update by 朱灿灿 · 4 years, 8 months ago
  62. 0cbbf8a ASoC: soc-link: add snd_soc_link_be_hw_params_fixup() by Kuninori Morimoto · 4 years, 8 months ago
  63. 7cf3c5b ASoC: soc-link: remove unneeded parameter from snd_soc_link_xxx() by Kuninori Morimoto · 4 years, 8 months ago
  64. a5e6c10 ASoC: soc-link: move soc_rtd_xxx() by Kuninori Morimoto · 4 years, 8 months ago
  65. b3dea62 ASoC: use snd_soc_xxx_active() by Kuninori Morimoto · 4 years, 8 months ago
  66. dc82910 ASoC: soc-dai: add snd_soc_dai_action() by Kuninori Morimoto · 4 years, 8 months ago
  67. d9051d8 ASoC: soc-pcm: replace snd_soc_runtime_activate()/deactivate() to macro by Kuninori Morimoto · 4 years, 8 months ago
  68. 30819358 ASoC: soc-dai: add snd_soc_pcm_dai_bespoke_trigger() by Kuninori Morimoto · 4 years, 9 months ago
  69. 42f2472 ASoC: soc-dai: add snd_soc_pcm_dai_trigger() by Kuninori Morimoto · 4 years, 9 months ago
  70. d108c7f ASoC: soc-dai: add snd_soc_pcm_dai_prepare() by Kuninori Morimoto · 4 years, 9 months ago
  71. 72161e0 Merge series "Add support for SOF on i.MX8M" from Daniel Baluta <daniel.baluta@oss.nxp.com> by Mark Brown · 4 years, 9 months ago
  72. 9b5db05 ASoC: soc-pcm: dpcm: Only allow playback/capture if supported by Stephan Gerhold · 4 years, 9 months ago
  73. c2233a2 ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer by Kuninori Morimoto · 4 years, 10 months ago
  74. 21fca8b ASoC: dpcm: allow start or stop during pause for backend by 이경택 · 4 years, 10 months ago
  75. c840f76 ASoC: soc-pcm: Merge for_each_rtd_cpu/codec_dais() by Kuninori Morimoto · 4 years, 10 months ago
  76. f17a147 ASoC: export DPCM runtime update functions by Guennadi Liakhovetski · 4 years, 10 months ago
  77. 8cce656 ASoC: (cosmetic) simplify dpcm_prune_paths() by Guennadi Liakhovetski · 4 years, 10 months ago
  78. d0c9abb ASoC: pcm: Fix (again) possible buffer overflow in dpcm state sysfs output by Takashi Iwai · 4 years, 10 months ago
  79. a4be418 ASoC: soc: use for_each_rtd_codecs/cpus_dai() macro by Kuninori Morimoto · 4 years, 10 months ago
  80. c0197db Merge series "ASoC: soc-pcm cleanup step5" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>: by Mark Brown · 4 years, 11 months ago
  81. a9ee331 ASoC: soc-pcm: Do Digital Mute for both CPU/Codec in same timing. by Kuninori Morimoto · 4 years, 11 months ago
  82. 67ad877 ASoC: soc-pcm: check DAI's activity more simply by Kuninori Morimoto · 4 years, 11 months ago
  83. 8a01fbf ASoC: soc-pcm: tidyup dulicate handing at dpcm_fe_dai_startup() by Kuninori Morimoto · 4 years, 11 months ago
  84. 0c9ba72 ASoC: soc-pcm: use snd_soc_dai_get_pcm_stream() at dpcm_set_fe_runtime() by Kuninori Morimoto · 4 years, 11 months ago
  85. 265694b ASoC: soc-pcm: add dpcm_fe_dai_cleanup() by Kuninori Morimoto · 4 years, 11 months ago
  86. 30fca26 ASoC: soc-pcm: move dpcm_fe_dai_close() by Kuninori Morimoto · 4 years, 11 months ago
  87. 5854a46 ASoC: pcm: Export parameter intersection logic by Samuel Holland · 4 years, 11 months ago
  88. 6e02feb ASoC: soc-pcm: remove duplicate be check from dpcm_add_paths() by Kuninori Morimoto · 4 years, 11 months ago
  89. 25c2f51 ASoC: soc-pcm: use defined stream by Kuninori Morimoto · 4 years, 11 months ago
  90. 0e9cf4c4 ASoC: pcm: check if cpu-dai supports a given stream by Bard Liao · 5 years ago
  91. 6e1276a ASoC: Return error if the function does not support multi-cpu by Bard Liao · 5 years ago
  92. 19bdcc7a ASoC: Add multiple CPU DAI support for PCM ops by Shreyas NC · 5 years ago
  93. 6c8beff Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7 by Mark Brown · 5 years ago
  94. 6bff73c ASoC: soc-pcm cleanup step4 by Mark Brown · 5 years ago
  95. d2aaa8d ASoC: soc-pcm: fix state tracking error in snd_soc_component_open/close() by Kai Vehmanen · 5 years ago
  96. 154dae8 ASoC: soc-pcm: add dpcm_create/remove_debugfs_state() by Kuninori Morimoto · 5 years ago
  97. c321282 ASoC: soc-pcm: move CONFIG_DEBUG_FS functions to top side by Kuninori Morimoto · 5 years ago
  98. 52645e33 ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.c by Kuninori Morimoto · 5 years ago
  99. 580dff3 ASoC: soc-pcm: merge dpcm_run_new/old_update() into dpcm_fe_runtime_update() by Kuninori Morimoto · 5 years ago
  100. 0c01f6c ASoC: soc-pcm: add snd_soc_dai_get_widget() by Kuninori Morimoto · 5 years ago