1. 23 11月, 2014 3 次提交
  2. 10 11月, 2014 1 次提交
    • T
      ALSA: pcm: Add snd_pcm_stop_xrun() helper · 1fb8510c
      Takashi Iwai 提交于
      Add a new helper function snd_pcm_stop_xrun() to the standard sequnce
      lock/snd_pcm_stop(XRUN)/unlock by a single call, and replace the
      existing open codes with this helper.
      
      The function checks the PCM running state to prevent setting the wrong
      state, too, for more safety.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      1fb8510c
  3. 21 10月, 2014 1 次提交
  4. 13 8月, 2014 1 次提交
  5. 31 3月, 2014 1 次提交
  6. 12 2月, 2014 1 次提交
  7. 13 9月, 2013 1 次提交
  8. 16 7月, 2013 1 次提交
  9. 28 6月, 2013 1 次提交
  10. 29 4月, 2013 2 次提交
  11. 12 3月, 2013 1 次提交
  12. 07 12月, 2012 1 次提交
  13. 06 10月, 2012 1 次提交
  14. 15 8月, 2012 1 次提交
  15. 26 4月, 2012 1 次提交
  16. 24 4月, 2012 1 次提交
  17. 10 1月, 2012 1 次提交
  18. 22 12月, 2011 11 次提交
  19. 19 12月, 2011 1 次提交
  20. 01 11月, 2011 1 次提交
  21. 24 7月, 2011 1 次提交
  22. 22 7月, 2011 4 次提交
  23. 24 6月, 2011 1 次提交
  24. 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