linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: Re: [PATCH 0/7] dvb core: add basic support for the media controller
Date: Sat, 3 Jan 2015 00:08:26 -0200	[thread overview]
Message-ID: <20150103000826.468fd4ba@concha.lan> (raw)
In-Reply-To: <cover.1420250453.git.mchehab@osg.samsung.com>

Em Sat, 03 Jan 2015 00:04:33 -0200
Mauro Carvalho Chehab <mchehab@osg.samsung.com> escreveu:

> This patch series adds basic support for the media controller at the
> DVB core: it creates one media entity per DVB devnode, if the media
> device is passed as an argument to the DVB structures.
> 
> The cx231xx driver was modified to pass such argument for DVB NET,
> DVB frontend and DVB demux.

Forgot to add here, but it is probably worth to show the output of
media-ctl showing the entities created on cx231xx:

$ /usr/local/bin/media-ctl -p
Media controller API version 0.1.1

Media device information
------------------------
driver          cx231xx
model           Pixelview PlayTV USB Hybrid
serial          CIR000000000001
bus info        1.2
hw revision     0x4001
driver version  3.19.0

Device topology
- entity 1: cx25840 19-0044 (0 pad, 0 link)
            type V4L2 subdev subtype Unknown flags 0

- entity 2: tuner 21-0060 (0 pad, 0 link)
            type V4L2 subdev subtype Unknown flags 0

- entity 3: cx231xx #0 video (0 pad, 0 link)
            type Node subtype V4L flags 0
            device node name /dev/video0

- entity 4: cx231xx #0 vbi (0 pad, 0 link)
            type Node subtype V4L flags 0
            device node name /dev/vbi0

- entity 5: Fujitsu mb86A20s (0 pad, 0 link)
            type Node subtype DVB flags 20005

- entity 6: demux (0 pad, 0 link)
            type Node subtype DVB flags 20006

- entity 7: dvr (0 pad, 0 link)
            type Node subtype DVB flags 20007

- entity 8: dvb net (0 pad, 0 link)
            type Node subtype DVB flags 20009

PS.: I didn't patch yet the media-ctl to better enumerate the DVB devices.

Cheers,
Mauro

      parent reply	other threads:[~2015-01-03  2:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-03  2:04 [PATCH 0/7] dvb core: add basic support for the media controller Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 1/7] media: Fix DVB representation at media controller API Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 2/7] dvb core: add support for media controller at dvbdev Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 3/7] dvb core: add media controller support for DVB frontend Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 4/7] dvb core: add support for demux/dvr nodes at media controller Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 5/7] dvb core: add support for CA node at the " Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 6/7] dvb core: add support for DVB net " Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 7/7] cx231xx: add media controller support Mauro Carvalho Chehab
2015-01-03  2:08 ` Mauro Carvalho Chehab [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150103000826.468fd4ba@concha.lan \
    --to=mchehab@osg.samsung.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).