Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 0/3] Media controller changes to support DVB
@ 2015-01-26 12:47 Mauro Carvalho Chehab
  2015-01-26 12:47 ` [PATCH 1/3] media: Fix ALSA and DVB representation at media controller API Mauro Carvalho Chehab
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2015-01-26 12:47 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab

This patch series change the media controller API to allow adding
support for DVB media controller support.

I removed the actual implementation from this series, in order to
better identify the API bits required to add media controller support
to DVB. They'll be sent o a separate patch series, after we agree
with the API needs.

If this gets accepted, the other patches will be basically the ones
already sent at:
	https://www.mail-archive.com/linux-media@vger.kernel.org/msg83895.html

With one small change at the patch that adds media controller support
at dvbdev, replacing "info.dvb" by "info.dev", due to a change at the
media controller's representation for all devnodes.

As a reference, a typical analog/digital TV hardware looks like:
	http://linuxtv.org/downloads/presentations/typical_hybrid_hardware.png

And the media controller representation for it is:
	http://linuxtv.org/downloads/presentations/cx231xx.dot
	http://linuxtv.org/downloads/presentations/cx231xx.ps

The full patch series with the DVB controller implementation is at:
	http://git.linuxtv.org/cgit.cgi/mchehab/experimental.git/log/?h=dvb-media-ctl

Mauro Carvalho Chehab (3):
  media: Fix ALSA and DVB representation at media controller API
  media: add new types for DVB devnodes
  media: add a subdev type for tuner

 drivers/media/v4l2-core/v4l2-dev.c    |  4 ++--
 drivers/media/v4l2-core/v4l2-device.c |  4 ++--
 include/media/media-entity.h          | 12 +-----------
 include/uapi/linux/media.h            | 26 +++++++++++++++++++++++++-
 4 files changed, 30 insertions(+), 16 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2015-02-24  3:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 12:47 [PATCH 0/3] Media controller changes to support DVB Mauro Carvalho Chehab
2015-01-26 12:47 ` [PATCH 1/3] media: Fix ALSA and DVB representation at media controller API Mauro Carvalho Chehab
2015-01-26 13:11   ` Hans Verkuil
2015-01-26 13:34     ` Mauro Carvalho Chehab
2015-01-26 13:41       ` Hans Verkuil
2015-02-23 22:58         ` Laurent Pinchart
2015-02-24  3:51           ` Mauro Carvalho Chehab
2015-01-26 14:00       ` Devin Heitmueller
2015-01-26 14:31         ` Mauro Carvalho Chehab
2015-01-26 14:41           ` Devin Heitmueller
2015-02-23 13:55             ` Mauro Carvalho Chehab
2015-02-23 21:20               ` Laurent Pinchart
2015-02-24  2:51                 ` Mauro Carvalho Chehab
2015-01-26 12:47 ` [PATCH 2/3] media: add new types for DVB devnodes Mauro Carvalho Chehab
2015-01-26 12:47 ` [PATCH 3/3] media: add a subdev type for tuner Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox