Skip to content
  1. Oct 24, 2014
  2. Oct 22, 2014
    • Takashi Iwai's avatar
      ALSA: pcm: Fix false lockdep warnings · dde1c652
      Takashi Iwai authored
      
      
      As PCM core handles the multiple linked streams in parallel, lockdep
      gets confused (partly because of weak annotations) and spews the
      false-positive warnings.  This hasn't been a problem for long time but
      the latest PCM lock path update seems to have woken up a sleeping
      dog.
      
      Here is an attempt to paper over this issue: pass the lock subclass
      just calculated from the depth in snd_pcm_action_group().  Also, a
      (possibly) wrong lock subclass set in snd_pcm_action_lock_mutex() is
      dropped, too.
      
      Reported-and-tested-by: default avatarArthur Marsh <arthur.marsh@internode.on.net>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      dde1c652
  3. Oct 20, 2014
  4. Oct 18, 2014
  5. Oct 15, 2014
  6. Oct 14, 2014
  7. Oct 10, 2014
  8. Oct 09, 2014
  9. Oct 08, 2014
  10. Oct 07, 2014
  11. Oct 06, 2014