@@ -154,6 +154,7 @@
int model; /* index in the device_data struct */
int devno; /* marks the number of this device */
enum tm6000_devtype dev_type; /* type of device */
+ struct list_head devlist;
v4l2_std_id norm; /* Current norm */
int width,height; /* Selected resolution */
@@ -228,6 +229,8 @@
V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM
/* In tm6000-cards.c */
+extern struct list_head tm6000_devlist;
+extern struct mutex tm6000_devlist_lock;
int tm6000_tuner_callback (void *ptr, int component, int command, int arg);
int tm6000_xc5000_callback (void *ptr, int component, int command, int arg);
@@ -289,7 +294,7 @@
int tm6000_queue_init(struct tm6000_core *dev);
/* In tm6000-alsa.c */
-int tm6000_audio_init(struct tm6000_core *dev, int idx);
+//int tm6000_audio_init(struct tm6000_core *dev, int idx);
/* Debug stuff */
Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>