Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe3e1084 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: Return error for invalid ioctl's"

parents 74dac3a0 c9c67fe5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1177,9 +1177,11 @@ 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 snd_pcm_lib_ioctl(substream, cmd, arg);
	return rc;
}
#ifdef CONFIG_COMPAT
struct snd_enc_wma32 {