aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx/bttvp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/pci/bt8xx/bttvp.h')
-rw-r--r--drivers/media/pci/bt8xx/bttvp.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/drivers/media/pci/bt8xx/bttvp.h b/drivers/media/pci/bt8xx/bttvp.h
index e6e2c60f9e3e..bc048c586b1f 100644
--- a/drivers/media/pci/bt8xx/bttvp.h
+++ b/drivers/media/pci/bt8xx/bttvp.h
@@ -42,6 +42,7 @@
42#include <media/tveeprom.h> 42#include <media/tveeprom.h>
43#include <media/rc-core.h> 43#include <media/rc-core.h>
44#include <media/ir-kbd-i2c.h> 44#include <media/ir-kbd-i2c.h>
45#include <media/tea575x.h>
45 46
46#include "bt848.h" 47#include "bt848.h"
47#include "bttv.h" 48#include "bttv.h"
@@ -359,6 +360,10 @@ struct bttv_suspend_state {
359 struct bttv_buffer *vbi; 360 struct bttv_buffer *vbi;
360}; 361};
361 362
363struct bttv_tea575x_gpio {
364 u8 data, clk, wren, most;
365};
366
362struct bttv { 367struct bttv {
363 struct bttv_core c; 368 struct bttv_core c;
364 369
@@ -445,12 +450,9 @@ struct bttv {
445 450
446 /* miro/pinnacle + Aimslab VHX 451 /* miro/pinnacle + Aimslab VHX
447 philips matchbox (tea5757 radio tuner) support */ 452 philips matchbox (tea5757 radio tuner) support */
448 int has_matchbox; 453 int has_tea575x;
449 int mbox_we; 454 struct bttv_tea575x_gpio tea_gpio;
450 int mbox_data; 455 struct snd_tea575x tea;
451 int mbox_clk;
452 int mbox_most;
453 int mbox_mask;
454 456
455 /* ISA stuff (Terratec Active Radio Upgrade) */ 457 /* ISA stuff (Terratec Active Radio Upgrade) */
456 int mbox_ior; 458 int mbox_ior;