OSDN Git Service

ALSA: line6: Use incremental loop
authorTakashi Iwai <tiwai@suse.de>
Fri, 23 Jan 2015 14:08:40 +0000 (15:08 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Jan 2015 06:21:06 +0000 (07:21 +0100)
commit9fb754b79e536eb35d69a4678687addff589e45b
tree5cbe5201e93281325d61c9899759b72a3275ff52
parentf2a76225b962f00642002fb109aee2e5b0dc4259
ALSA: line6: Use incremental loop

Using a decremental loop without particular reasons worsens the
readability a lot.  Use incremental loops instead.

Tested-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/capture.c
sound/usb/line6/pcm.c
sound/usb/line6/playback.c