Go to the documentation of this file.
23 #include <linux/i2c.h>
30 #define STK1160_VERSION "0.9.5"
31 #define STK1160_VERSION_NUM 0x000905
34 #define STK1160_NUM_PACKETS 64
37 #define STK1160_NUM_BUFS 16
40 #define STK1160_EP_VIDEO 0x82
41 #define STK1160_EP_AUDIO 0x81
44 #define STK1160_MIN_VIDEO_BUFFERS 8
45 #define STK1160_MAX_VIDEO_BUFFERS 32
47 #define STK1160_MIN_PKT_SIZE 3072
49 #define STK1160_MAX_INPUT 4
50 #define STK1160_SVIDEO_INPUT 4
52 #define STK1160_I2C_TIMEOUT 100
62 #define stk1160_dbg(fmt, args...) \
63 printk(KERN_DEBUG "stk1160: " fmt, ## args)
65 #define stk1160_dbg(fmt, args...)
68 #define stk1160_info(fmt, args...) \
69 pr_info("stk1160: " fmt, ## args)
71 #define stk1160_warn(fmt, args...) \
72 pr_warn("stk1160: " fmt, ## args)
74 #define stk1160_err(fmt, args...) \
75 pr_err("stk1160: " fmt, ## args)
202 #ifdef CONFIG_VIDEO_STK1160_AC97