From: Daniel Mack Date: Thu, 12 Jul 2012 11:08:40 +0000 (+0200) Subject: ALSA: snd-usb: move calls to usb_set_interface X-Git-Tag: v3.5-rc7~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e67f40b7343383517c3f951b4b8db7626406bc;p=pandora-kernel.git ALSA: snd-usb: move calls to usb_set_interface The rework of the snd-usb endpoint logic moved the calls to snd_usb_set_interface() into the snd_usb_endpoint implemenation. This changed the order in which these calls are issued to the device, and thereby caused regressions for some webcams. Fix this by moving the calls back to pcm.c for now to make it work again and use snd_usb_endpoint_activate() to really tear down all remaining URBs in the flight, consequently fixing another regression caused by USB packets on the wire after altsetting 0 has been selected. Signed-off-by: Daniel Mack Reported-and-tested-by: Philipp Dreimann Reported-by: Joseph Salisbury Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed