Commit 5da2aecb authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] af9035: convert to new DVB USB

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 191f79a4
...@@ -448,7 +448,7 @@ config DVB_USB_RTL28XXU ...@@ -448,7 +448,7 @@ config DVB_USB_RTL28XXU
config DVB_USB_AF9035 config DVB_USB_AF9035
tristate "Afatech AF9035 DVB-T USB2.0 support" tristate "Afatech AF9035 DVB-T USB2.0 support"
depends on DVB_USB depends on DVB_USB_V2
select DVB_AF9033 select DVB_AF9033
select MEDIA_TUNER_TUA9001 if !MEDIA_TUNER_CUSTOMISE select MEDIA_TUNER_TUA9001 if !MEDIA_TUNER_CUSTOMISE
select MEDIA_TUNER_FC0011 if !MEDIA_TUNER_CUSTOMISE select MEDIA_TUNER_FC0011 if !MEDIA_TUNER_CUSTOMISE
......
This diff is collapsed.
...@@ -22,10 +22,7 @@ ...@@ -22,10 +22,7 @@
#ifndef AF9035_H #ifndef AF9035_H
#define AF9035_H #define AF9035_H
/* prefix for dvb-usb log writings */ #include "dvb_usb.h"
#define DVB_USB_LOG_PREFIX "af9035"
#include "dvb-usb.h"
#include "af9033.h" #include "af9033.h"
#include "tua9001.h" #include "tua9001.h"
#include "fc0011.h" #include "fc0011.h"
...@@ -53,6 +50,7 @@ struct usb_req { ...@@ -53,6 +50,7 @@ struct usb_req {
}; };
struct state { struct state {
u8 seq; /* packet sequence number */
bool dual_mode; bool dual_mode;
struct af9033_config af9033_config[2]; struct af9033_config af9033_config[2];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment