mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "audio: Add a missing break to EffectsFactory::getAllDescriptors"
This commit is contained in:
committed by
Android (Google) Code Review
commit
bb2f535f3e
@@ -101,6 +101,7 @@ restart:
|
||||
case -ENOENT: {
|
||||
// No more effects available.
|
||||
result.resize(i);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
result.resize(0);
|
||||
|
||||
Reference in New Issue
Block a user