mbox series

[v2,00/54] ASoC: convert asoc_xxx() to snd_soc_xxx()

Message ID 87edilihhg.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: convert asoc_xxx() to snd_soc_xxx() | expand

Message

Kuninori Morimoto Sept. 26, 2023, 6:19 a.m. UTC
Hi Mark

These are v2 of convertion patch for asoc_xxx() to snd_soc_xxx().
Based on latest asoc branch.

ASoC is using 2 type of prefix (asoc_xxx() vs snd_soc_xxx()), but there
is no particular reason about that [1].
To reduce confusing, standarding these to snd_soc_xxx() is sensible.

This patch adds asoc_xxx() macro to keep compatible for a while.
It will be removed if all drivers were switched to new style.

Link: https://lore.kernel.org/r/87h6td3hus.wl-kuninori.morimoto.gx@renesas.com [1]


Kuninori Morimoto (54):
  ASoC: soc.h: convert asoc_xxx() to snd_soc_xxx()
  ASoC: simple_card_utils.h: convert not to use asoc_xxx()
  ASoC: sh: convert not to use asoc_xxx()
  ASoC: ti: convert not to use asoc_xxx()
  ASoC: arm: convert not to use asoc_xxx()
  ASoC: amd: convert not to use asoc_xxx()
  ASoC: bcm: convert not to use asoc_xxx()
  ASoC: dwc: convert not to use asoc_xxx()
  ASoC: fsl: convert not to use asoc_xxx()
  ASoC: img: convert not to use asoc_xxx()
  ASoC: mxs: convert not to use asoc_xxx()
  ASoC: pxa: convert not to use asoc_xxx()
  ASoC: stm: convert not to use asoc_xxx()
  ASoC: au1x: convert not to use asoc_xxx()
  ASoC: qcom: convert not to use asoc_xxx()
  ASoC: sprd: convert not to use asoc_xxx()
  ASoC: apple: convert not to use asoc_xxx()
  ASoC: atmel: convert not to use asoc_xxx()
  ASoC: meson: convert not to use asoc_xxx()
  ASoC: sunxi: convert not to use asoc_xxx()
  ASoC: tegra: convert not to use asoc_xxx()
  ASoC: ux500: convert not to use asoc_xxx()
  ASoC: google: convert not to use asoc_xxx()
  ASoC: cirrus: convert not to use asoc_xxx()
  ASoC: generic: convert not to use asoc_xxx()
  ASoC: samsung: convert not to use asoc_xxx()
  ASoC: extensa: convert not to use asoc_xxx()
  ASoC: kirkwood: convert not to use asoc_xxx()
  ASoC: loongson: convert not to use asoc_xxx()
  ASoC: mediatek: convert not to use asoc_xxx()
  ASoC: rockchip: convert not to use asoc_xxx()
  ASoC: starfive: convert not to use asoc_xxx()
  ASoC: uniphier: convert not to use asoc_xxx()
  ASoC: soundwire: convert not to use asoc_xxx()
  ASoC: intel: convert not to use asoc_xxx()
  ASoC: intel: avs: convert not to use asoc_xxx()
  ASoC: codec: wm: convert not to use asoc_xxx()
  ASoC: codec: rt5677: convert not to use asoc_xxx()
  ASoC: codec: cs47lxx: convert not to use asoc_xxx()
  ASoC: sof: convert not to use asoc_xxx()
  ASoC: sof: amd: convert not to use asoc_xxx()
  ASoC: sof: intel: convert not to use asoc_xxx()
  ASoC: sof: mediatek: convert not to use asoc_xxx()
  ASoC: soc-dai: convert not to use asoc_xxx()
  ASoC: soc-pcm: convert not to use asoc_xxx()
  ASoC: soc-core: convert not to use asoc_xxx()
  ASoC: soc-dapm: convert not to use asoc_xxx()
  ASoC: soc-link: convert not to use asoc_xxx()
  ASoC: soc-utils: convert not to use asoc_xxx()
  ASoC: soc-topology: convert not to use asoc_xxx()
  ASoC: soc-compress: convert not to use asoc_xxx()
  ASoC: soc-component: convert not to use asoc_xxx()
  ASoC: soc-generic-dmaengine-pcm: convert not to use asoc_xxx()
  ASoC: remove asoc_xxx() compatible macro

 drivers/soundwire/intel.c                     |   2 +-
 drivers/soundwire/intel_ace2x.c               |   2 +-
 drivers/soundwire/stream.c                    |   2 +-
 include/sound/graph_card.h                    |  16 +-
 include/sound/simple_card.h                   |   6 +-
 include/sound/simple_card_utils.h             | 106 ++++-----
 include/sound/soc-card.h                      |   4 +-
 include/sound/soc.h                           |  29 +--
 sound/arm/pxa2xx-pcm-lib.c                    |   8 +-
 sound/soc/amd/acp-da7219-max98357a.c          |  28 +--
 sound/soc/amd/acp-es8336.c                    |   6 +-
 sound/soc/amd/acp-pcm-dma.c                   |   2 +-
 sound/soc/amd/acp-rt5645.c                    |   6 +-
 sound/soc/amd/acp/acp-legacy-common.c         |   8 +-
 sound/soc/amd/acp/acp-mach-common.c           |  54 ++---
 sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c |   6 +-
 sound/soc/amd/acp3x-rt5682-max9836.c          |  12 +-
 sound/soc/amd/ps/ps-sdw-dma.c                 |   2 +-
 sound/soc/amd/raven/acp3x-i2s.c               |   2 +-
 sound/soc/amd/raven/acp3x-pcm-dma.c           |   6 +-
 sound/soc/amd/vangogh/acp5x-i2s.c             |   2 +-
 sound/soc/amd/vangogh/acp5x-mach.c            |  12 +-
 sound/soc/amd/vangogh/acp5x-pcm-dma.c         |   6 +-
 sound/soc/apple/mca.c                         |  26 +--
 sound/soc/atmel/atmel-classd.c                |  10 +-
 sound/soc/atmel/atmel-pcm-dma.c               |   8 +-
 sound/soc/atmel/atmel-pcm-pdc.c               |   4 +-
 sound/soc/atmel/atmel-pdmic.c                 |  12 +-
 sound/soc/atmel/atmel_wm8904.c                |   4 +-
 sound/soc/atmel/mikroe-proto.c                |   2 +-
 sound/soc/atmel/sam9g20_wm8731.c              |   2 +-
 sound/soc/atmel/sam9x5_wm8731.c               |   2 +-
 sound/soc/au1x/db1200.c                       |   4 +-
 sound/soc/au1x/dbdma2.c                       |   4 +-
 sound/soc/au1x/dma.c                          |   4 +-
 sound/soc/au1x/psc-ac97.c                     |   2 +-
 sound/soc/bcm/bcm63xx-pcm-whistler.c          |  28 +--
 sound/soc/bcm/cygnus-pcm.c                    |  24 +-
 sound/soc/cirrus/edb93xx.c                    |   6 +-
 sound/soc/codecs/cs47l15.c                    |   4 +-
 sound/soc/codecs/cs47l24.c                    |   6 +-
 sound/soc/codecs/cs47l35.c                    |   6 +-
 sound/soc/codecs/cs47l85.c                    |   6 +-
 sound/soc/codecs/cs47l90.c                    |   6 +-
 sound/soc/codecs/cs47l92.c                    |   4 +-
 sound/soc/codecs/rt5677-spi.c                 |   4 +-
 sound/soc/codecs/wm5110.c                     |   6 +-
 sound/soc/codecs/wm_adsp.c                    |  10 +-
 sound/soc/dwc/dwc-i2s.c                       |   2 +-
 sound/soc/dwc/dwc-pcm.c                       |   4 +-
 sound/soc/fsl/eukrea-tlv320.c                 |   6 +-
 sound/soc/fsl/fsl-asoc-card.c                 |  28 +--
 sound/soc/fsl/fsl_asrc_dma.c                  |  10 +-
 sound/soc/fsl/fsl_dma.c                       |   2 +-
 sound/soc/fsl/fsl_spdif.c                     |  20 +-
 sound/soc/fsl/fsl_ssi.c                       |  16 +-
 sound/soc/fsl/imx-audmix.c                    |  18 +-
 sound/soc/fsl/imx-card.c                      |   6 +-
 sound/soc/fsl/imx-hdmi.c                      |   4 +-
 sound/soc/fsl/imx-pcm-rpmsg.c                 |  14 +-
 sound/soc/fsl/imx-rpmsg.c                     |   4 +-
 sound/soc/fsl/imx-sgtl5000.c                  |   2 +-
 sound/soc/fsl/imx-spdif.c                     |   2 +-
 sound/soc/fsl/mpc5200_dma.c                   |  18 +-
 sound/soc/fsl/mpc5200_psc_i2s.c               |   4 +-
 sound/soc/fsl/mpc8610_hpcd.c                  |   6 +-
 sound/soc/fsl/p1022_ds.c                      |   6 +-
 sound/soc/fsl/p1022_rdk.c                     |   6 +-
 sound/soc/generic/audio-graph-card.c          | 114 ++++-----
 .../generic/audio-graph-card2-custom-sample.c |  32 +--
 sound/soc/generic/audio-graph-card2.c         | 108 ++++-----
 sound/soc/generic/simple-card-utils.c         | 219 +++++++++---------
 sound/soc/generic/simple-card.c               | 147 ++++++------
 sound/soc/generic/test-component.c            |   2 +-
 sound/soc/google/chv3-i2s.c                   |  22 +-
 sound/soc/img/img-i2s-in.c                    |   2 +-
 sound/soc/img/img-i2s-out.c                   |   2 +-
 sound/soc/intel/atom/sst-mfld-platform-pcm.c  |  12 +-
 sound/soc/intel/avs/boards/da7219.c           |   4 +-
 sound/soc/intel/avs/boards/es8336.c           |   8 +-
 sound/soc/intel/avs/boards/i2s_test.c         |   2 +-
 sound/soc/intel/avs/boards/max98373.c         |   2 +-
 sound/soc/intel/avs/boards/max98927.c         |   2 +-
 sound/soc/intel/avs/boards/nau8825.c          |   8 +-
 sound/soc/intel/avs/boards/rt274.c            |   4 +-
 sound/soc/intel/avs/boards/rt286.c            |   8 +-
 sound/soc/intel/avs/boards/rt298.c            |   8 +-
 sound/soc/intel/avs/boards/rt5663.c           |   8 +-
 sound/soc/intel/avs/boards/rt5682.c           |   8 +-
 sound/soc/intel/avs/boards/ssm4567.c          |   4 +-
 sound/soc/intel/avs/pcm.c                     |  44 ++--
 sound/soc/intel/boards/bdw-rt5650.c           |   6 +-
 sound/soc/intel/boards/bdw-rt5677.c           |  10 +-
 sound/soc/intel/boards/bdw_rt286.c            |   8 +-
 sound/soc/intel/boards/bxt_da7219_max98357a.c |   8 +-
 sound/soc/intel/boards/bxt_rt298.c            |  10 +-
 sound/soc/intel/boards/bytcht_cx2072x.c       |  10 +-
 sound/soc/intel/boards/bytcht_da7213.c        |  12 +-
 sound/soc/intel/boards/bytcht_es8316.c        |   8 +-
 sound/soc/intel/boards/bytcht_nocodec.c       |   4 +-
 sound/soc/intel/boards/bytcr_rt5640.c         |  10 +-
 sound/soc/intel/boards/bytcr_rt5651.c         |  10 +-
 sound/soc/intel/boards/bytcr_wm5102.c         |   6 +-
 sound/soc/intel/boards/cht_bsw_max98090_ti.c  |   8 +-
 sound/soc/intel/boards/cht_bsw_nau8824.c      |   8 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c       |  16 +-
 sound/soc/intel/boards/cht_bsw_rt5672.c       |  10 +-
 sound/soc/intel/boards/cml_rt1011_rt5682.c    |  12 +-
 sound/soc/intel/boards/ehl_rt5660.c           |   8 +-
 sound/soc/intel/boards/glk_rt5682_max98357a.c |  12 +-
 sound/soc/intel/boards/hsw_rt5640.c           |   4 +-
 sound/soc/intel/boards/kbl_da7219_max98357a.c |   8 +-
 sound/soc/intel/boards/kbl_da7219_max98927.c  |  10 +-
 sound/soc/intel/boards/kbl_rt5660.c           |   8 +-
 sound/soc/intel/boards/kbl_rt5663_max98927.c  |  12 +-
 .../intel/boards/kbl_rt5663_rt5514_max98927.c |  12 +-
 sound/soc/intel/boards/skl_hda_dsp_generic.c  |   4 +-
 .../soc/intel/boards/skl_nau88l25_max98357a.c |  14 +-
 sound/soc/intel/boards/skl_nau88l25_ssm4567.c |  18 +-
 sound/soc/intel/boards/skl_rt286.c            |  10 +-
 sound/soc/intel/boards/sof_cirrus_common.c    |   2 +-
 sound/soc/intel/boards/sof_cs42l42.c          |  12 +-
 sound/soc/intel/boards/sof_da7219.c           |   8 +-
 sound/soc/intel/boards/sof_es8336.c           |  14 +-
 sound/soc/intel/boards/sof_maxim_common.c     |   8 +-
 sound/soc/intel/boards/sof_nau8825.c          |  12 +-
 sound/soc/intel/boards/sof_pcm512x.c          |  14 +-
 sound/soc/intel/boards/sof_realtek_common.c   |   8 +-
 sound/soc/intel/boards/sof_rt5682.c           |  16 +-
 sound/soc/intel/boards/sof_sdw.c              |  18 +-
 sound/soc/intel/boards/sof_sdw_cs42l42.c      |   2 +-
 sound/soc/intel/boards/sof_sdw_cs42l43.c      |   2 +-
 sound/soc/intel/boards/sof_sdw_hdmi.c         |   2 +-
 sound/soc/intel/boards/sof_sdw_maxim.c        |   4 +-
 sound/soc/intel/boards/sof_sdw_rt5682.c       |   2 +-
 sound/soc/intel/boards/sof_sdw_rt700.c        |   2 +-
 sound/soc/intel/boards/sof_sdw_rt711.c        |   2 +-
 sound/soc/intel/boards/sof_sdw_rt_amp.c       |   4 +-
 .../boards/sof_sdw_rt_sdca_jack_common.c      |   2 +-
 sound/soc/intel/boards/sof_ssp_amp.c          |   8 +-
 sound/soc/intel/boards/sof_wm8804.c           |   4 +-
 sound/soc/intel/catpt/pcm.c                   |  12 +-
 sound/soc/intel/keembay/kmb_platform.c        |   4 +-
 sound/soc/intel/skylake/skl-pcm.c             |  18 +-
 sound/soc/kirkwood/armada-370-db.c            |   4 +-
 sound/soc/kirkwood/kirkwood-dma.c             |   2 +-
 sound/soc/loongson/loongson_card.c            |   4 +-
 sound/soc/loongson/loongson_dma.c             |   4 +-
 sound/soc/mediatek/common/mtk-afe-fe-dai.c    |  22 +-
 .../mediatek/common/mtk-afe-platform-driver.c |   4 +-
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c    |   4 +-
 sound/soc/mediatek/mt2701/mt2701-cs42448.c    |   6 +-
 sound/soc/mediatek/mt2701/mt2701-wm8960.c     |   6 +-
 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c    |   6 +-
 sound/soc/mediatek/mt8173/mt8173-afe-pcm.c    |   4 +-
 sound/soc/mediatek/mt8173/mt8173-max98090.c   |   6 +-
 .../mediatek/mt8173/mt8173-rt5650-rt5514.c    |   4 +-
 .../mediatek/mt8173/mt8173-rt5650-rt5676.c    |   6 +-
 sound/soc/mediatek/mt8173/mt8173-rt5650.c     |   8 +-
 sound/soc/mediatek/mt8183/mt8183-afe-pcm.c    |   6 +-
 .../mediatek/mt8183/mt8183-da7219-max98357.c  |  14 +-
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c   |  18 +-
 sound/soc/mediatek/mt8186/mt8186-afe-pcm.c    |  12 +-
 .../mediatek/mt8186/mt8186-mt6366-common.c    |   2 +-
 .../mt8186/mt8186-mt6366-da7219-max98357.c    |  14 +-
 .../mt8186/mt8186-mt6366-rt1019-rt5682s.c     |  12 +-
 sound/soc/mediatek/mt8188/mt8188-afe-pcm.c    |   8 +-
 sound/soc/mediatek/mt8188/mt8188-mt6359.c     |  22 +-
 sound/soc/mediatek/mt8192/mt8192-afe-pcm.c    |   6 +-
 .../mt8192/mt8192-mt6359-rt1015-rt5682.c      |  22 +-
 sound/soc/mediatek/mt8195/mt8195-afe-pcm.c    |  10 +-
 sound/soc/mediatek/mt8195/mt8195-mt6359.c     |  26 +--
 sound/soc/meson/aiu-fifo.c                    |   2 +-
 sound/soc/meson/axg-card.c                    |  12 +-
 sound/soc/meson/axg-fifo.c                    |   2 +-
 sound/soc/meson/gx-card.c                     |   2 +-
 sound/soc/meson/meson-card-utils.c            |   6 +-
 sound/soc/meson/meson-codec-glue.c            |   2 +-
 sound/soc/mxs/mxs-sgtl5000.c                  |   6 +-
 sound/soc/pxa/pxa2xx-i2s.c                    |   4 +-
 sound/soc/pxa/spitz.c                         |   8 +-
 sound/soc/qcom/apq8016_sbc.c                  |   8 +-
 sound/soc/qcom/apq8096.c                      |   8 +-
 sound/soc/qcom/common.c                       |   6 +-
 sound/soc/qcom/lpass-cdc-dma.c                |  16 +-
 sound/soc/qcom/lpass-platform.c               |  50 ++--
 sound/soc/qcom/qdsp6/q6apm-dai.c              |   4 +-
 sound/soc/qcom/qdsp6/q6asm-dai.c              |  10 +-
 sound/soc/qcom/qdsp6/q6routing.c              |   4 +-
 sound/soc/qcom/sc7180.c                       |  18 +-
 sound/soc/qcom/sc7280.c                       |  26 +--
 sound/soc/qcom/sc8280xp.c                     |   8 +-
 sound/soc/qcom/sdm845.c                       |  36 +--
 sound/soc/qcom/sdw.c                          |   6 +-
 sound/soc/qcom/sm8250.c                       |  10 +-
 sound/soc/qcom/storm.c                        |   4 +-
 sound/soc/rockchip/rk3288_hdmi_analog.c       |   6 +-
 sound/soc/rockchip/rk3399_gru_sound.c         |  26 +--
 sound/soc/rockchip/rockchip_i2s.c             |   2 +-
 sound/soc/rockchip/rockchip_max98090.c        |   8 +-
 sound/soc/rockchip/rockchip_rt5645.c          |   8 +-
 sound/soc/samsung/aries_wm8994.c              |  12 +-
 sound/soc/samsung/arndale.c                   |  10 +-
 sound/soc/samsung/bells.c                     |  16 +-
 sound/soc/samsung/i2s.c                       |  12 +-
 sound/soc/samsung/littlemill.c                |  16 +-
 sound/soc/samsung/lowland.c                   |   4 +-
 sound/soc/samsung/midas_wm1811.c              |  10 +-
 sound/soc/samsung/odroid.c                    |   8 +-
 sound/soc/samsung/pcm.c                       |   8 +-
 sound/soc/samsung/smdk_spdif.c                |   4 +-
 sound/soc/samsung/smdk_wm8994.c               |   4 +-
 sound/soc/samsung/smdk_wm8994pcm.c            |   6 +-
 sound/soc/samsung/snow.c                      |   4 +-
 sound/soc/samsung/spdif.c                     |  14 +-
 sound/soc/samsung/speyside.c                  |   8 +-
 sound/soc/samsung/tm2_wm5110.c                |  24 +-
 sound/soc/samsung/tobermory.c                 |   8 +-
 sound/soc/sh/dma-sh7760.c                     |  28 +--
 sound/soc/sh/fsi.c                            |   4 +-
 sound/soc/sh/migor.c                          |  10 +-
 sound/soc/sh/rcar/core.c                      |   6 +-
 sound/soc/sh/rz-ssi.c                         |   4 +-
 sound/soc/soc-component.c                     |  24 +-
 sound/soc/soc-compress.c                      |  36 +--
 sound/soc/soc-core.c                          |  20 +-
 sound/soc/soc-dai.c                           |   8 +-
 sound/soc/soc-dapm.c                          |  12 +-
 sound/soc/soc-generic-dmaengine-pcm.c         |  10 +-
 sound/soc/soc-link.c                          |  14 +-
 sound/soc/soc-pcm.c                           |  90 +++----
 sound/soc/soc-topology.c                      |   6 +-
 sound/soc/soc-utils.c                         |   6 +-
 sound/soc/sof/amd/acp-pcm.c                   |   2 +-
 sound/soc/sof/intel/hda-dai-ops.c             |  22 +-
 sound/soc/sof/intel/hda-dai.c                 |   8 +-
 sound/soc/sof/intel/hda-pcm.c                 |   4 +-
 sound/soc/sof/intel/hda-stream.c              |   2 +-
 sound/soc/sof/ipc3-pcm.c                      |   6 +-
 sound/soc/sof/ipc4-pcm.c                      |   8 +-
 sound/soc/sof/mediatek/mt8186/mt8186.c        |   2 +-
 sound/soc/sof/mediatek/mt8195/mt8195.c        |   2 +-
 sound/soc/sof/nocodec.c                       |   2 +-
 sound/soc/sof/pcm.c                           |  18 +-
 sound/soc/sprd/sprd-pcm-compress.c            |   4 +-
 sound/soc/sprd/sprd-pcm-dma.c                 |   4 +-
 sound/soc/starfive/jh7110_pwmdac.c            |   2 +-
 sound/soc/starfive/jh7110_tdm.c               |   2 +-
 sound/soc/stm/stm32_adfsdm.c                  |  24 +-
 sound/soc/stm/stm32_sai_sub.c                 |   4 +-
 sound/soc/sunxi/sun4i-codec.c                 |  12 +-
 sound/soc/sunxi/sun4i-spdif.c                 |   4 +-
 sound/soc/sunxi/sun50i-dmic.c                 |   2 +-
 sound/soc/tegra/tegra_asoc_machine.c          |   2 +-
 sound/soc/tegra/tegra_audio_graph_card.c      |  22 +-
 sound/soc/tegra/tegra_pcm.c                   |   4 +-
 sound/soc/tegra/tegra_wm8903.c                |   4 +-
 sound/soc/ti/ams-delta.c                      |   4 +-
 sound/soc/ti/davinci-evm.c                    |  10 +-
 sound/soc/ti/j721e-evm.c                      |  12 +-
 sound/soc/ti/n810.c                           |   6 +-
 sound/soc/ti/omap-abe-twl6040.c               |  10 +-
 sound/soc/ti/omap-hdmi.c                      |   2 +-
 sound/soc/ti/omap-mcbsp-st.c                  |   2 +-
 sound/soc/ti/omap-mcbsp.c                     |   8 +-
 sound/soc/ti/omap-mcpdm.c                     |   2 +-
 sound/soc/ti/omap-twl4030.c                   |   2 +-
 sound/soc/ti/omap3pandora.c                   |   6 +-
 sound/soc/ti/osk5912.c                        |   4 +-
 sound/soc/ti/rx51.c                           |   6 +-
 sound/soc/uniphier/aio-compress.c             |  22 +-
 sound/soc/uniphier/aio-dma.c                  |  12 +-
 sound/soc/ux500/mop500_ab8500.c               |  14 +-
 sound/soc/ux500/ux500_pcm.c                   |   4 +-
 sound/soc/xtensa/xtfpga-i2s.c                 |   4 +-
 275 files changed, 1618 insertions(+), 1619 deletions(-)

