1. 13 5月, 2006 2 次提交
  2. 11 4月, 2006 1 次提交
  3. 04 4月, 2006 1 次提交
  4. 02 4月, 2006 4 次提交
  5. 25 3月, 2006 4 次提交
    • H
      V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode · 301e22d6
      Hans Verkuil 提交于
      Add a new audio mode V4L2_TUNER_MODE_LANG1_LANG2 (used by VIDIOC_G/S_TUNER).
      This mode allows the user to select both languages of a bilingual transmission,
      one language on the left, one on the right audio channel. If there is no
      bilingual transmission, or it is not supported, then this mode should act like
      V4L2_TUNER_MODE_STEREO.
      This mode is introduced for PVR-like drivers where it is useful to be able to
      record both languages of a bilingual broadcast.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      301e22d6
    • H
      V4L/DVB (3577): Cleanup audio input handling · 8bf2f8e7
      Hans Verkuil 提交于
      Cleanup audio input handling in bttv and tvaudio:
      - inputs were specified that were never used
      - mute was handled as a special input which led to confusing code
      - confusing naming made it difficult to see if the setting was for
        i2c or gpio.
      The old audiochip.h input names moved to tvaudio.h. Currently this
      is used both by tvaudio and msp3400 until the msp3400 implements the
      new msp3400-specific inputs.
      Detect in bttv the tvaudio and msp3400 i2c clients and use these
      client pointers to set the inputs directly instead of broadcasting the
      command.
      Removed AUDC_SET_INPUT. Now replaced by VIDIOC_S_AUDIO. This will be
      replaced again later by the new ROUTING commands.
      Removed VIDIOC_G_AUDIO implementations in i2c drivers: this command is
      a user level command and not to be used internally. It wasn't called at
      all anyway.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      8bf2f8e7
    • M
      V4L/DVB (3546): Fix Compilation after moving bttv code · fa3fcceb
      Mauro Carvalho Chehab 提交于
      - Missing a Makefile for bt8xx
      - rds.h were at wrong directory, since it is a global header for an internal
        interface
      - tda7432 and tda9875 were dependent from bttv.h
      - bttv.h were holding i2c addresses
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      fa3fcceb
    • M
      V4L/DVB (3516): Make video_buf more generic · c7b0ac05
      Mauro Carvalho Chehab 提交于
      Video_buf were concerned to allow PCI devices to be used as
      video capture devices. This patch extends video_buf features
      by virtualizing pci-dependent functions and allowing other
      type of devices to use it.
      It is still DMA centric, although it may be used also by
      devices that emulates scatter/gather behavior or a DMA device
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      c7b0ac05
  6. 22 3月, 2006 10 次提交
  7. 08 3月, 2006 3 次提交
  8. 04 3月, 2006 5 次提交
  9. 03 3月, 2006 4 次提交
  10. 27 2月, 2006 6 次提交