1. 27 Oct, 2014 2 commits
  2. 24 Oct, 2014 3 commits
  3. 21 Oct, 2014 1 commit
    • 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
  4. 20 Oct, 2014 4 commits
  5. 18 Oct, 2014 1 commit
  6. 15 Oct, 2014 1 commit
  7. 14 Oct, 2014 2 commits
  8. 10 Oct, 2014 1 commit
  9. 09 Oct, 2014 1 commit
  10. 08 Oct, 2014 9 commits
  11. 07 Oct, 2014 12 commits
  12. 06 Oct, 2014 3 commits