1. 30 7月, 2008 2 次提交
  2. 29 7月, 2008 1 次提交
  3. 17 7月, 2008 2 次提交
  4. 10 7月, 2008 5 次提交
  5. 26 6月, 2008 1 次提交
  6. 19 5月, 2008 6 次提交
  7. 24 4月, 2008 3 次提交
  8. 01 2月, 2008 7 次提交
  9. 20 10月, 2007 1 次提交
  10. 16 10月, 2007 1 次提交
    • R
      [ALSA] alsa-kernel: schedule_timeout() fixes · d86d0193
      Rene Herman 提交于
      Fix schedule_timeout() use in alsa-kernel. Mostly just
      	schedule_timeout(1) --> schedule_timeout_uninterruptible(1)
      The wavefront_synth one fixes the surrounding loop as well. In ymfpci_main,
      delete a superfluous set_current_state() and in soc/soc-dapm.c replace an
      _interruptible with _uninterruptible in some debug code; it's not waiting
      for signals.
      
      Signed-off-by: Rene Herman <rene.herman>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      d86d0193
  11. 11 5月, 2007 1 次提交
  12. 09 2月, 2007 5 次提交