mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
corrected libfaad + added test_open back
This commit is contained in:
@@ -386,14 +386,12 @@ void output_init_common(log_level level, const char *device, unsigned output_buf
|
||||
output.supported_rates[i] = rates[i];
|
||||
}
|
||||
}
|
||||
#ifndef DACAUDIO
|
||||
else {
|
||||
if (!test_open(output.device, output.supported_rates, user_rates)) {
|
||||
LOG_ERROR("unable to open output device: %s", output.device);
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if (user_rates) {
|
||||
for (i = 0; i < MAX_SUPPORTED_SAMPLERATES; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user