Comments

Mark Brown Sept. 27, 2023, 8:50 a.m. UTC | #1
On Tue, 26 Sep 2023 06:19:39 +0000, Kuninori Morimoto wrote:
> These are v2 of convertion patch for asoc_xxx() to snd_soc_xxx().
> Based on latest asoc branch.
> 
> ASoC is using 2 type of prefix (asoc_xxx() vs snd_soc_xxx()), but there
> is no particular reason about that [1].
> To reduce confusing, standarding these to snd_soc_xxx() is sensible.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[01/54] ASoC: soc.h: convert asoc_xxx() to snd_soc_xxx()
        commit: 1d5a2b5dd0a8d2b2b535b5266699429dbd48e62f
[02/54] ASoC: simple_card_utils.h: convert not to use asoc_xxx()
        commit: b5a95c5bf6d6953d05b2c12acc8c07783232bea9
[03/54] ASoC: sh: convert not to use asoc_xxx()
        commit: c4ccfe4e5fa5d36a418bdb78dbe00a97b77954f9
[04/54] ASoC: ti: convert not to use asoc_xxx()
        commit: 1af529320d56e99f0745e432966d5f6652353b99
[05/54] ASoC: arm: convert not to use asoc_xxx()
        commit: 3cdd333a36dae6c56ffceedce8737cca23b632ba
