aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
Diffstat (limited to 'include/media')
-rw-r--r--include/media/cx2341x.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/media/cx2341x.h b/include/media/cx2341x.h
index 0c9292fa5f6d..fb170d4b5235 100644
--- a/include/media/cx2341x.h
+++ b/include/media/cx2341x.h
@@ -19,8 +19,15 @@
19#ifndef CX2341X_H 19#ifndef CX2341X_H
20#define CX2341X_H 20#define CX2341X_H
21 21
22enum cx2341x_port {
23 CX2341X_PORT_MEMORY,
24 CX2341X_PORT_STREAMING,
25 CX2341X_PORT_SERIAL
26};
27
22struct cx2341x_mpeg_params { 28struct cx2341x_mpeg_params {
23 /* misc */ 29 /* misc */
30 enum cx2341x_port port;
24 u16 width; 31 u16 width;
25 u16 height; 32 u16 height;
26 u16 is_50hz; 33 u16 is_50hz;