aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/_chnl_sm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/_chnl_sm.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/_chnl_sm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/_chnl_sm.h b/drivers/staging/tidspbridge/include/dspbridge/_chnl_sm.h
index ea547380012..318f6b007d5 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/_chnl_sm.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/_chnl_sm.h
@@ -127,7 +127,7 @@ struct chnl_mgr {
127 u8 max_channels; /* Total number of channels */ 127 u8 max_channels; /* Total number of channels */
128 u8 open_channels; /* Total number of open channels */ 128 u8 open_channels; /* Total number of open channels */
129 struct chnl_object **ap_channel; /* Array of channels */ 129 struct chnl_object **ap_channel; /* Array of channels */
130 u8 dw_type; /* Type of channel class library */ 130 u8 type; /* Type of channel class library */
131 /* If no shm syms, return for CHNL_Open */ 131 /* If no shm syms, return for CHNL_Open */
132 int chnl_open_status; 132 int chnl_open_status;
133}; 133};
@@ -140,7 +140,7 @@ struct chnl_object {
140 /* Pointer back to channel manager */ 140 /* Pointer back to channel manager */
141 struct chnl_mgr *chnl_mgr_obj; 141 struct chnl_mgr *chnl_mgr_obj;
142 u32 chnl_id; /* Channel id */ 142 u32 chnl_id; /* Channel id */
143 u8 dw_state; /* Current channel state */ 143 u8 state; /* Current channel state */
144 s8 chnl_mode; /* Chnl mode and attributes */ 144 s8 chnl_mode; /* Chnl mode and attributes */
145 /* Chnl I/O completion event (user mode) */ 145 /* Chnl I/O completion event (user mode) */
146 void *user_event; 146 void *user_event;