[06/54] ASoC: amd: convert not to use asoc_xxx()
        commit: 4c1a094692cbafbd163229e353a2a7150f09665c
[07/54] ASoC: bcm: convert not to use asoc_xxx()
        commit: aa435567d75fd5128d45141f81278abf1f7d47c4
[08/54] ASoC: dwc: convert not to use asoc_xxx()
        commit: f8af41a3ac938e3764d89f7e05b0a8d130f6075a
[09/54] ASoC: fsl: convert not to use asoc_xxx()
        commit: 14ec63f678e8beaaa1005ccae6c112bf672ba2b3
[10/54] ASoC: img: convert not to use asoc_xxx()
        commit: cc807acede357e2d05969bc52073f1ad678f4677
[11/54] ASoC: mxs: convert not to use asoc_xxx()
        commit: 59b8f7185ed402a90782e0e8b25ccf9284a7e8e3
[12/54] ASoC: pxa: convert not to use asoc_xxx()
        commit: 2f688d1ea1cc167fdc0a65d3b2f77dd752d55117
[13/54] ASoC: stm: convert not to use asoc_xxx()
        commit: d69bd6dbc651ba86fe40f4cc6b125a7fb3f4be51
[14/54] ASoC: au1x: convert not to use asoc_xxx()
        commit: 2162d45392c69b7976e5e294c2104236b15e47c1
