misc: qcom: qdsp6v2: register ioctl calls for g711mlaw driver
Add support for ioctl calls registration in g711mlaw driver. CRs-Fixed: 1094107 Change-Id: Ia5fddfce1f2eebaa08aad0f53cab9c0993b37695 Signed-off-by: Surendar karka <sukark@codeaurora.org>
This commit is contained in:
parent
35f5cc528f
commit
07c5d36ead
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue