1. 27 Nov, 2014 1 commit
  2. 22 Nov, 2014 11 commits
  3. 21 Nov, 2014 4 commits
  4. 20 Nov, 2014 1 commit
  5. 18 Nov, 2014 1 commit
  6. 17 Nov, 2014 5 commits
  7. 14 Nov, 2014 4 commits
  8. 13 Nov, 2014 4 commits
  9. 11 Nov, 2014 6 commits
  10. 10 Nov, 2014 2 commits
  11. 09 Nov, 2014 1 commit
    • Takashi Iwai's avatar
      ALSA: usb-audio: Allow multiple entries for the same iface in composite quirk · d4b8fc66
      Takashi Iwai authored
      Currently the composite quirk doesn't work when multiple entries are
      assigned to the same interface because it marks the interface as
      claimed then checks whether the interface has been already claimed for
      the secondary entry.  But, if you look at the code, you'll notice that
      multiple entries are allowed if the entry is the current interface;
      i.e. the current behavior is anyway inconsistent, and this is an
      unintended shortcoming.
      
      This patch fixes the problem by marking the relevant interfaces as
      claimed after applying the all composite entries.  This fix will be
      needed for the upcoming enhancements for Digidesign Mbox 1 quirks.
      Reviewed-by: default avatarClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      d4b8fc66