1. 27 Oct, 2014 3 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 2 commits
    • Takashi Iwai's avatar
      Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next · 8df22a4d
      Takashi Iwai authored
      ASoC: Updates for v3.18
      
       - More componentisation work from Lars-Peter, this time mainly
         cleaning up the suspend and bias level transition callbacks.
       - Real system support for the Intel drivers and a bunch of fixes and
         enhancements for the associated CODEC drivers, this is going to need
         a lot quirks over time due to the lack of any firmware description of
         the boards.
       - Jack detect support for simple card from Dylan Reid.
       - A bunch of small fixes and enhancements for the Freescale drivers.
       - New drivers for Analog Devices SSM4567, Cirrus Logic CS35L32, Everest
         Semiconductor ES8328 and Freescale cards using the ASRC in newer i.MX
         processors.
      8df22a4d
    • Mark Brown's avatar
      Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/wm8978' and... · a5448c88
      Mark Brown authored
      Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/wm8978' and 'asoc/topic/wm8994' into asoc-next
      a5448c88