CIP_BLOCKING
if (!(s->flags & CIP_BLOCKING))
if (s->flags & CIP_BLOCKING)
if (s->flags & CIP_BLOCKING)
unsigned int flags = CIP_BLOCKING;
err = amdtp_am824_init(stream, dice->unit, dir, CIP_BLOCKING);
return amdtp_stream_init(s, unit, dir, CIP_BLOCKING | CIP_UNAWARE_SYT | CIP_NO_HEADER, 0,
err = amdtp_am824_init(stream, efw->unit, s_dir, CIP_BLOCKING | CIP_UNAWARE_SYT);
unsigned int flags = CIP_BLOCKING | CIP_UNAWARE_SYT;
flags |= CIP_BLOCKING;