diff options
Diffstat (limited to 'include/media/cx2341x.h')
-rw-r--r-- | include/media/cx2341x.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/media/cx2341x.h b/include/media/cx2341x.h index fb170d4b5235..51fb06b4c394 100644 --- a/include/media/cx2341x.h +++ b/include/media/cx2341x.h | |||
@@ -20,9 +20,9 @@ | |||
20 | #define CX2341X_H | 20 | #define CX2341X_H |
21 | 21 | ||
22 | enum cx2341x_port { | 22 | enum cx2341x_port { |
23 | CX2341X_PORT_MEMORY, | 23 | CX2341X_PORT_MEMORY = 0, |
24 | CX2341X_PORT_STREAMING, | 24 | CX2341X_PORT_STREAMING = 1, |
25 | CX2341X_PORT_SERIAL | 25 | CX2341X_PORT_SERIAL = 2 |
26 | }; | 26 | }; |
27 | 27 | ||
28 | struct cx2341x_mpeg_params { | 28 | struct cx2341x_mpeg_params { |