1. 13 11月, 2014 1 次提交
  2. 04 11月, 2014 1 次提交
  3. 19 10月, 2014 1 次提交
  4. 04 8月, 2014 1 次提交
  5. 25 5月, 2014 2 次提交
  6. 28 4月, 2014 1 次提交
  7. 05 3月, 2014 1 次提交
  8. 26 2月, 2014 1 次提交
    • T
      ALSA: usb-audio: Use standard printk helpers · 0ba41d91
      Takashi Iwai 提交于
      Convert with dev_err() and co from snd_printk(), etc.
      As there are too deep indirections (e.g. ep->chip->dev->dev),
      a few new local macros, usb_audio_err() & co, are introduced.
      
      Also, the device numbers in some messages are dropped, as they are
      shown in the prefix automatically.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      0ba41d91
  9. 14 2月, 2014 1 次提交
  10. 03 2月, 2014 1 次提交
  11. 26 9月, 2013 1 次提交
  12. 12 8月, 2013 1 次提交
  13. 17 6月, 2013 1 次提交
  14. 05 6月, 2013 1 次提交
  15. 20 3月, 2013 3 次提交
  16. 11 2月, 2013 1 次提交
  17. 27 1月, 2013 1 次提交
  18. 29 11月, 2012 4 次提交
  19. 30 10月, 2012 2 次提交
    • T
      ALSA: usb-audio: Use rwsem for disconnect protection · 34f3c89f
      Takashi Iwai 提交于
      Replace mutex with rwsem for codec->shutdown protection so that
      concurrent accesses are allowed.
      
      Also add the protection to snd_usb_autosuspend() and
      snd_usb_autoresume(), too.
      Reported-by: NMatthieu CASTET <matthieu.castet@parrot.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      34f3c89f
    • T
      ALSA: usb-audio: Fix races at disconnection · 978520b7
      Takashi Iwai 提交于
      Close some races at disconnection of a USB audio device by adding the
      chip->shutdown_mutex and chip->shutdown check at appropriate places.
      
      The spots to put bandaids are:
      - PCM prepare, hw_params and hw_free
      - where the usb device is accessed for communication or get speed, in
       mixer.c and others; the device speed is now cached in subs->speed
       instead of accessing to chip->dev
      
      The accesses in PCM open and close don't need the mutex protection
      because these are already handled in the core PCM disconnection code.
      
      The autosuspend/autoresume codes are still uncovered by this patch
      because of possible mutex deadlocks.  They'll be covered by the
      upcoming change to rwsem.
      
      Also the mixer codes are untouched, too.  These will be fixed in
      another patch, too.
      Reported-by: NMatthieu CASTET <matthieu.castet@parrot.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      978520b7
  20. 20 9月, 2012 1 次提交
  21. 15 5月, 2012 1 次提交
  22. 24 4月, 2012 2 次提交
  23. 15 4月, 2012 1 次提交
  24. 09 11月, 2011 2 次提交
  25. 13 10月, 2011 1 次提交
  26. 27 9月, 2011 1 次提交
  27. 19 8月, 2011 2 次提交
    • T
      ALSA: usb-audio - Check the dB-range validity in the later read, too · 9fcd0ab1
      Takashi Iwai 提交于
      When the initial check of dB-range failed due to the read error, try to
      check again at the later read, too.  When an invalid dB range is found,
      remove TLV flags and notify the mixer info change.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9fcd0ab1
    • T
      ALSA: usb-audio - Fix missing mixer dB information · 38b65190
      Takashi Iwai 提交于
      The recent fix for testing dB range at the mixer creation time seems
      to cause regressions in some devices.  In such devices, reading the dB
      info at probing time gives an error, thus both dBmin and dBmax are still
      zero, and TLV flag isn't set although the later read of dB info succeeds.
      
      This patch adds a workaround for such a case by assuming that the later
      read will succeed.  In future, a similar test should be performed in a
      case where a wrong dB range is seen even in the later read.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Cc: <stable@kernel.org>
      38b65190
  28. 04 8月, 2011 2 次提交
  29. 25 5月, 2011 1 次提交