linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [media 1/1] DVB_MAX_ADAPTERS too low
@ 2016-02-07 20:08 info
  0 siblings, 0 replies; only message in thread
From: info @ 2016-02-07 20:08 UTC (permalink / raw)
  To: linux-media
  Cc: Буди
	Романто,
	AreMa Inc, linux-kernel, crope, m.chehab, mchehab, hdegoede,
	laurent.pinchart, mkrufky, sylvester.nawrocki, g.liakhovetski,
	peter.senna

From: Буди Романто, AreMa Inc <knightrider@are.ma>

Latest DTV receivers have 8+ tuners per card.
These cards will not work with the current limit.
Raise to 64.

Signed-off-by: Буди Романто, AreMa Inc <knightrider@are.ma>
---
 drivers/media/dvb-core/dvbdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/dvb-core/dvbdev.h b/drivers/media/dvb-core/dvbdev.h
index 4aff7bd..950decd 100644
--- a/drivers/media/dvb-core/dvbdev.h
+++ b/drivers/media/dvb-core/dvbdev.h
@@ -34,7 +34,7 @@
 #if defined(CONFIG_DVB_MAX_ADAPTERS) && CONFIG_DVB_MAX_ADAPTERS > 0
   #define DVB_MAX_ADAPTERS CONFIG_DVB_MAX_ADAPTERS
 #else
-  #define DVB_MAX_ADAPTERS 8
+  #define DVB_MAX_ADAPTERS 64
 #endif
 
 #define DVB_UNSET (-1)
-- 
2.3.10


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-07 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-07 20:08 [media 1/1] DVB_MAX_ADAPTERS too low info

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).