Commit 88b79e98 authored by Takashi Iwai's avatar Takashi Iwai Committed by Mark Brown

ASoC: txx9: 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: default avatarTakashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20191210145406.21419-19-tiwai@suse.deSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 01ac8ada
...@@ -406,7 +406,6 @@ static const struct snd_soc_component_driver txx9aclc_soc_component = { ...@@ -406,7 +406,6 @@ static const struct snd_soc_component_driver txx9aclc_soc_component = {
.remove = txx9aclc_pcm_remove, .remove = txx9aclc_pcm_remove,
.open = txx9aclc_pcm_open, .open = txx9aclc_pcm_open,
.close = txx9aclc_pcm_close, .close = txx9aclc_pcm_close,
.ioctl = snd_soc_pcm_lib_ioctl,
.hw_params = txx9aclc_pcm_hw_params, .hw_params = txx9aclc_pcm_hw_params,
.hw_free = txx9aclc_pcm_hw_free, .hw_free = txx9aclc_pcm_hw_free,
.prepare = txx9aclc_pcm_prepare, .prepare = txx9aclc_pcm_prepare,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment