linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] dvb_frontend: few DTV validation routines
@ 2012-08-17  2:03 Antti Palosaari
  2012-08-17  2:03 ` [PATCH 1/4] dvb_frontend: add routine for DVB-T parameter validation Antti Palosaari
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Antti Palosaari @ 2012-08-17  2:03 UTC (permalink / raw)
  To: linux-media; +Cc: Hin-Tak Leung, Antti Palosaari

It could be nice to validate transmission parameters, coming from
the userspace, against standards before those are passed to the
individual chipset driver. As a starting point towards that
I implemented checks for few common standards. Those checks could
be better as I added almost none checks for comparing allowed
parameter combinations. I found it quite time consuming to search
all allowed parameters and combinations...

Those checks are now exported from the dvb-frontend, making for
example demodulator driver possible to call. Maybe someday those
could be used by frontend itself to validate data before pass call
for the driver.

I also noticed our documentation lacks quite totally possible values,
only possible parameters were listed. How do we expect application
makers could know those?

Antti Palosaari (4):
  dvb_frontend: add routine for DVB-T parameter validation
  dvb_frontend: add routine for DVB-T2 parameter validation
  dvb_frontend: add routine for DVB-C annex A parameter validation
  dvb_frontend: add routine for DTMB parameter validation

 drivers/media/dvb-core/dvb_frontend.c | 405 ++++++++++++++++++++++++++++++++++
 drivers/media/dvb-core/dvb_frontend.h |   5 +
 2 files changed, 410 insertions(+)

-- 
1.7.11.2


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-09-16  0:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17  2:03 [PATCH 0/4] dvb_frontend: few DTV validation routines Antti Palosaari
2012-08-17  2:03 ` [PATCH 1/4] dvb_frontend: add routine for DVB-T parameter validation Antti Palosaari
2012-09-11 19:23   ` Mauro Carvalho Chehab
2012-09-15 23:42     ` Antti Palosaari
2012-08-17  2:03 ` [PATCH 2/4] dvb_frontend: add routine for DVB-T2 " Antti Palosaari
2012-09-11 19:33   ` Mauro Carvalho Chehab
2012-09-16  0:05     ` Antti Palosaari
2012-08-17  2:03 ` [PATCH 3/4] dvb_frontend: add routine for DVB-C annex A " Antti Palosaari
2012-09-11 19:40   ` Mauro Carvalho Chehab
2012-09-16  0:14     ` Antti Palosaari
2012-08-17  2:03 ` [PATCH 4/4] dvb_frontend: add routine for DTMB " Antti Palosaari
2012-09-11 19:43   ` Mauro Carvalho Chehab
2012-09-16  0:27     ` Antti Palosaari

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