1. 10 Jul, 2013 1 commit
    • Eldad Zack's avatar
      ALSA: usb-audio: fix regression for fixed stream quirk · 42d4ab83
      Eldad Zack authored
      Commit 8f898e92 removed the redundant
      reads of bInterfaceProtocol from the descriptors, but introduced a
      regression to devices with quirks of type QUIRK_AUDIO_FIXED_ENDPOINT,
      since fp->protocol is not set in setup process.
      
      As a consequence, audio streams would not get initialized, as the
      following logs show:
      
      [   48.923043] setting usb interface 3:1
      [   48.923056] Creating new capture data endpoint #81
      [   48.923484] 4:3:1: cannot set freq 48000 to ep 0x81
      
      This patch sets fp->protocol in create_fixed_stream_quirk() and
      resolves the regression.
      Signed-off-by: default avatarEldad Zack <eldad@fogrefinery.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      42d4ab83
  2. 08 Jul, 2013 1 commit
  3. 05 Jul, 2013 1 commit
  4. 04 Jul, 2013 8 commits
  5. 03 Jul, 2013 1 commit
  6. 02 Jul, 2013 1 commit
  7. 01 Jul, 2013 4 commits
  8. 30 Jun, 2013 14 commits
  9. 29 Jun, 2013 9 commits