Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab4be108 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: ext_hw_plugin: Fix missing break statement in check usecase"

parents 3fc91a3a 7ca8b2a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -201,6 +201,7 @@ static int32_t ext_hw_plugin_check_plugin_usecase(audio_usecase_t hal_usecase,
        break;
    case USECASE_ICC_CALL:
        *plugin_usecase = AUDIO_HAL_PLUGIN_USECASE_ICC;
        break;
    default:
        ret = -EINVAL;
    }