OSDN Git Service

ALSA: usb-audio: Move autoresume call at the end of open
authorTakashi Iwai <tiwai@suse.de>
Sun, 27 May 2018 13:09:15 +0000 (15:09 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 May 2018 12:50:50 +0000 (14:50 +0200)
commite92be8146caf3ecd76f1211725d9ba47c239a77b
tree85eebea480278d198cf5ef26d31ca497426b9e62
parent6fddc797878181c9bb16dff1034ad9de2b25902d
ALSA: usb-audio: Move autoresume call at the end of open

... so that we can avoid the extra goto lines.
Also beautify the code to follow the standard codex.

No functional changes.

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