]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: usb-audio: simplify snd_usb_endpoint_start/stop arguments
authorTakashi Iwai <tiwai@suse.de>
Tue, 20 Nov 2012 17:32:06 +0000 (18:32 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 21 Nov 2012 10:43:40 +0000 (11:43 +0100)
commita9bb36261ef5c7e25564d5ce8a5129920a29bff9
tree085c83dbf44cc98c77b490ce663bccf3c235a2ea
parent20d32022a8d8639a33d0e429f2d3c51b527ea362
ALSA: usb-audio: simplify snd_usb_endpoint_start/stop arguments

Reduce the redundant arguments for snd_usb_endpoint_start() and
snd_usb_endpoint_stop().  Also replaced from int to bool.

No functional changes by this commit.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/endpoint.c
sound/usb/endpoint.h
sound/usb/pcm.c