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

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

Merge "misc: qcom: qdsp6v2: register ioctl calls for g711mlaw driver"

parents ba9e61d5 d6ea3446
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -365,6 +365,7 @@ static const struct file_operations audio_in_fops = {
	.release	= audio_in_release,
	.read		= audio_in_read,
	.write		= audio_in_write,
	.unlocked_ioctl = audio_in_ioctl,
#ifdef CONFIG_COMPAT
	.compat_ioctl   = audio_in_compat_ioctl,
#endif