summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6
diff options
context:
space:
mode:
authorTakashi Iwai2015-01-19 16:12:19 +0100
committerTakashi Iwai2015-01-20 08:18:33 +0100
commit31ca192139a152fcc550b9ebfb0e2d2d6247585e (patch)
treee2de6010118f1a4580e5053469da7359158b343e /sound/usb/line6
parentALSA: line6: Remove CHECK_RETURN macro (diff)
downloadkernel-qcow2-linux-31ca192139a152fcc550b9ebfb0e2d2d6247585e.tar.gz
kernel-qcow2-linux-31ca192139a152fcc550b9ebfb0e2d2d6247585e.tar.xz
kernel-qcow2-linux-31ca192139a152fcc550b9ebfb0e2d2d6247585e.zip
ALSA: line6: Remove superfluous disconnect call in suspend handler
Calling line6_pcm_disconnect() at suspend callback is superfluous and rather confusing. Let's get rid of it. Tested-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6')
-rw-r--r--sound/usb/line6/driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/line6/driver.c b/sound/usb/line6/driver.c
index 6a3ec07d869f..f222d9ffeca5 100644
--- a/sound/usb/line6/driver.c
+++ b/sound/usb/line6/driver.c
@@ -700,7 +700,6 @@ int line6_suspend(struct usb_interface *interface, pm_message_t message)
if (line6pcm != NULL) {
snd_pcm_suspend_all(line6pcm->pcm);
- line6_pcm_disconnect(line6pcm);
line6pcm->flags = 0;
}