ALSA: usb-audio: rename alt_idx to altsetting
authorEldad Zack <eldad@fogrefinery.com>
Sun, 6 Oct 2013 20:31:13 +0000 (22:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Oct 2013 09:22:03 +0000 (11:22 +0200)
commitdf23a2466a4961092625b487ead60f526e401062
tree3da74828efa301829c66b6b13397e14df572ae16
parent06613f547a4f62c2201f70b24807d9edd4d733b0
ALSA: usb-audio: rename alt_idx to altsetting

As Clemens Ladisch kindly explained:
 "Please note that there are two methods to identify alternate settings:
  the number, which is the value in bAlternateSetting, and the index,
  which is the index in the descriptor array.  There might be some wording
  in the USB spec that these two values must be the same, but in reality,
  [insert standard rant about firmware writers], bAlternateSetting
  must be treated as a random ID value."

This patch changes the name to express the correct usage semantics.
No functional change.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.h
sound/usb/endpoint.c
sound/usb/pcm.c
This page took 0.02508 seconds and 5 git commands to generate.