diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-12-10 15:54:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-12-11 15:59:59 +0000 |
commit | 88b79e98cfc83290c12dd0455743ff84c556628e (patch) | |
tree | e7fd506631b875443d793483ce50780bf7e17d52 /sound/soc/txx9 | |
parent | 01ac8ada97120b582580a7b3059329ddf659d033 (diff) | |
download | linux-88b79e98cfc83290c12dd0455743ff84c556628e.tar.bz2 |
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: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20191210145406.21419-19-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/txx9')
-rw-r--r-- | sound/soc/txx9/txx9aclc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c index 33c78d33e5a1..043d9ec1c2b5 100644 --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c @@ -406,7 +406,6 @@ static const struct snd_soc_component_driver txx9aclc_soc_component = { .remove = txx9aclc_pcm_remove, .open = txx9aclc_pcm_open, .close = txx9aclc_pcm_close, - .ioctl = snd_soc_pcm_lib_ioctl, .hw_params = txx9aclc_pcm_hw_params, .hw_free = txx9aclc_pcm_hw_free, .prepare = txx9aclc_pcm_prepare, |