[alsa-devel] [PATCH v4 00/18] ASoC: soc-pcm cleanup step3
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Tue Feb 18 16:56:06 CET 2020
On 2/17/20 2:27 AM, Kuninori Morimoto wrote:
>
> Hi Mark
>
> These are v4 of soc-pcm cleanup step3.
> Main change from v3 is that
> - tidyup Subject on [10/18] patch
> - added Takashi's Reviewed-by / Acked-by on [10/18], [18/18]
For the series
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
Thank you Morimoto-san, nice cleanup!
> Kuninori Morimoto (18):
> 1) ASoC: soc-pcm: move dai_get_widget()
> 2) ASoC: soc-pcm: use dai_get_widget() at dpcm_get_be()
> 3) ASoC: soc-pcm: use dai_get_widget() at dpcm_end_walk_at_be()
> 4) ASoC: soc-pcm: use dpcm_get_be() at dpcm_end_walk_at_be()
> 5) ASoC: soc-pcm: remove soc_dpcm_be_digital_mute()
> 6) ASoC: soc-pcm: remove snd_soc_dpcm_be_get/set_state()
> 7) ASoC: soc-pcm: add snd_soc_dpcm_can_be() and remove duplicate code
> 8) ASoC: soc-pcm: use goto and remove multi return
> 9) ASoC: soc-pcm: merge playback/cature_active into stream_active
> 10) ASoC: soc.h: add for_each_pcm_streams()
> 11) ASoC: soc-core: use for_each_pcm_streams() macro
> 12) ASoC: soc-pcm: use for_each_pcm_streams() macro
> 13) ASoC: soc-generic-dmaengine-pcm: use for_each_pcm_streams() macro
> 14) ASoC: dwc: dwc-i2s: use for_each_pcm_streams() macro
> 15) ASoC: fsl: fsl_asrc_dma: use for_each_pcm_streams() macro
> 16) ASoC: qcom: lpass-platform: use for_each_pcm_streams() macro
> 17) ASoC: sof: sof-audio: use for_each_pcm_streams() macro
> 18) ALSA: usx2y: use for_each_pcm_streams() macro
>
> include/sound/pcm.h | 5 +
> include/sound/soc-dai.h | 3 +-
> include/sound/soc-dpcm.h | 9 -
> sound/soc/codecs/cs4271.c | 4 +-
> sound/soc/dwc/dwc-i2s.c | 8 +-
> sound/soc/fsl/fsl_asrc_dma.c | 4 +-
> sound/soc/qcom/lpass-platform.c | 2 +-
> sound/soc/soc-core.c | 48 ++--
> sound/soc/soc-generic-dmaengine-pcm.c | 8 +-
> sound/soc/soc-pcm.c | 327 +++++++++-----------------
> sound/soc/sof/sof-audio.c | 19 +-
> sound/usb/usx2y/usbusx2yaudio.c | 9 +-
> 12 files changed, 162 insertions(+), 284 deletions(-)
>
More information about the Alsa-devel
mailing list