summaryrefslogtreecommitdiff
path: root/v4l_experimental/pvrusb2/pvrusb2-tuner.h
diff options
context:
space:
mode:
authorMike Isely <devnull@localhost>2006-01-01 08:26:03 +0000
committerMike Isely <devnull@localhost>2006-01-01 08:26:03 +0000
commite3a72190b72cc2085c7e8f1c3f1bc049ebd761e6 (patch)
treeb8ebbeffe2beff770a0767454c9ad6171ad874a2 /v4l_experimental/pvrusb2/pvrusb2-tuner.h
parentde2be4defb51648c65f0ce94637f52bb0db8d1f6 (diff)
downloadmediapointer-dvb-s2-e3a72190b72cc2085c7e8f1c3f1bc049ebd761e6.tar.gz
mediapointer-dvb-s2-e3a72190b72cc2085c7e8f1c3f1bc049ebd761e6.tar.bz2
New I2C client handling implementation for pvrusb2 driver
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-tuner.h')
-rw-r--r--v4l_experimental/pvrusb2/pvrusb2-tuner.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-tuner.h b/v4l_experimental/pvrusb2/pvrusb2-tuner.h
index 501f2af48..83d92d06d 100644
--- a/v4l_experimental/pvrusb2/pvrusb2-tuner.h
+++ b/v4l_experimental/pvrusb2/pvrusb2-tuner.h
@@ -1,6 +1,6 @@
/*
*
- * $Id: pvrusb2-tuner.h,v 1.1 2005/11/14 13:31:24 mchehab Exp $
+ * $Id: pvrusb2-tuner.h,v 1.2 2006/01/01 08:26:03 mcisely Exp $
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
*
@@ -21,12 +21,9 @@
#ifndef __PVRUSB2_TUNER_H
#define __PVRUSB2_TUNER_H
-struct pvr2_hdw;
+#include "pvrusb2-i2c-core.h"
-int pvr2_tuner_get_default_type(struct pvr2_hdw *);
-int pvr2_tuner_set_freq(struct pvr2_hdw *);
-int pvr2_tuner_set_type(struct pvr2_hdw *);
-int pvr2_tuner_set_standard(struct pvr2_hdw *);
+int pvr2_i2c_tuner_setup(struct pvr2_hdw *,struct pvr2_i2c_client *);
#endif /* __PVRUSB2_TUNER_H */