1. 15 8月, 2011 1 次提交
  2. 18 7月, 2011 1 次提交
  3. 17 6月, 2011 1 次提交
  4. 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
  5. 31 1月, 2011 1 次提交
  6. 23 1月, 2011 1 次提交
    • J
      ALSA: Xonar, CS43xx: Don't overrun static array · 233d84c4
      Jesper Juhl 提交于
      'cs4398_regs' in 'struct xonar_cs43xx' is an array of 'u8' with a size of
      8. So, this code in sound/pci/oxygen/xonar_cs43xx.c::dump_d1_registers()
      
          		for (i = 2; i <= 8; ++i)
      	  			snd_iprintf(buffer, " %02x", data->cs4398_regs[i]);
      
      will overrun the array when 'i == 8'.
      
      I guess that what's needed to fix it is the trivial patch below, but I
      must admit that I have no idea about this code, so I may very well be
      wrong. Additionally, I have no way to actually test this, so all I know is
      that the below compiles. Someone who actually knows this code should take
      a look before anything is comitted - consider the below (not much more
      than) a bug report.
      Signed-off-by: NJesper Juhl <jj@chaosbits.net>
      Acked-by: Clemens Ladisch <clemens@ladisch.de
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      233d84c4
  7. 14 1月, 2011 1 次提交
  8. 12 1月, 2011 3 次提交
  9. 11 1月, 2011 1 次提交
  10. 10 1月, 2011 22 次提交
  11. 13 12月, 2010 1 次提交
  12. 06 12月, 2010 5 次提交