1. 14 2月, 2015 2 次提交
    • M
      [media] dvbdev: add support for media controller · a0246e02
      Mauro Carvalho Chehab 提交于
      Provide a way to register media controller device nodes
      at the DVB core.
      
      Please notice that the dvbdev callers also require changes
      for the devices to be registered via the media controller.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      a0246e02
    • M
      [media] media: Fix DVB devnode representation at media controller · e31a0ba7
      Mauro Carvalho Chehab 提交于
      The previous provision for DVB media controller support were to
      define an ID (likely meaning the adapter number) for the DVB
      devnodes.
      
      This is just plain wrong. Just like V4L, DVB devices (and any other
      device node)) are uniquely identified via a (major, minor) tuple.
      
      This is enough to uniquely identify a devnode, no matter what
      API it implements.
      
      So, before we go too far, let's mark the old v4l, fb, dvb and alsa
      "devnode" info as deprecated, and just call it as "dev".
      
      We can latter add fields specific to each API if needed.
      
      As we don't want to break compilation on already existing apps,
      let's just keep the old definitions as-is, adding a note that
      those are deprecated at media-entity.h.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      e31a0ba7
  2. 12 2月, 2015 1 次提交
  3. 11 2月, 2015 1 次提交
  4. 04 2月, 2015 36 次提交