[15/54] ASoC: qcom: convert not to use asoc_xxx()
        commit: 9b1a2dfa8a00ff10550d6ca103f494c60f13cb03
[16/54] ASoC: sprd: convert not to use asoc_xxx()
        commit: a87a5c6ee44e0a50f29268bab8b11d8da418af41
[17/54] ASoC: apple: convert not to use asoc_xxx()
        commit: 2bbb49e294acb690340693f5f54dc6ef29641d54
[18/54] ASoC: atmel: convert not to use asoc_xxx()
        commit: 6547effc3aea50cc3c60874f9a65a19f4919ef9d
[19/54] ASoC: meson: convert not to use asoc_xxx()
        commit: 0d102e68e1075dbfb24d35c29bf9e64e7936b9f8
[20/54] ASoC: sunxi: convert not to use asoc_xxx()
        commit: 7912371430a49daaa63a2098aa8c944a1ecb0b9b
[21/54] ASoC: tegra: convert not to use asoc_xxx()
        commit: 436f4c706c22682b357dbdb97a6196449293e2a8
[22/54] ASoC: ux500: convert not to use asoc_xxx()
        commit: 3a0901d771d77c6a6be45e0a912c246d1ddee05b
[23/54] ASoC: google: convert not to use asoc_xxx()
        commit: 08b7174fb8d126e607e385e34b9e1da4f3be274f
