linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: stv0367: fix frontend modulation initialization with FE_CAB_MOD_QAM256
@ 2014-08-15 19:23 Maks Naumov
  0 siblings, 0 replies; only message in thread
From: Maks Naumov @ 2014-08-15 19:23 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab

Signed-off-by: Maks Naumov <maksqwe1@ukr.net>
---
 drivers/media/dvb-frontends/stv0367.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/stv0367.c b/drivers/media/dvb-frontends/stv0367.c
index 59b6e66..0dcfb8b 100644
--- a/drivers/media/dvb-frontends/stv0367.c
+++ b/drivers/media/dvb-frontends/stv0367.c
@@ -3165,7 +3165,7 @@ static int stv0367cab_get_frontend(struct dvb_frontend *fe)
 	case FE_CAB_MOD_QAM128:
 		p->modulation = QAM_128;
 		break;
-	case QAM_256:
+	case FE_CAB_MOD_QAM256:
 		p->modulation = QAM_256;
 		break;
 	default:
-- 
1.9.1




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

only message in thread, other threads:[~2014-08-15 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 19:23 [PATCH] media: stv0367: fix frontend modulation initialization with FE_CAB_MOD_QAM256 Maks Naumov

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).