diff options
author | Mike Isely <isely@pobox.com> | 2008-02-03 17:46:16 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2008-02-03 17:46:16 -0600 |
commit | c7200b4f826eb632eb0a22e9cfa45d97a579e801 (patch) | |
tree | eaca7a6a8b1a0b6273bef80beaa7707647a063e5 /linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h | |
parent | 677ffa058f4e5029cb3e7b6ff7ab836d5145cdd1 (diff) | |
download | mediapointer-dvb-s2-c7200b4f826eb632eb0a22e9cfa45d97a579e801.tar.gz mediapointer-dvb-s2-c7200b4f826eb632eb0a22e9cfa45d97a579e801.tar.bz2 |
pvrusb2: add DVB API framework
From: Michael Krufky <mkrufky@linuxtv.org>
Add basic framework for the DVB API. This is enough to control the
tuner & demod of the digital frontend, but the stream & buffer handling
is still missing.
Additional note from Mike Isely <isely@pobox.com> - also, since these
changes are still very experimental arrange for DVB changes to be
compiled in via new CONFIG_VIDEO_PVRUSB2_DVB option, for now.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h index fb5f5d17e..cc2c4d78c 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-devattr.h @@ -23,6 +23,7 @@ #include <linux/mod_devicetable.h> #include <linux/videodev2.h> +#include "pvrusb2-dvb.h" /* @@ -65,6 +66,9 @@ struct pvr2_device_desc { was initialized from internal ROM. */ struct pvr2_string_table fx2_firmware; + /* callback functions to handle attachment of digital tuner & demod */ + struct pvr2_dvb_props *dvb_props; + /* Initial standard bits to use for this device, if not zero. Anything set here is also implied as an available standard. Note: This is ignored if overridden on the module load line via |