From: Mark Brown Date: Mon, 18 Oct 2021 20:10:09 +0000 (+0100) Subject: Merge series "ASoC: cleanup / tidyup soc-pcm/core/component" from Kuninori Morimoto... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a79b02d5f24ffb2f963971eef4ef7222a0f31ab4;p=linux.git Merge series "ASoC: cleanup / tidyup soc-pcm/core/component" from Kuninori Morimoto : Hi Mark These are not a big deal, but cleanup / tidyup patch for ALSA SoC. Kuninori Morimoto (5): ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step1 ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step2 ASoC: soc-component: add snd_soc_component_is_codec() ASoC: soc-core: tidyup empty function ASoC: soc-core: accept zero format at snd_soc_runtime_set_dai_fmt() include/sound/soc-component.h | 5 +++ sound/soc/generic/simple-card-utils.c | 4 +-- sound/soc/meson/meson-codec-glue.c | 3 -- sound/soc/soc-core.c | 51 ++++++++------------------- sound/soc/soc-pcm.c | 13 +++---- 5 files changed, 26 insertions(+), 50 deletions(-) -- 2.25.1 --- a79b02d5f24ffb2f963971eef4ef7222a0f31ab4