diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2007-04-22 00:37:17 +0200 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2007-04-22 00:37:17 +0200 |
commit | 97ddc90689371413e55f34ae57c56fd7a3c8d62d (patch) | |
tree | 45623180c8a50c9aea41a599b9ad08f53b6d307b /linux/drivers/media/dvb/ttpci/budget.h | |
parent | 8b01f07ad9972aa5fe69c56cb048f44e4a5f3c87 (diff) | |
download | mediapointer-dvb-s2-97ddc90689371413e55f34ae57c56fd7a3c8d62d.tar.gz mediapointer-dvb-s2-97ddc90689371413e55f34ae57c56fd7a3c8d62d.tar.bz2 |
tda10023: Add support for frontend TDA10023
From: Hartmut Birr <e9hack@googlemail.com>
Add support for the frontend TDA10023 and add cards that need the
tda10023.
Signed-off-by: Hartmut Birr <e9hack@googlemail.com>
Signed-off-by: Georg Acher <acher@in.tum.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/budget.h')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget.h b/linux/drivers/media/dvb/ttpci/budget.h index 8a20d59b7..94922db7a 100644 --- a/linux/drivers/media/dvb/ttpci/budget.h +++ b/linux/drivers/media/dvb/ttpci/budget.h @@ -107,6 +107,9 @@ static struct saa7146_pci_extension_data x_var = { \ #define BUDGET_KNC1CP 12 #define BUDGET_KNC1TP 13 #define BUDGET_TVSTAR 14 +#define BUDGET_CIN1200C_MK3 15 +#define BUDGET_KNC1C_MK3 16 +#define BUDGET_KNC1CP_MK3 17 #define BUDGET_VIDEO_PORTA 0 #define BUDGET_VIDEO_PORTB 1 |