1. 29 7月, 2010 1 次提交
  2. 28 7月, 2010 3 次提交
  3. 27 7月, 2010 1 次提交
    • R
      SOUND: Au1000: Fix section mismatch · 93871603
      Ralf Baechle 提交于
      WARNING: sound/soc/au1x/snd-soc-au1xpsc-i2s.o(.data+0xa8): Section mismatch in reference from the variable au1xpsc_i2s_driver to the function .init.text:au1xpsc_i2s_drvprobe()
      The variable au1xpsc_i2s_driver references
      the function __init au1xpsc_i2s_drvprobe()
      If the reference is valid then annotate the
      variable with __init* or __refdata (see linux/init.h) or name the variable:
      *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      93871603
  4. 20 7月, 2010 1 次提交
  5. 19 7月, 2010 2 次提交
  6. 18 7月, 2010 1 次提交
  7. 15 7月, 2010 3 次提交
  8. 13 7月, 2010 3 次提交
  9. 09 7月, 2010 1 次提交
  10. 05 7月, 2010 1 次提交
  11. 23 6月, 2010 1 次提交
  12. 22 6月, 2010 2 次提交
  13. 21 6月, 2010 1 次提交
  14. 17 6月, 2010 2 次提交
  15. 16 6月, 2010 1 次提交
    • G
      powerpc/5200: Fix build error in sound code. · f487537c
      Grant Likely 提交于
      Compiling in the MPC5200 sound drivers results in the following build error:
      
      sound/soc/fsl/mpc5200_psc_ac97.o: In function `to_psc_dma_stream':
      mpc5200_psc_ac97.c:(.text+0x0): multiple definition of `to_psc_dma_stream'
      sound/soc/fsl/mpc5200_dma.o:mpc5200_dma.c:(.text+0x0): first defined here
      sound/soc/fsl/efika-audio-fabric.o: In function `to_psc_dma_stream':
      efika-audio-fabric.c:(.text+0x0): multiple definition of `to_psc_dma_stream'
      sound/soc/fsl/mpc5200_dma.o:mpc5200_dma.c:(.text+0x0): first defined here
      make[3]: *** [sound/soc/fsl/built-in.o] Error 1
      make[2]: *** [sound/soc/fsl] Error 2
      make[1]: *** [sound/soc] Error 2
      make: *** [sound] Error 2
      
      This patch fixes it by declaring the inline function in the header file to
      also be a static.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Tested-by: NJohn Hilmar Linkhorst <John.Linkhorst@rwth-aachen.de>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      f487537c
  16. 15 6月, 2010 1 次提交
  17. 14 6月, 2010 1 次提交
  18. 12 6月, 2010 4 次提交
  19. 11 6月, 2010 1 次提交
  20. 08 6月, 2010 5 次提交
  21. 02 6月, 2010 3 次提交
  22. 01 6月, 2010 1 次提交
    • D
      ALSA: hda: Use LPIB for ASUS M2V · 9f75c1b1
      Daniel T Chen 提交于
      BugLink: https://launchpad.net/bugs/587546
      
      Symptom: On the reporter's ASUS M2V, using PulseAudio in Ubuntu 10.04 LTS
      results in the PA daemon crashing shortly after attempting playback of an
      audio file.
      
      Test case: Using Ubuntu 10.04 LTS (Linux 2.6.32.12), Linux 2.6.33, or
      Linux 2.6.34, attempt playback of an audio file while PulseAudio is
      active.
      
      Resolution: add SSID for this machine to the position_fix quirk table,
      explicitly specifying the LPIB method.
      
      Reported-and-Tested-By: D Tangman
      Cc: <stable@kernel.org>
      Signed-off-by: NDaniel T Chen <crimsun@ubuntu.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9f75c1b1