diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-05 14:24:10 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-06 05:54:59 -0400 |
commit | 33b9cd8214d6e385fcd63c321252a359ee96d568 (patch) | |
tree | e8cedd59d3aa6fc351dc71d5ffdec042af619dea /sound | |
parent | 40445ac5e93f1b97e1d7a8c5bed9d34bd89b7550 (diff) |
[ALSA] usbaudio.c: remove #ifndef CONFIG_USB_EHCI_SPLIT_ISO code
Since USB_EHCI_SPLIT_ISO is now unconditionally enabled the
#ifndef CONFIG_USB_EHCI_SPLIT_ISO became wrong.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/usbaudio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c index 410be4aff1ba..b8cfb7c22768 100644 --- a/sound/usb/usbaudio.c +++ b/sound/usb/usbaudio.c | |||
@@ -819,10 +819,6 @@ static const char *usb_error_string(int err) | |||
819 | return "device disabled"; | 819 | return "device disabled"; |
820 | case -EHOSTUNREACH: | 820 | case -EHOSTUNREACH: |
821 | return "device suspended"; | 821 | return "device suspended"; |
822 | #ifndef CONFIG_USB_EHCI_SPLIT_ISO | ||
823 | case -ENOSYS: | ||
824 | return "enable CONFIG_USB_EHCI_SPLIT_ISO to play through a hub"; | ||
825 | #endif | ||
826 | case -EINVAL: | 822 | case -EINVAL: |
827 | case -EAGAIN: | 823 | case -EAGAIN: |
828 | case -EFBIG: | 824 | case -EFBIG: |