|
@@ -93,7 +93,7 @@ typedef unsigned int (*amdtp_stream_process_data_blocks_t)(
|
|
|
unsigned int *syt);
|
|
|
struct amdtp_stream {
|
|
|
struct fw_unit *unit;
|
|
|
- enum cip_flags flags;
|
|
|
+ int flags;
|
|
|
enum amdtp_stream_direction direction;
|
|
|
struct mutex mutex;
|
|
|
|
|
@@ -137,7 +137,7 @@ struct amdtp_stream {
|
|
|
};
|
|
|
|
|
|
int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit,
|
|
|
- enum amdtp_stream_direction dir, enum cip_flags flags,
|
|
|
+ enum amdtp_stream_direction dir, int flags,
|
|
|
unsigned int fmt,
|
|
|
amdtp_stream_process_data_blocks_t process_data_blocks,
|
|
|
unsigned int protocol_size);
|