[24/54] ASoC: cirrus: convert not to use asoc_xxx()
        commit: 1880a434948346f00509ad9a9f0885a66e5432d0
[25/54] ASoC: generic: convert not to use asoc_xxx()
        commit: b4b7de99c6da461315bfcce28018ab9f660c913b
[26/54] ASoC: samsung: convert not to use asoc_xxx()
        commit: 21b6cd54c98efedd29a2f8c92c3ee64fb324f4ec
[27/54] ASoC: extensa: convert not to use asoc_xxx()
        commit: c578d73e919b4805fbddf278627af1302b6246ec
[28/54] ASoC: kirkwood: convert not to use asoc_xxx()
        commit: fe4c755de065b156ddc884a5b21b38e7063468b1
[29/54] ASoC: loongson: convert not to use asoc_xxx()
        commit: 5f444041c1d225bcc8f44dc4b027eb41e2f2f175
[30/54] ASoC: mediatek: convert not to use asoc_xxx()
        commit: de9e70137f006855a540f510a2c7dfb8850bedb7
[31/54] ASoC: rockchip: convert not to use asoc_xxx()
        commit: 1a72df807968d259987f4e08fa7e2c92e3710717
[32/54] ASoC: starfive: convert not to use asoc_xxx()
        commit: 1a543d2a1cdbe2aae039a9b7f5ab6d0cbddebf95
