1. 22 3月, 2011 1 次提交
  2. 19 1月, 2011 1 次提交
  3. 29 12月, 2010 1 次提交
  4. 27 2月, 2010 3 次提交
  5. 16 12月, 2009 2 次提交
  6. 09 12月, 2009 1 次提交
    • R
      ALSA: radio/sound/miro: fix build, cleanup depends/selects · dd7cdb88
      Randy Dunlap 提交于
      miropcm20 uses ALSA (snd_) interfaces from the SND_MIRO
      driver, so it should depend on SND.
      (selecting SND_MIRO when CONFIG_SND is not enabled is a
      problem.)
      
      drivers/built-in.o: In function `vidioc_s_ctrl':
      radio-miropcm20.c:(.text+0x227499): undefined reference to `snd_aci_cmd'
      drivers/built-in.o: In function `vidioc_s_frequency':
      radio-miropcm20.c:(.text+0x227574): undefined reference to `snd_aci_cmd'
      radio-miropcm20.c:(.text+0x227588): undefined reference to `snd_aci_cmd'
      drivers/built-in.o: In function `pcm20_init':
      radio-miropcm20.c:(.init.text+0x2a784): undefined reference to `snd_aci_get_aci'
      
      miropcm20 selects SND_MIRO but SND_ISA may be not enabled, so
      also select SND_ISA so that the snd-miro driver will be built.
      Otherwise there are missing symbols:
      
      ERROR: "snd_opl4_create" [sound/isa/opti9xx/snd-miro.ko] undefined!
      ERROR: "snd_wss_pcm" [sound/isa/opti9xx/snd-miro.ko] undefined!
      ERROR: "snd_wss_timer" [sound/isa/opti9xx/snd-miro.ko] undefined!
      ERROR: "snd_wss_create" [sound/isa/opti9xx/snd-miro.ko] undefined!
      ERROR: "snd_wss_mixer" [sound/isa/opti9xx/snd-miro.ko] undefined!
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Acked-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      dd7cdb88
  7. 06 12月, 2009 1 次提交
  8. 27 11月, 2009 1 次提交
  9. 19 9月, 2009 1 次提交
  10. 12 9月, 2009 3 次提交
  11. 03 1月, 2009 1 次提交
  12. 11 11月, 2008 1 次提交
  13. 18 10月, 2008 1 次提交
  14. 12 10月, 2008 1 次提交
  15. 18 2月, 2008 1 次提交
    • M
      V4L/DVB (7133): Fix Kconfig dependencies · 057596ee
      Mauro Carvalho Chehab 提交于
      As pointed by Adrian Bunk, with I2C=m and VIDEO_DEV=y, videodev brokes.
      
      This patch moves the functions that videodev needs from v4l2-common. It also
      fixes some Kconfig changes.
      
      After this patch, I2C=m / VIDEO_DEV=y will make v4l2 core statically linked
      into kernel. v4l2-common will be m, and all V4L drivers will also be m.
      
      This approach is very conservative, since it is possible to have V4L drivers
      that don't need I2C or v4l2-common. The better is to map what drivers really
      need v4l2-common, making them to select v4l2-common, and allowing the others to
      be 'y', 'm' and 'n'.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      057596ee
  16. 26 1月, 2008 1 次提交
    • T
      V4L/DVB (7038): USB radio driver for Silicon Labs Si470x FM Radio Receivers · 78656acd
      Tobias Lorenz 提交于
      this patch adds a new driver for the Silicon Labs Si470x FM Radio Receiver. It
      should also work for the identical ADS/Tech FM Radio Receiver (formerly
      Instant FM Music) as soon as I find out the USB Vendor and Product ID.
      
      The driver is inspired by several other USB and radio drivers, but mainly from
      the D-Link DSB-R100 USB radio (dsbr100.c).
      
      The USB stick currently has an Si4701 FM RDS radio receiver. But the other
      Si470x devices are pin and register compatible, so that in the future the
      driver can easily be patched to support these too. Therefore I named the
      driver radio-si470x and the configuration option usb-si470x.
      
      The driver itself just provides the control function over the radio. For
      getting audio back, the device support the USB audio class, which is
      implemented in the already existing driver.
      
      I tested the driver in the last days, until it now satisfies all my
      functionality and robustness requirements. The application I used for testing
      was kradio.
      Signed-off-by: NTobias Lorenz <tobias.lorenz@gmx.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      78656acd
  17. 10 10月, 2007 1 次提交
  18. 19 7月, 2007 1 次提交
  19. 29 6月, 2007 1 次提交
  20. 09 5月, 2007 2 次提交
  21. 27 3月, 2007 1 次提交
  22. 08 12月, 2006 1 次提交
  23. 04 10月, 2006 1 次提交
  24. 26 9月, 2006 11 次提交