ALSA: usb-audio: work around Android accessory firmware bug
authorClemens Ladisch <clemens@ladisch.de>
Sat, 15 Jun 2013 09:21:09 +0000 (11:21 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 29 Jun 2013 03:06:26 +0000 (04:06 +0100)
commit63c8674edb26df48e2ef35f2426aff458c5e15a5
tree081a4a62f5e422df562f24da62b80ed98c8571be
parentf889b3a3b44442ed52e226c036c90bac7fc627c1
ALSA: usb-audio: work around Android accessory firmware bug

commit 342cda29343a6272c630f94ed56810a76740251b upstream.

When the Android firmware enables the audio interfaces in accessory
mode, it always declares in the control interface's baInterfaceNr array
that interfaces 0 and 1 belong to the audio function.  However, the
accessory interface itself, if also enabled, already is at index 0 and
shifts the actual audio interface numbers to 1 and 2, which prevents the
PCM streaming interface from being seen by the host driver.

To get the PCM interface interface to work, detect when the descriptors
point to the (for this driver useless) accessory interface, and redirect
to the correct one.

Reported-by: Jeremy Rosen <jeremy.rosen@openwide.fr>
Tested-by: Jeremy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/usb/card.c