1. 14 8月, 2012 6 次提交
  2. 13 8月, 2012 3 次提交
  3. 12 8月, 2012 2 次提交
  4. 10 8月, 2012 9 次提交
  5. 31 7月, 2012 3 次提交
  6. 07 7月, 2012 1 次提交
  7. 06 7月, 2012 3 次提交
    • M
      [media] media: Remove VIDEO_MEDIA Kconfig option · 8cfd9dcc
      Mauro Carvalho Chehab 提交于
      In the past, it was possible to have either DVB or V4L2 core
      as module and the other as builtin. Such config never make much
      sense, and created several issues in order to make the Kconfig
      dependency to work, as all drivers that depend on both (most
      TV drivers) would need to be compiled as 'm'. Due to that,
      the VIDEO_MEDIA config option were added.
      
      Instead of such weird approach, let's just use the MEDIA_SUPPORT
      =y or =m to select if the media subsystem core will be either
      builtin or module, simplifying the building system logic.
      
      Also, fix the tuners configuration, by enabling them only if
      a tuner is required. So, if just webcam/grabbers support is
      selected, no tuner option will be selected. Also, if only digital
      TV is selected, no analog tuner support is selected.
      
      That removes the need of using EXPERT customise options, when
      analog TV is not selected.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      8cfd9dcc
    • M
      [media] media: reorganize the main Kconfig items · b4c184e5
      Mauro Carvalho Chehab 提交于
      Change the main items to:
      
      <m> Multimedia support  --->
         [ ]   Cameras/video grabbers support
         [ ]   Analog TV support
         [ ]   Digital TV support
         [ ]   AM/FM radio receivers/transmitters support
         [ ]   Remote Controller support
      
      This provides an interface that is clearer to end users that
      are compiling the Kernel, and will allow the building system
      to automatically unselect drivers for unused functions.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      b4c184e5
    • M
      [media] xc5000: Add support for DMB-TH and ISDB-T · 5cf73ce1
      Mauro Carvalho Chehab 提交于
      xc5000 is just a tuner, not a decoder, so both DMB-TH and ISDB-T should
      work properly there: it is just a matter of teaching the driver what
      saw filter should be used and how to calculate the center frequency.
      Requested-by: NChoi Wing Chan <chanchoiwing@gmail.com>
      Cc: Steven Toth <stoth@linuxtv.org>
      Cc: Devin Heitmueller <dheitmueller@kernellabs.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      5cf73ce1
  8. 04 7月, 2012 2 次提交
  9. 01 7月, 2012 1 次提交
  10. 19 6月, 2012 1 次提交
  11. 12 6月, 2012 1 次提交
  12. 20 5月, 2012 5 次提交
  13. 15 5月, 2012 3 次提交