Commit 33b9cd82 authored by Adrian Bunk's avatar Adrian Bunk Committed by Takashi Iwai

[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: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 40445ac5
...@@ -819,10 +819,6 @@ static const char *usb_error_string(int err) ...@@ -819,10 +819,6 @@ static const char *usb_error_string(int err)
return "device disabled"; return "device disabled";
case -EHOSTUNREACH: case -EHOSTUNREACH:
return "device suspended"; return "device suspended";
#ifndef CONFIG_USB_EHCI_SPLIT_ISO
case -ENOSYS:
return "enable CONFIG_USB_EHCI_SPLIT_ISO to play through a hub";
#endif
case -EINVAL: case -EINVAL:
case -EAGAIN: case -EAGAIN:
case -EFBIG: case -EFBIG:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment