1. 01 4月, 2016 2 次提交
  2. 11 3月, 2016 3 次提交
  3. 05 3月, 2016 2 次提交
    • A
      [media] hide unused functions for !MEDIA_CONTROLLER · 0a82edd0
      Arnd Bergmann 提交于
      Some functions in the au0828 driver are only used when CONFIG_MEDIA_CONTROLLER
      is enabled, and otherwise defined as empty functions:
      
      media/usb/au0828/au0828-core.c:208:13: error: 'au0828_media_graph_notify' defined but not used [-Werror=unused-function]
      media/usb/au0828/au0828-core.c:262:12: error: 'au0828_enable_source' defined but not used [-Werror=unused-function]
      media/usb/au0828/au0828-core.c:412:13: error: 'au0828_disable_source' defined but not used [-Werror=unused-function]
      
      This moves the #ifdef so the entire definitions are hidden in this case.
      
      [mchehab@osg.samsung.com: As pointed by Shuah Khan, a return 0 can be removed]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      0a82edd0
    • M
      [media] em28xx: fix Terratec Grabby AC97 codec detection · 0899f62f
      Matthieu Rogez 提交于
      EMP202 chip inside Terratec Grabby (hw rev 2) seems to require some time
      before accessing reliably its registers. Otherwise it returns some values
      previously put on the I2C bus.
      
      To account for that period, we delay card setup until we have a proof that
      accessing AC97 registers is reliable. We get this proof by polling
      AC97_RESET until the expected value is read. We also check that unrelated
      registers don't return the same value. This second check handles the case
      where the expected value is constantly returned no matter which register
      is accessed.
      Signed-off-by: NMatthieu Rogez <matthieu.rogez@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      0899f62f
  4. 04 3月, 2016 6 次提交
  5. 03 3月, 2016 8 次提交
  6. 01 3月, 2016 4 次提交
  7. 27 2月, 2016 8 次提交
  8. 23 2月, 2016 4 次提交
  9. 19 2月, 2016 2 次提交
  10. 16 2月, 2016 1 次提交