1. 04 Jul, 2013 5 commits
  2. 03 Jul, 2013 1 commit
  3. 01 Jul, 2013 3 commits
  4. 30 Jun, 2013 8 commits
  5. 29 Jun, 2013 4 commits
  6. 28 Jun, 2013 17 commits
  7. 27 Jun, 2013 2 commits
    • Clemens Ladisch's avatar
      ALSA: usb-audio: add quirks for Roland QUAD/OCTO-CAPTURE · b7f33917
      Clemens Ladisch authored
      The Roland Quad/Octo-Capture devices use some unknown vendor-specific
      mechanism to switch sample rates (and to manage other controls).  To
      prevent the driver from attempting to use any other than the default
      44.1 kHz sample rate, use quirks to hide the other alternate settings.
      Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
      b7f33917
    • Clemens Ladisch's avatar
      ALSA: usb-audio: claim autodetected PCM interfaces all at once · b1ce7ba6
      Clemens Ladisch authored
      snd_card_register() registers all devices newly added since the last
      call.  However, the playback/capture streams are handled as one ALSA
      device, so the second /dev device will not be registered if the PCM
      streams are added in two steps.
      
      QUIRK_AUTODETECT caused the probe callback to be called once for each
      interface, which triggered this problem.  Work around this by handling
      this like the composite quirk, i.e., autodetecting all other interfaces
      that might be used for PCM or MIDI.
      Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
      b1ce7ba6