mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
The previous fix to handle the error from setup_card() caused a
regression for the models that have no dedicated input device;
snd_usb_caiaq_input_init() just returns -EINVAL, and we treat it as a
fatal error although it should be ignored.
As a regression fix, change the error code to -ENODEV, and ignore this
error in the callee, to continue probing.
Fixes:
|
||
|---|---|---|
| .. | ||
| audio.c | ||
| audio.h | ||
| control.c | ||
| control.h | ||
| device.c | ||
| device.h | ||
| input.c | ||
| input.h | ||
| Makefile | ||
| midi.c | ||
| midi.h | ||