Enable write access to isochronous reception buffer
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
f880dd00c7
commit
82b51be678
|
@ -473,7 +473,7 @@ iso_init(fw_handle_t handle, int type,
|
|||
prot = PROT_READ | PROT_WRITE;
|
||||
break;
|
||||
case FW_CDEV_ISO_CONTEXT_RECEIVE:
|
||||
prot = PROT_READ;
|
||||
prot = PROT_READ | PROT_WRITE;
|
||||
break;
|
||||
default:
|
||||
errno = EINVAL;
|
||||
|
|
Reference in New Issue