1. 19 7月, 2007 1 次提交
  2. 09 5月, 2007 2 次提交
  3. 28 4月, 2007 9 次提交
  4. 21 2月, 2007 6 次提交
  5. 13 2月, 2007 1 次提交
  6. 10 12月, 2006 6 次提交
  7. 04 10月, 2006 3 次提交
  8. 26 9月, 2006 3 次提交
  9. 30 7月, 2006 1 次提交
  10. 25 6月, 2006 3 次提交
  11. 02 4月, 2006 1 次提交
  12. 25 3月, 2006 2 次提交
    • 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 (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
  13. 22 3月, 2006 2 次提交
    • T
      [ALSA] Fix snd_xxx_t typedefs · f7cbb7fc
      Takashi Iwai 提交于
      Modules: PXA Mainstone driver,CX88 driver,SAA7134 driver
      
      Replace snd_xxx_t typedefs with explicit structs.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f7cbb7fc
    • M
      V4L/DVB (3545): Fixed no_overlay option and quirks on saa7134 driver · ecb73774
      Mauro Carvalho Chehab 提交于
      Some chipsets have several problems when pci to pci transfers are activated
      on overlay mode. the option no_overlay allows disabling such feature of
      the driver, in favor of keeping the system stable.
      The default is to use pcipci_fail flag defined on drivers/pci/quirks.c.
      It also allows the user to override it by forcing disable overlay or forcing
      enable. Forcing enable may generate PCI transfer corruption, including disk
      mass corruption, so should be used with care.
      Added a text description to this option and make messages looks the same at
      both bttv and saa7134 drivers.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      ecb73774