1. 22 12月, 2011 6 次提交
  2. 19 12月, 2011 1 次提交
  3. 06 12月, 2011 1 次提交
  4. 01 11月, 2011 1 次提交
  5. 07 8月, 2011 1 次提交
    • T
      ALSA: asihpi - use kzalloc() · 67ada836
      Thomas Meyer 提交于
       Use kzalloc rather than kmalloc followed by memset with 0
      
       This considers some simple cases that are common and easy to validate
       Note in particular that there are no ...s in the rule, so all of the
       matched code has to be contiguous
      
       The semantic patch that makes this output is available
       in scripts/coccinelle/api/alloc/kzalloc-simple.cocci.
      
       More information about semantic patching is available at
       http://coccinelle.lip6.fr/Signed-off-by: NThomas Meyer <thomas@m3y3r.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      67ada836
  6. 02 8月, 2011 1 次提交
  7. 01 8月, 2011 1 次提交
  8. 27 7月, 2011 2 次提交
  9. 24 7月, 2011 1 次提交
  10. 22 7月, 2011 16 次提交
  11. 24 6月, 2011 1 次提交
  12. 10 6月, 2011 1 次提交
    • 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
  13. 03 6月, 2011 1 次提交
  14. 21 4月, 2011 1 次提交
  15. 05 4月, 2011 5 次提交