An error occurred fetching the project authors.
  1. 25 Jun, 2006 4 commits
  2. 02 Apr, 2006 1 commit
  3. 25 Mar, 2006 1 commit
  4. 24 Mar, 2006 4 commits
    • Hans Verkuil's avatar
      V4L/DVB (3582): Implement correct msp3400 input/output routing · 2474ed44
      Hans Verkuil authored
      - implement VIDIOC_INT_S_AUDIO_ROUTING for msp3400 and tvaudio
      - use the new command in bttv, pvrusb2 and em28xx.
      - remove the now obsolete MSP_SET_MATRIX from msp3400 (yeah!)
      - remove the obsolete VIDIOC_S_AUDIO from msp3400.
      Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      2474ed44
    • Hans Verkuil's avatar
      V4L/DVB (3577): Cleanup audio input handling · 8bf2f8e7
      Hans Verkuil authored
      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: default avatarHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      8bf2f8e7
    • Andrew Morton's avatar
      V4L/DVB (3571): Printk warning fixes · 5245953e
      Andrew Morton authored
      On ppc64, u64 is `unsigned long'
      drivers/media/video/v4l2-common.c: In function `v4l_printk_ioctl_arg':
      drivers/media/video/v4l2-common.c:486: warning: cast from pointer to integer of different size
      drivers/media/video/v4l2-common.c:580: warning: long long int format, v4l2_std_id arg (arg 8)
      drivers/media/video/v4l2-common.c:625: warning: long long int format, v4l2_std_id arg (arg 8)
      drivers/media/video/v4l2-common.c:693: warning: long long int format, v4l2_std_id arg (arg 4)
      drivers/media/video/v4l2-common.c:910: warning: long long unsigned int format, long unsigned int a$
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      5245953e
    • Mauro Carvalho Chehab's avatar
      V4L/DVB (3516): Make video_buf more generic · c7b0ac05
      Mauro Carvalho Chehab authored
      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: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      c7b0ac05
  5. 27 Feb, 2006 4 commits
  6. 15 Jan, 2006 1 commit
    • Hans Verkuil's avatar
      V4L/DVB (3384): Separate tv & radio freqs, fix cb/freq transmit order for tuners that need this. · 27487d44
      Hans Verkuil authored
      - Moved MSP_SET_MATRIX to v4l2-common.h
      - Fix typos and integer overflows in tea5767.c
      - Split old freq field into a tv_freq and a radio_freq. Prevents
        that a radio tuner is initialized with a tv frequency or vice versa.
      - When switching to radio mode initialize the tuner with the last
        used radio frequency (this was already done for the TV mode).
        As a result of these changes the tuner module now remembers the
        last set radio and TV frequencies, which is what you would expect
        to happen.
      - Move out of range frequencies to the closest valid frequency as per
        v4l2 API spec.
      - Fix incorrect initial radio frequency (multiplier is 16000, not 16)
      - Add boundary check for out of range frequencies.
      - Use new flag to check if the order of the CB and freq. depends on
        the last set frequency. That is needed for some tuners or you can
        get static as a result. The flag is added for those tuners where I know
        that the datasheet indicates that this is necessary.
      - For this new check use the last set div value, not the last frequency
        as radio frequencies are always much higher due to the 16000 multiplier.
      Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      27487d44
  7. 09 Jan, 2006 2 commits
  8. 09 Sep, 2005 1 commit
  9. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4