1. 20 10月, 2008 2 次提交
    • T
      ALSA: Enable SPDIF output on ALC655 · c872e8ca
      Takashi Iwai 提交于
      Some hardwares with ALC655 codec don't indicate the proper ext id bit
      for SPDIF output although it supports.  Force to enable the bit.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c872e8ca
    • T
      ALSA: pcsp - Fix locking messes in snd-pcsp · 96c7d478
      Takashi Iwai 提交于
      snd-pcsp driver takes chip->substream_lock together with PCM substream
      lock.  These are even mixed up with hrtimer's lock, resulting in messy
      lock depencies.  Right now, snd-pcsp driver resolves the deadlock by
      using HRTIMER_CB_SOFTIRQ.  However, this isn't nice for a really fast
      path like bit-flipping.
      
      This patch introduces a tasklet for PCM period handling so that the
      hrtimer callback can be handled fast.  This also reduce the use of
      chip->substream_lock to avoid deadlocks.  It's still used in pointer
      callback, but even this could be removed with a proper barrier.
      
      Another good solution is to introduce async trigger callback.  But,
      this will involve with a major rewrite of the PCM core code, so I
      take first this easy fix.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      96c7d478
  2. 16 10月, 2008 1 次提交
  3. 15 10月, 2008 8 次提交
  4. 14 10月, 2008 3 次提交
  5. 13 10月, 2008 26 次提交