mirror of
https://github.com/torvalds/linux.git
synced 2024-10-30 16:51:45 +00:00
[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>
This commit is contained in:
parent
40445ac5e9
commit
33b9cd8214
@ -819,10 +819,6 @@ static const char *usb_error_string(int err)
|
||||
return "device disabled";
|
||||
case -EHOSTUNREACH:
|
||||
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 -EAGAIN:
|
||||
case -EFBIG:
|
||||
|
Loading…
Reference in New Issue
Block a user