1. 11 12月, 2011 2 次提交
  2. 29 11月, 2011 2 次提交
  3. 23 9月, 2011 1 次提交
  4. 01 9月, 2011 5 次提交
  5. 09 7月, 2011 1 次提交
  6. 06 7月, 2011 1 次提交
  7. 29 6月, 2011 1 次提交
  8. 21 5月, 2011 8 次提交
  9. 20 5月, 2011 1 次提交
    • J
      [media] tm6000: fix vbuf may be used uninitialized · cc73b4b5
      Jarod Wilson 提交于
      In commit 8aff8ba9, most of the manipulations to vbuf inside
      copy_streams were gated on if !dev->radio, but one place that touches
      vbuf lays outside those gates -- a memcpy of vbuf isn't NULL. If we
      initialize vbuf to NULL, that memcpy will never happen in the case where
      we do have dev->radio, and otherwise, in the !dev->radio case, the code
      behaves exactly like it did prior to 8aff8ba9.
      
      While we're at it, also fix an incorrectly indented closing brace for
      one of the sections touching vbuf that is conditional on !dev->radio.
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      cc73b4b5
  10. 31 3月, 2011 1 次提交
  11. 23 3月, 2011 1 次提交
    • D
      [media] tm6000: fix s-video input · 2aefbc1a
      Dmitri Belimov 提交于
      Add compatibility for composite and s-video inputs. Some TV cards hasn't
      it.
      
      Fix S-Video input, the s-video cable has only video signals no
      audio. Call the function of audio configure kill chroma in signal. only
      b/w video.
      
      Known bugs:
        - after s-video the audio for radio didn't work, TV crashed hardly
        - after composite TV crashed hardly too.
      
      P.S. After this patch I'll want to rework the procedure of configure
           video. Now it has a lot of junk and dubles.
      
      With my best regards, Dmitry.
      Signed-off-by: NBeholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      2aefbc1a
  12. 22 3月, 2011 1 次提交
    • D
      [media] tm6000: add radio support to the driver · 8aff8ba9
      Dmitri Belimov 提交于
      Changes:
        Add function tm6000_set_reg_mask for change some bits in regs. Very usefull, simplify some code with this function.
        Add control mute
        Add control volume
        Add control audio input MUX
        Add support radio
      
      Radio works well. TV works too
      
      Known bugs:
        The programm gnomeradio can't set freq for radio, it use old v4l API. Audio over USB works via arecord.
        The programm mplayer can set freq but no any audio
                 mplayer -v -rawaudio rate=48000 radio://105.2/capture driver=v4l2:alsa:adevice=hw.1,0:amode=1:audiorate=48000:forceaudio:immediatemode=0
        When start watch TV very shortly after radio the kernel crashed hardly. Didn't stop all USB URBs, need some time for stop.
      
      [mchehab@redhat.com: fix merge conflicts]
      Signed-off-by: NBeholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      8aff8ba9
  13. 19 1月, 2011 1 次提交
  14. 29 12月, 2010 2 次提交
  15. 10 11月, 2010 1 次提交
  16. 21 10月, 2010 7 次提交
  17. 03 8月, 2010 4 次提交