1. 01 2月, 2008 1 次提交
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
  2. 20 10月, 2007 1 次提交
  3. 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
  4. 11 5月, 2007 1 次提交
  5. 09 2月, 2007 5 次提交