1. 24 4月, 2012 1 次提交
  2. 19 12月, 2011 1 次提交
  3. 01 11月, 2011 1 次提交
  4. 24 6月, 2011 1 次提交
  5. 15 6月, 2011 1 次提交
  6. 10 6月, 2011 2 次提交
    • T
      ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* · 934c2b6d
      Takashi Iwai 提交于
      The name argument of request_irq() appears in /proc/interrupts, and
      it's quite ugly when the name entry contains a space or special letters.
      In general, it's simpler and more readable when the module name appears
      there, so let's replace all entries with KBUILD_MODNAME.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      934c2b6d
    • T
      ALSA: Use KBUILD_MODNAME for pci_driver.name entries · 3733e424
      Takashi Iwai 提交于
      The convention for pci_driver.name entry in kernel drivers seem to be
      the module name or equivalent ones.  But, so far, almost all PCI sound
      drivers use more verbose name like "ABC Xyz (12)", and these are fairly
      confusing when appearing as a file name.
      
      This patch converts the all pci_driver.name entries in sound/pci/* to
      use KBUILD_MODNAME for more unified appearance.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3733e424
  7. 05 5月, 2011 1 次提交
    • R
      ALSA: lola - fix lola build · f428c94c
      Randy Dunlap 提交于
      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: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f428c94c
  8. 04 5月, 2011 2 次提交
  9. 03 5月, 2011 13 次提交