diff options
author | Mike Isely <devnull@localhost> | 2005-12-07 06:53:52 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2005-12-07 06:53:52 +0000 |
commit | 588894f8c4fbf9521d0d0bc44f1fd9dd30965c8c (patch) | |
tree | bcd093d960e521d0c779c014dfe7fbee991b94ea /v4l_experimental/pvrusb2/pvrusb2-i2c.h | |
parent | 33fded5ab4ceef643c51eec11cf91f315008b02e (diff) | |
download | mediapointer-dvb-s2-588894f8c4fbf9521d0d0bc44f1fd9dd30965c8c.tar.gz mediapointer-dvb-s2-588894f8c4fbf9521d0d0bc44f1fd9dd30965c8c.tar.bz2 |
Support tda9887 in pvrusb2 driver
Note that these changes become benign if tda9887 is not needed by
for a particular tuner type or if tda9887 itself eventually goes
away.
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-i2c.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-i2c.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-i2c.h b/v4l_experimental/pvrusb2/pvrusb2-i2c.h index 5379990b9..668baac81 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-i2c.h +++ b/v4l_experimental/pvrusb2/pvrusb2-i2c.h @@ -1,6 +1,6 @@ /* * - * $Id: pvrusb2-i2c.h,v 1.1 2005/11/14 13:31:24 mchehab Exp $ + * $Id: pvrusb2-i2c.h,v 1.2 2005/12/07 06:53:52 mcisely Exp $ * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * @@ -26,6 +26,7 @@ struct pvr2_hdw; void pvr2_i2c_init(struct pvr2_hdw *); void pvr2_i2c_done(struct pvr2_hdw *); int pvr2_i2c_tuner_cmd(struct pvr2_hdw *,unsigned int,void *); +int pvr2_i2c_ifhandler_cmd(struct pvr2_hdw *,unsigned int,void *); int pvr2_i2c_msp3400_cmd(struct pvr2_hdw *,unsigned int,void *); int pvr2_i2c_saa7115_cmd(struct pvr2_hdw *,unsigned int,void *); int pvr2_i2c_tveeprom_cmd(struct pvr2_hdw *,unsigned int,void *); |