aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-utils.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-12-10 15:54:05 +0100
committerMark Brown <broonie@kernel.org>2019-12-11 16:00:48 +0000
commit93ec6953c1d7b3c5f62d35c76fe6670c6d9b3c8c (patch)
tree19405fc91a13288a92e83361e1066fddfbdabb59 /sound/soc/soc-utils.c
parentASoC: xtensa: Drop superfluous ioctl PCM ops (diff)
downloadwireguard-linux-93ec6953c1d7b3c5f62d35c76fe6670c6d9b3c8c.tar.xz
wireguard-linux-93ec6953c1d7b3c5f62d35c76fe6670c6d9b3c8c.zip
ASoC: utils: Drop superfluous ioctl PCM ops
ASoC PCM core deals the empty ioctl field now as default. Let's kill the redundant lines. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/20191210145406.21419-23-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-utils.c')
-rw-r--r--sound/soc/soc-utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c
index 2fd4562f5e63..922eac930df9 100644
--- a/sound/soc/soc-utils.c
+++ b/sound/soc/soc-utils.c
@@ -77,7 +77,6 @@ static int dummy_dma_open(struct snd_soc_component *component,
static const struct snd_soc_component_driver dummy_platform = {
.open = dummy_dma_open,
- .ioctl = snd_soc_pcm_lib_ioctl,
};
static const struct snd_soc_component_driver dummy_codec = {