1. 16 8月, 2012 9 次提交
  2. 14 8月, 2012 2 次提交
  3. 13 8月, 2012 1 次提交
    • E
      [media] media: Add stk1160 new driver (easycap replacement) · 9cb2173e
      Ezequiel García 提交于
      This driver adds support for stk1160 usb bridge as used in some
      video/audio usb capture devices.
      It is a complete rewrite of staging/media/easycap driver and
      it's meant as a replacement.
      
      As stk1160 allows communication with an ac97 codec chip, this
      driver allows to register a control-only sound card to allow the user
      to access ac97 controls.
      
      Two devices have been used for testing:
      * 1-cvbs video and 1-audio ac97 input,
      * 4-cvbs inputs
      Both of these devices reports with the same id [05e1:0408],
      so the driver tries to support a superset of the capabilities.
      
      By using keep_buffers module parameter it's possible to prevent
      the driver from releasing urb buffers when streaming is stopped.
      The usage of this parameter can avoid memory fragmentation that may
      cause the driver to stop working on low memory systems.
      A similar mechanism is implemented in em28xx driver (see commit 86d38d).
      Signed-off-by: NEzequiel Garcia <elezegarcia@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      9cb2173e
  4. 06 8月, 2012 2 次提交
  5. 07 7月, 2012 1 次提交
  6. 06 7月, 2012 1 次提交
  7. 21 5月, 2012 1 次提交
  8. 20 5月, 2012 2 次提交
  9. 15 5月, 2012 1 次提交
    • G
      [media] mt9m032: fix compilation breakage · 5bfa474b
      Guennadi Liakhovetski 提交于
      Fix the following compilation failure:
      
      linux-2.6/drivers/media/video/mt9m032.c: In function '__mt9m032_get_pad_crop':
      linux-2.6/drivers/media/video/mt9m032.c:337: error: implicit declaration of function 'v4l2_subdev_get_try_crop'
      linux-2.6/drivers/media/video/mt9m032.c:337: warning: return makes pointer from integer without a cast
      linux-2.6/drivers/media/video/mt9m032.c: In function '__mt9m032_get_pad_format':
      linux-2.6/drivers/media/video/mt9m032.c:359: error: implicit declaration of function 'v4l2_subdev_get_try_format'
      linux-2.6/drivers/media/video/mt9m032.c:359: warning: return makes pointer from integer without a cast
      linux-2.6/drivers/media/video/mt9m032.c: In function 'mt9m032_probe':
      linux-2.6/drivers/media/video/mt9m032.c:767: error: 'struct v4l2_subdev' has no member named 'entity'
      linux-2.6/drivers/media/video/mt9m032.c:826: error: 'struct v4l2_subdev' has no member named 'entity'
      linux-2.6/drivers/media/video/mt9m032.c: In function 'mt9m032_remove':
      linux-2.6/drivers/media/video/mt9m032.c:842: error: 'struct v4l2_subdev' has no member named 'entity'
      make[4]: *** [drivers/media/video/mt9m032.o] Error 1
      
      by adding a dependency on VIDEO_V4L2_SUBDEV_API.
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      5bfa474b
  10. 14 5月, 2012 2 次提交
  11. 08 5月, 2012 1 次提交
  12. 20 4月, 2012 1 次提交
    • G
      [media] V4L: mt9m032: fix compilation breakage · 18311c53
      Guennadi Liakhovetski 提交于
      Fix the following compilation failure:
      
      linux-2.6/drivers/media/video/mt9m032.c: In function '__mt9m032_get_pad_crop':
      linux-2.6/drivers/media/video/mt9m032.c:337: error: implicit declaration of function 'v4l2_subdev_get_try_crop'
      linux-2.6/drivers/media/video/mt9m032.c:337: warning: return makes pointer from integer without a cast
      linux-2.6/drivers/media/video/mt9m032.c: In function '__mt9m032_get_pad_format':
      linux-2.6/drivers/media/video/mt9m032.c:359: error: implicit declaration of function 'v4l2_subdev_get_try_format'
      linux-2.6/drivers/media/video/mt9m032.c:359: warning: return makes pointer from integer without a cast
      linux-2.6/drivers/media/video/mt9m032.c: In function 'mt9m032_probe':
      linux-2.6/drivers/media/video/mt9m032.c:767: error: 'struct v4l2_subdev' has no member named 'entity'
      linux-2.6/drivers/media/video/mt9m032.c:826: error: 'struct v4l2_subdev' has no member named 'entity'
      linux-2.6/drivers/media/video/mt9m032.c: In function 'mt9m032_remove':
      linux-2.6/drivers/media/video/mt9m032.c:842: error: 'struct v4l2_subdev' has no member named 'entity'
      make[4]: *** [drivers/media/video/mt9m032.o] Error 1
      
      by adding a dependency on VIDEO_V4L2_SUBDEV_API.
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      18311c53
  13. 20 3月, 2012 7 次提交
  14. 08 3月, 2012 1 次提交
  15. 28 2月, 2012 1 次提交
  16. 11 1月, 2012 1 次提交
  17. 20 12月, 2011 1 次提交
  18. 08 11月, 2011 5 次提交