Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Jan 12, 2014
  3. Jan 10, 2014
  4. Jan 07, 2014
    • Frank Schaefer's avatar
      [media] em28xx: fix I2S audio sample rate definitions and info output · 687ff8b0
      Frank Schaefer authored
      
      The audio configuration in chip config register 0x00 and eeprom are always
      consistent. But currently the audio configuration #defines for the chip config
      register say 0x20 means 3 sample rates and 0x30 5 sample rates, while the eeprom
      info output says 0x20 means 1 sample rate and 0x30 3 sample rates.
      
      I've checked the datasheet excerpts I have and it seems that the meaning of
      these bits is different for em2820/40 (1 and 3 sample rates) and em2860+
      (3 and 5 smaple rates).
      I have also checked my Hauppauge WinTV USB 2 (em2840) and the chip/eeprom
      audio config 0x20 matches the sample rates reproted by the USB device
      descriptor (32k only).
      
      Signed-off-by: default avatarFrank Schäfer <fschaefer.oss@googlemail.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
      687ff8b0
  5. Sep 03, 2013
  6. Jul 26, 2013
  7. Mar 28, 2013
  8. Mar 25, 2013
  9. Mar 22, 2013
  10. Mar 19, 2013
    • Frank Schaefer's avatar
      [media] em28xx-i2c: relax error check in em28xx_i2c_recv_bytes() · 7f6301d1
      Frank Schaefer authored
      
      It turned out that some devices return less bytes then requested via i2c when
      ALL of the following 3 conditions are met:
      - i2c bus B is used
      - there was no attempt to write to the specified slave address before
      - no device present at the specified slave address
      With the current code, this triggers an -EIO error and prints a message to the
      system log.
      Because it can happen very often during device probing, it is better to ignore
      this error and bail out silently after the follwing i2c transaction success
      check with -ENODEV.
      
      [mchehab@redhat.com: a small CodingStyle fix]
      Signed-off-by: default avatarFrank Schäfer <fschaefer.oss@googlemail.com>
      
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      7f6301d1
  11. Mar 18, 2013
  12. Mar 04, 2013
  13. Feb 05, 2013
  14. Jan 05, 2013
  15. Dec 23, 2012
  16. Aug 15, 2012
  17. Jun 21, 2012
  18. Apr 11, 2012
  19. Mar 20, 2012
  20. Jul 27, 2011
  21. May 20, 2011
Loading