All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] V4L2 SDR stream format
@ 2013-12-12 16:57 Antti Palosaari
  2013-12-12 16:57 ` [PATCH RFC 1/2] v4l2: add stream format for SDR receiver Antti Palosaari
  2013-12-12 16:57 ` [PATCH RFC 2/2] v4l2: enable FMT IOCTLs for SDR Antti Palosaari
  0 siblings, 2 replies; 8+ messages in thread
From: Antti Palosaari @ 2013-12-12 16:57 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab, Hans Verkuil, Antti Palosaari

I think that needs device capability flag too (struct v4l2_capability)
but bits on that struct are quite short. Add it after V4L2_CAP_MODULATOR ?


OK, now all the API pieces seems to be there, so I am converting my existing
SDR drivers to that API and make some tests.

Antti Palosaari (2):
  v4l2: add stream format for SDR receiver
  v4l2: enable FMT IOCTLs for SDR

 drivers/media/v4l2-core/v4l2-dev.c   | 12 ++++++++++++
 drivers/media/v4l2-core/v4l2-ioctl.c | 27 +++++++++++++++++++++++++++
 include/trace/events/v4l2.h          |  1 +
 include/uapi/linux/videodev2.h       | 11 +++++++++++
 4 files changed, 51 insertions(+)

-- 
1.8.4.2


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

end of thread, other threads:[~2013-12-13 15:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-12 16:57 [PATCH RFC 0/2] V4L2 SDR stream format Antti Palosaari
2013-12-12 16:57 ` [PATCH RFC 1/2] v4l2: add stream format for SDR receiver Antti Palosaari
2013-12-13 14:36   ` Hans Verkuil
2013-12-13 14:44     ` Antti Palosaari
2013-12-12 16:57 ` [PATCH RFC 2/2] v4l2: enable FMT IOCTLs for SDR Antti Palosaari
2013-12-13 14:45   ` Hans Verkuil
2013-12-13 15:04     ` Antti Palosaari
2013-12-13 15:29       ` Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.