mbox series

[for-5.6,00/23] ASoC: PCM API updates (part II)

Message ID 20191210145406.21419-1-tiwai@suse.de (mailing list archive)
Headers show
Series ASoC: PCM API updates (part II) | expand

Message

Takashi Iwai Dec. 10, 2019, 2:53 p.m. UTC
Hi,

this is the second part of PCM API updates for ASoC.
This one just removes the superfluous PCM ioctl ops (and relevant
cleanups).  Applicable on top of the previous patch set.


thanks,

Takashi

===

Takashi Iwai (23):
  ASoC: amd: Drop superfluous ioctl PCM ops
  ASoC: atmel: Drop superfluous ioctl PCM ops
  ASoC: au1x: Drop superfluous ioctl PCM ops
  ASoC: bcm: Drop superfluous ioctl PCM ops
  ASoC: dwc: Drop superfluous ioctl PCM ops
  ASoC: fsl: Drop superfluous ioctl PCM ops
  ASoC: intel: Drop superfluous ioctl PCM ops
  ASoC: kirkwood: Drop superfluous ioctl PCM ops
  ASoC: mediatek: Drop superfluous ioctl PCM ops
  ASoC: meson: Drop superfluous ioctl PCM ops
  ASoC: pxa: Drop superfluous ioctl PCM ops
  ASoC: qcom: Drop superfluous ioctl PCM ops
  ASoC: samsung: Drop superfluous ioctl PCM ops
  ASoC: sh: Drop superfluous ioctl PCM ops
  ASoC: generic-dmaengine: Drop superfluous ioctl PCM ops
  ASoC: SOF: Drop superfluous ioctl PCM ops
  ASoC: sprd: Drop superfluous ioctl PCM ops
  ASoC: txx9: Drop superfluous ioctl PCM ops
  ASoC: uniphier: Drop superfluous ioctl PCM ops
  ASoC: xilinx: Drop superfluous ioctl PCM ops
  ASoC: xtensa: Drop superfluous ioctl PCM ops
  ASoC: utils: Drop superfluous ioctl PCM ops
  ASoC: Drop snd_soc_pcm_lib_ioctl()

 include/sound/soc.h                                 |  5 -----
 sound/soc/amd/acp-pcm-dma.c                         |  1 -
 sound/soc/amd/raven/acp3x-pcm-dma.c                 |  1 -
 sound/soc/atmel/atmel-pcm-pdc.c                     |  1 -
 sound/soc/au1x/dbdma2.c                             |  1 -
 sound/soc/au1x/dma.c                                |  1 -
 sound/soc/bcm/cygnus-pcm.c                          |  1 -
 sound/soc/dwc/dwc-pcm.c                             |  1 -
 sound/soc/fsl/fsl_asrc_dma.c                        |  1 -
 sound/soc/fsl/fsl_dma.c                             |  1 -
 sound/soc/fsl/imx-pcm-fiq.c                         |  1 -
 sound/soc/fsl/mpc5200_dma.c                         |  1 -
 sound/soc/intel/atom/sst-mfld-platform-pcm.c        |  1 -
 sound/soc/intel/baytrail/sst-baytrail-pcm.c         |  1 -
 sound/soc/intel/haswell/sst-haswell-pcm.c           |  1 -
 sound/soc/intel/skylake/skl-pcm.c                   |  1 -
 sound/soc/kirkwood/kirkwood-dma.c                   |  1 -
 sound/soc/mediatek/common/mtk-afe-platform-driver.c |  1 -
 sound/soc/mediatek/common/mtk-btcvsd.c              |  1 -
 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c          |  1 -
 sound/soc/mediatek/mt8183/mt8183-afe-pcm.c          |  1 -
 sound/soc/meson/axg-frddr.c                         |  3 ---
 sound/soc/meson/axg-toddr.c                         |  3 ---
 sound/soc/pxa/mmp-pcm.c                             |  1 -
 sound/soc/pxa/pxa-ssp.c                             |  1 -
 sound/soc/pxa/pxa2xx-ac97.c                         |  1 -
 sound/soc/pxa/pxa2xx-i2s.c                          |  1 -
 sound/soc/pxa/pxa2xx-pcm.c                          |  1 -
 sound/soc/qcom/lpass-platform.c                     |  1 -
 sound/soc/qcom/qdsp6/q6asm-dai.c                    |  1 -
 sound/soc/samsung/idma.c                            |  1 -
 sound/soc/sh/dma-sh7760.c                           |  1 -
 sound/soc/sh/fsi.c                                  |  1 -
 sound/soc/sh/rcar/core.c                            |  1 -
 sound/soc/sh/siu_pcm.c                              |  1 -
 sound/soc/soc-core.c                                | 12 ------------
 sound/soc/soc-generic-dmaengine-pcm.c               |  2 --
 sound/soc/soc-utils.c                               |  1 -
 sound/soc/sof/pcm.c                                 |  1 -
 sound/soc/sprd/sprd-pcm-dma.c                       |  1 -
 sound/soc/txx9/txx9aclc.c                           |  1 -
 sound/soc/uniphier/aio-dma.c                        |  1 -
 sound/soc/xilinx/xlnx_formatter_pcm.c               |  1 -
 sound/soc/xtensa/xtfpga-i2s.c                       |  1 -
 44 files changed, 64 deletions(-)