1. 26 5月, 2014 4 次提交
  2. 22 3月, 2013 1 次提交
    • D
      [media] xc5000: fix incorrect debug printnk · 01ae7286
      Dmitri Belimov 提交于
      I found very small bug in xc5000 source. When set option debug=1 and
      listen a radio we see in dmesg xc5000: xc_SetTVStandard()
      Standard = M/N-NTSC/PAL-BTSC at all times. However, it should be, instead
      "FM Radio-INPUT1_MONO".
      
      That happens because xc5000_set_radio_freq() gets the correct value for
      VideoMode and AudioMode for radio and calls xc_SetTVStandard() where name
      of standard comes from the incorrect place priv->video_standard.
      
      This incorrect debug message makes debugging  a little difficult.
      Signed-off-by: NDmitry Belimov <d.belimov@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      01ae7286
  3. 06 2月, 2013 1 次提交
  4. 14 8月, 2012 1 次提交
  5. 10 8月, 2012 8 次提交
  6. 31 7月, 2012 1 次提交
  7. 06 7月, 2012 1 次提交
  8. 20 4月, 2012 1 次提交
  9. 19 4月, 2012 3 次提交
  10. 15 2月, 2012 5 次提交
  11. 31 12月, 2011 2 次提交
  12. 20 12月, 2011 1 次提交
  13. 09 12月, 2011 2 次提交
  14. 07 12月, 2011 1 次提交
  15. 20 11月, 2011 2 次提交
  16. 12 11月, 2011 1 次提交
  17. 20 5月, 2011 1 次提交
  18. 22 3月, 2011 2 次提交
  19. 21 10月, 2010 1 次提交
  20. 03 8月, 2010 1 次提交
    • M
      V4L/DVB: xc5000: Fix a few warnings · 1cdffda7
      Mauro Carvalho Chehab 提交于
      drivers/media/common/tuners/xc5000.c: In function ‘xc_write_reg’:
      drivers/media/common/tuners/xc5000.c:298: warning: passing argument 3 of ‘xc5000_readreg’ from incompatible pointer type
      drivers/media/common/tuners/xc5000.c:235: note: expected ‘u16 *’ but argument is of type ‘u8 *’
      drivers/media/common/tuners/xc5000.c: At top level:
      drivers/media/common/tuners/xc5000.c:223: warning: ‘xc_read_i2c_data’ defined but not used
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      1cdffda7