[33/54] ASoC: uniphier: convert not to use asoc_xxx()
        commit: 91941d84038ef392370172053cb8e0ca62ae9e56
[34/54] ASoC: soundwire: convert not to use asoc_xxx()
        commit: 50cd92e0c8d35d634275ae29f769244ad26b41fa
[35/54] ASoC: intel: convert not to use asoc_xxx()
        commit: a2c1125e5b99cd9722d7ee320756bba948855e1e
[36/54] ASoC: intel: avs: convert not to use asoc_xxx()
        commit: 5d2d1a48a2f7734aee273303fadbb5929b5b8d37
[37/54] ASoC: codec: wm: convert not to use asoc_xxx()
        commit: 221a3d283ee57e75f68f83157d3a1c7cc88a5fa9
[38/54] ASoC: codec: rt5677: convert not to use asoc_xxx()
        commit: 4cfa9963faa42eb71550e7697df0889b66c11898
[39/54] ASoC: codec: cs47lxx: convert not to use asoc_xxx()
        commit: a62886e3e74552ce91a4de2a9012cfac678ab4a8
[40/54] ASoC: sof: convert not to use asoc_xxx()
        commit: 4d5f41191ca83fa4bf6120c5cbcd085aa2aeec0e
[41/54] ASoC: sof: amd: convert not to use asoc_xxx()
        commit: b787e09f590656da9b2e5bd3e2484121368b6561
