summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-pcm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index 295184565d1f..ee59de5c1ee1 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -2226,8 +2226,7 @@ static int soc_pcm_compat_ioctl(struct snd_pcm_substream *substream,
if (platform->driver->ops->compat_ioctl)
return platform->driver->ops->compat_ioctl(substream,
cmd, arg);
- pr_debug("%s: compat mode not supported\n", __func__);
- return -ENOIOCTLCMD;
+ return snd_pcm_lib_ioctl(substream, cmd, arg);
}
static int soc_pcm_ioctl(struct snd_pcm_substream *substream,