diff options
author | Chris Rorvick <chris@rorvick.com> | 2015-01-12 12:42:54 -0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-12 22:24:08 +0100 |
commit | b95d2e408bf94ad73d022e36937b38335890af8f (patch) | |
tree | 513aa1a010c2d43a62cefdac204c4b0506eb68ae /drivers | |
parent | 9e165be72f49b2de0cb859304a1eb7e6e26da1e1 (diff) |
staging: line6: Remove stale Pocket POD PCM endpoints
Commit 1027f476f507 (staging: line6: sync with upstream) removed PCM
from the Pocket POD capabilities but left the endpoint configuration.
Signed-off-by: Chris Rorvick <chris@rorvick.com>
Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/line6/pcm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/line6/pcm.c b/drivers/staging/line6/pcm.c index d8450afe7d66..19aa92765887 100644 --- a/drivers/staging/line6/pcm.c +++ b/drivers/staging/line6/pcm.c @@ -448,11 +448,6 @@ int line6_init_pcm(struct usb_line6 *line6, ep_write = 0x02; break; - case LINE6_POCKETPOD: - ep_read = 0x82; - ep_write = 0x02; - break; - case LINE6_GUITARPORT: case LINE6_PODSTUDIO_GX: case LINE6_PODSTUDIO_UX1: |