1. 09 11月, 2011 1 次提交
    • T
      ALSA: usb-audio - Fix the missing volume quirks at delayed init · dcaaf9f2
      Takashi Iwai 提交于
      In the recent usb-audio driver, the initialization of volume ranges
      may be delayed when the device doesn't respond well at the probing time.
      But the volume quirks for certain devices are applied only in
      mixer_ctl_feature_info() thus only at the very first probe and will be
      missing when the volume range is initialized later.
      
      This patch moves the volume quirk code to be always called from the
      volume-range extraction (get_min_max()), so that the quirks are properly
      applied in the later init time.
      Reported-and-tested-by: NAlexey Fisher <bug-track@fisher-privat.net>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      dcaaf9f2
  2. 13 10月, 2011 1 次提交
  3. 27 9月, 2011 1 次提交
  4. 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
  5. 04 8月, 2011 2 次提交
  6. 25 5月, 2011 2 次提交
  7. 28 4月, 2011 1 次提交
  8. 31 3月, 2011 1 次提交
  9. 11 3月, 2011 2 次提交
  10. 10 3月, 2011 2 次提交
  11. 08 2月, 2011 1 次提交
  12. 10 1月, 2011 1 次提交
  13. 17 9月, 2010 1 次提交
  14. 16 9月, 2010 1 次提交
  15. 04 9月, 2010 1 次提交
    • C
      ALSA: usb-audio: fix detection of vendor-specific device protocol settings · a2acad82
      Clemens Ladisch 提交于
      The Audio Class v2 support code in 2.6.35 added checks for the
      bInterfaceProtocol field.  However, there are devices (usually those
      detected by vendor-specific quirks) that do not have one of the
      predefined values in this field, which made the driver reject them.
      
      To fix this regression, restore the old behaviour, i.e., assume that
      a device with an unknown bInterfaceProtocol field (other than
      UAC_VERSION_2) has more or less UAC-v1-compatible descriptors.
      
      [compile warning fixes by tiwai]
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a2acad82
  16. 24 6月, 2010 1 次提交
  17. 23 6月, 2010 4 次提交
  18. 12 6月, 2010 1 次提交
  19. 01 6月, 2010 6 次提交
  20. 28 5月, 2010 1 次提交
  21. 12 5月, 2010 1 次提交
  22. 08 5月, 2010 1 次提交
  23. 16 4月, 2010 1 次提交
  24. 12 3月, 2010 4 次提交