1. 04 May, 2011 1 commit
    • Randy Dunlap's avatar
      ALSA: lola - fix lola build · f428c94c
      Randy Dunlap authored
      sound/pci/lola/Makefile was trying to build lola modules even
      when PCI and SND_LOLA were not enabled, causing build errors:
      
      ERROR: "snd_pcm_hw_constraint_step" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_period_elapsed" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_dma_alloc_pages" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_hw_constraint_integer" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_sgbuf_ops_page" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_set_ops" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_lib_free_pages" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_lib_ioctl" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_lib_malloc_pages" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_sgbuf_get_chunk_size" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_dma_free_pages" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_lib_preallocate_pages_for_all" [sound/pci/lola/snd-lola.ko] undefined!
      ERROR: "snd_pcm_new" [sound/pci/lola/snd-lola.ko] undefined!
      
      Fix the Makefile to build only when CONFIG_SND_LOLA is enabled.
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      f428c94c
  2. 03 May, 2011 15 commits
  3. 15 Mar, 2011 1 commit
  4. 14 Mar, 2011 23 commits