1. 24 8月, 2013 1 次提交
  2. 18 8月, 2013 1 次提交
  3. 07 2月, 2013 1 次提交
  4. 23 11月, 2012 3 次提交
  5. 17 10月, 2012 1 次提交
  6. 02 10月, 2012 1 次提交
    • A
      [media] media/radio/shark2: Fix build error caused by missing dependencies · f39a0dd6
      Arnd Bergmann 提交于
      Without this patch, building rand-0y2jSKT results in:
      
      WARNING: drivers/usb/musb/musb_hdrc.o(.devinit.text+0x9b8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create()
      The function __devinit musb_init_controller() references
      a function __init dma_controller_create().
      If dma_controller_create is only used by musb_init_controller then
      annotate dma_controller_create with a matching annotation.
      
      ERROR: "snd_tea575x_init" [drivers/media/radio/radio-shark.ko] undefined!
      ERROR: "snd_tea575x_exit" [drivers/media/radio/radio-shark.ko] undefined!
      make[2]: *** [__modpost] Error 1
      make[1]: *** [modules] Error 2
      make: *** [sub-make] Error 2
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      f39a0dd6
  7. 15 9月, 2012 1 次提交
    • A
      [media] media/radio/shark2: Fix build error caused by missing dependencies · 40c6f7ec
      Arnd Bergmann 提交于
      Without this patch, building rand-0y2jSKT results in:
      
      WARNING: drivers/usb/musb/musb_hdrc.o(.devinit.text+0x9b8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create()
      The function __devinit musb_init_controller() references
      a function __init dma_controller_create().
      If dma_controller_create is only used by musb_init_controller then
      annotate dma_controller_create with a matching annotation.
      
      ERROR: "snd_tea575x_init" [drivers/media/radio/radio-shark.ko] undefined!
      ERROR: "snd_tea575x_exit" [drivers/media/radio/radio-shark.ko] undefined!
      make[2]: *** [__modpost] Error 1
      make[1]: *** [modules] Error 2
      make: *** [sub-make] Error 2
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      40c6f7ec
  8. 05 5月, 2012 1 次提交
  9. 09 4月, 2012 1 次提交
    • H
      [media] Drivers/media/radio: Fix build error · d3a92d62
      Hans Verkuil 提交于
      On Sunday, April 01, 2012 21:09:34 Tracey Dent wrote:
      > radio-maxiradio depends on SND_FM801_TEA575X_BOOL to build or will
      > result in an build error such as:
      >
      > Kernel: arch/x86/boot/bzImage is ready  (#1)
      > ERROR: "snd_tea575x_init" [drivers/media/radio/radio-maxiradio.ko] undefined!
      > ERROR: "snd_tea575x_exit" [drivers/media/radio/radio-maxiradio.ko] undefined!
      > WARNING: modpost: Found 6 section mismatch(es).
      > To see full details build your kernel with:
      > 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
      > make[1]: *** [__modpost] Error 1
      > make: *** [modules] Error 2
      >
      > Select CONFIG_SND_TEA575X to fixes problem and enable
      > the driver to be built as desired.
      >
      > v2:
      > instead of selecting CONFIG_SND_FM801_TEA575X_BOOL, select
      > CONFIG_SND_TEA575X, which in turns selects CONFIG_SND_FM801_TEA575X_BOOL
      > and any other dependencies for it to build.
      
      No, this is the correct patch:
      
      RADIO_MAXIRADIO should be treated just like RADIO_SF16FMR2, I just didn't
      realize at the time that it had to be added as a SND_TEA575X dependency.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Tested-by: NShea Levy <shea@shealevy.com>
      Acked-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      d3a92d62
  10. 07 8月, 2011 1 次提交
  11. 28 7月, 2011 1 次提交
  12. 15 5月, 2011 1 次提交
  13. 03 5月, 2011 1 次提交
    • T
      ALSA: Add the driver for Digigram Lola PCI-e boards · d43f3010
      Takashi Iwai 提交于
      Added a new driver for supporting Digigram Lola PCI-e boards.
      
      Lola has a similar h/w design like HD-audio but with extended verbs.
      Thus the driver is written similarly like HD-audio driver in the bus
      part.  The codec part is rather written in a fixed way specific to the
      Lola board because of the verb incompatibility.
      
      The driver provides basic PCM, supporting multi-streams and mixing.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d43f3010
  14. 21 3月, 2011 1 次提交
  15. 19 2月, 2011 1 次提交
    • A
      ALSA: azt3328: add custom AC97 semi-emulation use standard ALSA AC97 layer · b5dc20cd
      Andreas Mohr 提交于
      Make use of the very flexible ALSA ac97 layer (hooks for custom I/O!)
      on this weird AC97 copycat hardware,
      via semi-extended I/O translation/emulation.
      
      Some 5kB binary/loaded size saved (well... additional huge AC97 module
      penalty not factored in, of course ;-P).
      Given that the driver previously had 20kB that's not bad,
      but the much more important thing is to have AC97 layer stress-tested
      with a thoroughly weird AC97 copycat (or, simply put, if it were not for
      this AC97 test aspect, this effort would merely have been a nut job ;).
      Signed-off-by: NAndreas Mohr <andi@lisas.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b5dc20cd
  16. 27 1月, 2011 1 次提交
  17. 10 1月, 2011 3 次提交
  18. 06 12月, 2010 1 次提交
  19. 03 11月, 2010 3 次提交
  20. 09 9月, 2010 3 次提交
  21. 23 4月, 2010 2 次提交
    • H
      ALSA: snd-es1968: Make hardware volume buttons an input device (rev2) · 5a5e02e5
      Hans de Goede 提交于
      The hardware volume handling code in essence just detects key presses, and
      then does some hardcoded modification of the master volume based on which key
      is pressed.
      
      Clearly the right thing to do here is just report these keypresses to
      userspace and let userspace decide what to with them.
      
      This patch adds a Kconfig option which when enabled reports the volume
      buttons as keypresses using an input device. When enabled this option
      also gets rid of the ugly direct ac97 writes from the tasklet, the ac97lock
      and the need for using a tasklet in general.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5a5e02e5
    • H
      ALSA: snd-maestro3: Make hardware volume buttons an input device (rev2) · eb581adf
      Hans de Goede 提交于
      While working on the sound suspend / resume problems with my laptop
      I noticed that the hardware volume handling code in essence just detects
      key presses, and then does some hardcoded modification of the master volume
      based on which key is pressed.
      
      This made me think that clearly the right thing to do here is just report
      these keypresses to userspace and let userspace decide what to with them.
      
      This patch adds a Kconfig option which when enabled reports the volume
      buttons as keypresses using an input device. When enabled this option
      also gets rid of the ugly direct ac97 writes from the tasklet, the ac97lock
      and the need for using a tasklet in general.
      
      As an added bonus the keys now work identical to volume keys on a (usb)
      keyboard with multimedia keys, providing visual feedback of the volume
      level change, and a better range of the volume control (with a properly
      configured desktop environment).
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      eb581adf
  22. 22 4月, 2010 1 次提交
  23. 18 1月, 2010 1 次提交
  24. 13 11月, 2009 1 次提交
  25. 30 10月, 2009 1 次提交
  26. 12 10月, 2009 1 次提交
  27. 06 7月, 2009 1 次提交
  28. 02 6月, 2009 1 次提交
  29. 25 5月, 2009 1 次提交
  30. 20 5月, 2009 1 次提交
    • T
      ALSA: ctxfi - Add depends on X86 · 3e3ee6dc
      Takashi Iwai 提交于
      The ctxfi driver requires explicitly the 4k page size, and gives a
      build error on architectures with non-4k pages.
      As a workaround, just add the kconfig dependency on X86, which is
      the only architecture ever tested.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3e3ee6dc
  31. 14 5月, 2009 1 次提交
    • W
      ALSA: SB X-Fi driver merge · 8cc72361
      Wai Yew CHAY 提交于
      The Sound Blaster X-Fi driver supports Creative solutions based on
      20K1 and 20K2 chipsets.
      
      Supported hardware :
      
      Creative Sound Blaster X-Fi Titanium Fatal1ty® Champion Series
      Creative Sound Blaster X-Fi Titanium Fatal1ty Professional Series
      Creative Sound Blaster X-Fi Titanium Professional Audio
      Creative Sound Blaster X-Fi Titanium
      Creative Sound Blaster X-Fi Elite Pro
      Creative Sound Blaster X-Fi Platinum
      Creative Sound Blaster X-Fi Fatal1ty
      Creative Sound Blaster X-Fi XtremeGamer
      Creative Sound Blaster X-Fi XtremeMusic
      
      Current release features:
      
      * ALSA PCM Playback
      * ALSA Record
      * ALSA Mixer
      
      Note:
      
      * External I/O modules detection not included.
      Signed-off-by: NWai Yew CHAY <wychay@ctl.creative.com>
      Singed-off-by: NRyan RICHARDS <ryan_richards@creativelabs.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8cc72361