1. 26 2月, 2014 19 次提交
  2. 25 2月, 2014 1 次提交
  3. 21 2月, 2014 1 次提交
  4. 19 2月, 2014 2 次提交
  5. 17 2月, 2014 1 次提交
    • T
      ALSA: usx2y: Don't peep the card internal object · e2439a54
      Takashi Iwai 提交于
      Avoid traversing the device object list of the card instance just for
      checking the PCM streams.  The driver's private object already
      contains the array of substream pointers, so it can be simply looked
      through.  The card internal may be restructured in future, thus better
      not to rely on it.
      
      Also, this fixes the possible deadlocks in PCM mutex.  Instead of
      taking multiple PCM mutexes, just take the common mutex in all
      places.  Along with it, rename prepare_mutex as pcm_mutex.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e2439a54
  6. 15 2月, 2014 3 次提交
  7. 14 2月, 2014 13 次提交