diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2012-01-29 13:53:12 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 09:03:08 -0400 |
commit | 52660885e5455b477ab2d9f620cadb34b2cae7cf (patch) | |
tree | 1c76d9301e9f52fe65f712357f5d5a4b85279126 /drivers/media | |
parent | 379aa4d0c09ea1786b58089da5bbb915ba976ec0 (diff) |
[media] dvb-usb: increase MAX_NO_OF_FE_PER_ADAP from 2 to 3
The following patch adds support for a third frontend to exist on a single
DVB adapter, in the mxl111sf driver. This patch allows that to be possible.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb.h b/drivers/media/dvb/dvb-usb/dvb-usb.h index 86cfa86d2d23..99f94409efa1 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb.h | |||
@@ -157,7 +157,7 @@ struct dvb_usb_adapter_fe_properties { | |||
157 | int size_of_priv; | 157 | int size_of_priv; |
158 | }; | 158 | }; |
159 | 159 | ||
160 | #define MAX_NO_OF_FE_PER_ADAP 2 | 160 | #define MAX_NO_OF_FE_PER_ADAP 3 |
161 | struct dvb_usb_adapter_properties { | 161 | struct dvb_usb_adapter_properties { |
162 | int size_of_priv; | 162 | int size_of_priv; |
163 | 163 | ||