Loading drivers/misc/qcom/qdsp6v2/audio_amrwbplus.c +3 −3 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ static long audio_ioctl_shared(struct file *file, unsigned int cmd, int rc = 0; switch (cmd) { case AUDIO_START: { case AUDIO_START: pr_err("%s[%pK]: AUDIO_START session_id[%d]\n", __func__, audio, audio->ac->session); if (audio->feedback == NON_TUNNEL_MODE) { Loading Loading @@ -107,8 +107,8 @@ static long audio_ioctl_shared(struct file *file, unsigned int cmd, audio->enabled); if (audio->stopped == 1) audio->stopped = 0; break; } default: pr_err("%s: Unknown ioctl cmd = %d", __func__, cmd); rc = -EINVAL; Loading Loading
drivers/misc/qcom/qdsp6v2/audio_amrwbplus.c +3 −3 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ static long audio_ioctl_shared(struct file *file, unsigned int cmd, int rc = 0; switch (cmd) { case AUDIO_START: { case AUDIO_START: pr_err("%s[%pK]: AUDIO_START session_id[%d]\n", __func__, audio, audio->ac->session); if (audio->feedback == NON_TUNNEL_MODE) { Loading Loading @@ -107,8 +107,8 @@ static long audio_ioctl_shared(struct file *file, unsigned int cmd, audio->enabled); if (audio->stopped == 1) audio->stopped = 0; break; } default: pr_err("%s: Unknown ioctl cmd = %d", __func__, cmd); rc = -EINVAL; Loading