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

[media] af9035: convert to new DVB USB

parent 191f79a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ config DVB_USB_RTL28XXU

config DVB_USB_AF9035
	tristate "Afatech AF9035 DVB-T USB2.0 support"
	depends on DVB_USB
	depends on DVB_USB_V2
	select DVB_AF9033
	select MEDIA_TUNER_TUA9001 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_FC0011 if !MEDIA_TUNER_CUSTOMISE
+284 −443

File changed.

Preview size limit exceeded, changes collapsed.

+2 −4
Original line number Diff line number Diff line
@@ -22,10 +22,7 @@
#ifndef AF9035_H
#define AF9035_H

/* prefix for dvb-usb log writings */
#define DVB_USB_LOG_PREFIX "af9035"

#include "dvb-usb.h"
#include "dvb_usb.h"
#include "af9033.h"
#include "tua9001.h"
#include "fc0011.h"
@@ -53,6 +50,7 @@ struct usb_req {
};

struct state {
	u8 seq; /* packet sequence number */
	bool dual_mode;

	struct af9033_config af9033_config[2];