Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b3f5a57 authored by Johannes Stezenbach's avatar Johannes Stezenbach Committed by Linus Torvalds
Browse files

[PATCH] dvb: frontends: misc. minor cleanups



misc. minor cleanups, select FW_LOADER and add a help text to DVB_OR51132

Signed-off-by: default avatarJohannes Stezenbach <js@linuxtv.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d91b730d
Loading
Loading
Loading
Loading
+13 −9
Original line number Diff line number Diff line
@@ -158,10 +158,6 @@ config DVB_NXT2002
	help
	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.

config DVB_OR51132
	tristate "OR51132 based (pcHDTV)"
	depends on DVB_CORE

config DVB_OR51211
	tristate "or51211 based (pcHDTV HD2000 card)"
	depends on DVB_CORE
@@ -169,4 +165,12 @@ config DVB_OR51211
	help
	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.

config DVB_OR51132
	tristate "OR51132 based (pcHDTV HD3000 card)"
	depends on DVB_CORE
	select FW_LOADER
	help
	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
	  to support this frontend.

endmenu
+0 −6
Original line number Diff line number Diff line
@@ -63,9 +63,3 @@ extern struct dvb_frontend* mt352_attach(const struct mt352_config* config,
extern int mt352_write(struct dvb_frontend* fe, u8* ibuf, int ilen);

#endif // MT352_H

/*
 * Local variables:
 * c-basic-offset: 8
 * End:
 */
+0 −2
Original line number Diff line number Diff line
@@ -343,8 +343,6 @@ static int nxt2002_setup_frontend_parameters (struct dvb_frontend* fe,
	/* reset the agc now that tuning has been completed */
	nxt2002_agc_reset(state);



	/* set target power level */
	switch (p->u.vsb.modulation) {
		case QAM_64:
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include <linux/spinlock.h>
#include <linux/threads.h>
#include <linux/interrupt.h>
#include <asm/irq.h>
#include <linux/irq.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>