summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ddbridge/ddbridge-hw.h
diff options
context:
space:
mode:
authorDaniel Scheller <d.scheller@gmx.net>2017-07-09 15:42:44 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-20 07:27:11 -0400
commitbb4cec96e5d7f0ff7f397f4518399be77a2f12db (patch)
treec5a00801e854d89b6294bdce14595fef01b195dc /drivers/media/pci/ddbridge/ddbridge-hw.h
parent3c4e04153f9aacfb34e8c5c884c1424e08994aaf (diff)
media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8)
This enables MaxS4/S8 and Octopus Max card support in ddbridge by adding glue code into ddbridge-core, having another PCI ID, and have the LNB IC control code (and all other MaxS4/8 related code) in ddbridge-maxs8.c (rather than another ~400 LoC in ddbridge-core.c like it's done in the original vendor driver package). Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/ddbridge/ddbridge-hw.h')
-rw-r--r--drivers/media/pci/ddbridge/ddbridge-hw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/pci/ddbridge/ddbridge-hw.h b/drivers/media/pci/ddbridge/ddbridge-hw.h
index bd52c083c4a5..d26cd9c977d8 100644
--- a/drivers/media/pci/ddbridge/ddbridge-hw.h
+++ b/drivers/media/pci/ddbridge/ddbridge-hw.h
@@ -49,4 +49,8 @@ extern const struct ddb_info ddb_isdbt_8;
extern const struct ddb_info ddb_c2t2i_v0_8;
extern const struct ddb_info ddb_c2t2i_8;
+/****************************************************************************/
+
+extern const struct ddb_info ddb_s2_48;
+
#endif /* _DDBRIDGE_HW_H */