LF-1011-28 ASoC: fsl: hdmi-dma: drop snd_soc_pcm_lib_ioctl
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 25 Feb 2020 17:36:30 +0000 (01:36 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 02:57:06 +0000 (10:57 +0800)
commit73b27dee90eb0dee027a13f9edfc7084cf6a6131
tree46d0f6dbdc6988317feb8a4b65ff3536ab661845
parent90dfe79cefec3fd7fc2a3af45709d0868e62e274
LF-1011-28 ASoC: fsl: hdmi-dma: drop snd_soc_pcm_lib_ioctl

This ioctl was removed since:
e91f134c83b1 ("ASoC: sh: Drop superfluous ioctl PCM ops")

../sound/soc/fsl/imx-hdmi-dma.c:1088:12: error: ‘snd_soc_pcm_lib_ioctl’ undeclared here (not in a function); did you mean ‘snd_pcm_lib_ioctl’?
 1088 |  .ioctl  = snd_soc_pcm_lib_ioctl,
      |            ^~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
sound/soc/fsl/imx-hdmi-dma.c