Loading sound/soc/msm/qdsp6v2/msm-compr-q6-v2.c +1 −3 Original line number Diff line number Diff line Loading @@ -1177,11 +1177,9 @@ static int msm_compr_ioctl_shared(struct snd_pcm_substream *substream, prtd->cmd_interrupt = 0; return rc; default: pr_err("%s: Invalid ioctl %d\n", __func__, cmd); rc = -ENOTTY; break; } return rc; return snd_pcm_lib_ioctl(substream, cmd, arg); } #ifdef CONFIG_COMPAT struct snd_enc_wma32 { Loading Loading
sound/soc/msm/qdsp6v2/msm-compr-q6-v2.c +1 −3 Original line number Diff line number Diff line Loading @@ -1177,11 +1177,9 @@ static int msm_compr_ioctl_shared(struct snd_pcm_substream *substream, prtd->cmd_interrupt = 0; return rc; default: pr_err("%s: Invalid ioctl %d\n", __func__, cmd); rc = -ENOTTY; break; } return rc; return snd_pcm_lib_ioctl(substream, cmd, arg); } #ifdef CONFIG_COMPAT struct snd_enc_wma32 { Loading