1. 14 7月, 2015 1 次提交
  2. 01 7月, 2015 1 次提交
  3. 11 6月, 2015 1 次提交
  4. 08 6月, 2015 1 次提交
  5. 03 6月, 2015 2 次提交
  6. 30 5月, 2015 1 次提交
  7. 29 5月, 2015 1 次提交
  8. 26 5月, 2015 1 次提交
  9. 24 5月, 2015 1 次提交
  10. 19 5月, 2015 1 次提交
  11. 21 4月, 2015 1 次提交
    • T
      ALSA: usb-audio: Fix audio output on Roland SC-D70 sound module · 6d1f2f60
      Takamichi Horikawa 提交于
      Roland SC-D70 reports its device class as vendor specific class and
      the quirk QUIRK_AUDIO_FIXED_ENDPOINT was used for audio output.
      
      In the quirks table the sampling rate was hard-coded to 44100 Hz
      and therefore not worked when the sound module was in 48000 Hz mode.
      
      In this change the quirk is changed to QUIRK_AUDIO_STANDARD_INTERFACE
      but as the sound module reports incorrect bSubframeSize in its
      descriptors, additional change is made in format.c to detect it and
      to override it (which uses the existing code for Edirol SD-90).
      
      Tested both when the sound module was in 44100 Hz mode and 48000 Hz
      mode and both audio input and output. MIDI related part of the driver
      is not touched.
      Signed-off-by: NTakamichi Horikawa <takamichiho@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      6d1f2f60
  12. 12 4月, 2015 1 次提交
  13. 09 4月, 2015 1 次提交
  14. 04 4月, 2015 1 次提交
  15. 12 3月, 2015 1 次提交
  16. 05 3月, 2015 1 次提交
  17. 04 3月, 2015 1 次提交
  18. 18 2月, 2015 1 次提交
  19. 17 2月, 2015 1 次提交
    • J
      ALSA: usb-audio: Don't attempt to get Lifecam HD-5000 sample rate · b62b9980
      Joe Turner 提交于
      Adds a quirk to disable the check that the sample rate has been set correctly, as the Lifecam does not support getting the sample rate.
      
      This means that we don't need to wait for the USB timeout when attempting to get the sample rate. Waiting for the timeout causes problems in some applications, which give up on the device acquisition process before it has had time to complete, resulting in no sound.
      
      [minor tidy up by tiwai]
      Signed-off-by: NJoe Turner <joe@oampo.co.uk>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b62b9980
  20. 12 2月, 2015 1 次提交
  21. 11 2月, 2015 5 次提交
  22. 09 2月, 2015 1 次提交
  23. 08 2月, 2015 3 次提交
  24. 06 2月, 2015 2 次提交
  25. 03 2月, 2015 2 次提交
  26. 01 2月, 2015 2 次提交
  27. 29 1月, 2015 4 次提交