[42/54] ASoC: sof: intel: convert not to use asoc_xxx()
        commit: e79a972539628b626c4eb68e0c0341ffca1d6217
[43/54] ASoC: sof: mediatek: convert not to use asoc_xxx()
        commit: 80b72082e9677026f8874b3db6bf417f473a74cf
[44/54] ASoC: soc-dai: convert not to use asoc_xxx()
        commit: 52d98d06eb0bf26312b26fb2d7aa19ddad2a9288
[45/54] ASoC: soc-pcm: convert not to use asoc_xxx()
        commit: 2679a5b2f7d99e3a733cb229c95b4c2e78d17b23
[46/54] ASoC: soc-core: convert not to use asoc_xxx()
        commit: eeec74aa0ff8af329b9a4504a59a568b93ab2a0f
[47/54] ASoC: soc-dapm: convert not to use asoc_xxx()
        commit: 36570f3222fdfbcdd4cda28d4367efc17661290f
[48/54] ASoC: soc-link: convert not to use asoc_xxx()
        commit: 9099904bac50385721ef2e0d7e54a412f7527975
[49/54] ASoC: soc-utils: convert not to use asoc_xxx()
        commit: b1f96e94e860f7dfecedb30fc08e19424892b660
[50/54] ASoC: soc-topology: convert not to use asoc_xxx()
        commit: 8bfbdb18e2fd25385caece357a715cc058c40726
[51/54] ASoC: soc-compress: convert not to use asoc_xxx()
        commit: 28b11fd4ab604ff8a3650d10e37c2d1d93873b7b
[52/54] ASoC: soc-component: convert not to use asoc_xxx()
        commit: c35691ffcdbd57049d23ff4a596dd28635aabcdc
[53/54] ASoC: soc-generic-dmaengine-pcm: convert not to use asoc_xxx()
        commit: c067b1f83ea46346a352c2e43ac80f2166172d8a
[54/54] ASoC: remove asoc_xxx() compatible macro
        commit: ad484cc98f2c7ee8e22f63691562a7abae5a9832

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark