diff options
author | Takashi Iwai | 2019-12-10 15:53:52 +0100 |
---|---|---|
committer | Mark Brown | 2019-12-11 15:57:37 +0000 |
commit | a1b175b0828de15e04b551a8406affcddc552d7d (patch) | |
tree | ed62b8ab5b4755f543c5bac4b4c07cf7a2d42769 /sound/soc/mediatek/mt6797 | |
parent | 13fd6f07f5b1cab528271f908df531a49e0bdcde (diff) |
ASoC: mediatek: Drop superfluous ioctl PCM ops
ASoC PCM core deals the empty ioctl field now as default.
Let's kill the redundant lines.
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20191210145406.21419-10-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt6797')
-rw-r--r-- | sound/soc/mediatek/mt6797/mt6797-afe-pcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c b/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c index 033c07fb599c..cd7c5fabc605 100644 --- a/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c +++ b/sound/soc/mediatek/mt6797/mt6797-afe-pcm.c @@ -712,7 +712,6 @@ static int mt6797_afe_component_probe(struct snd_soc_component *component) static const struct snd_soc_component_driver mt6797_afe_component = { .name = AFE_PCM_NAME, .probe = mt6797_afe_component_probe, - .ioctl = snd_soc_pcm_lib_ioctl, .pointer = mtk_afe_pcm_pointer, .pcm_construct = mtk_afe_pcm_new, .pcm_destruct = mtk_afe_pcm_free, |