Loading hal/audio_extn/ext_hw_plugin.c +0 −2 Original line number Diff line number Diff line Loading @@ -211,7 +211,6 @@ static int32_t ext_hw_plugin_check_plugin_usecase(audio_usecase_t hal_usecase, case USECASE_AUDIO_PLAYBACK_LOW_LATENCY: case USECASE_AUDIO_PLAYBACK_MULTI_CH: case USECASE_AUDIO_PLAYBACK_OFFLOAD: #ifdef MULTIPLE_OFFLOAD_ENABLED case USECASE_AUDIO_PLAYBACK_OFFLOAD2: case USECASE_AUDIO_PLAYBACK_OFFLOAD3: case USECASE_AUDIO_PLAYBACK_OFFLOAD4: Loading @@ -220,7 +219,6 @@ static int32_t ext_hw_plugin_check_plugin_usecase(audio_usecase_t hal_usecase, case USECASE_AUDIO_PLAYBACK_OFFLOAD7: case USECASE_AUDIO_PLAYBACK_OFFLOAD8: case USECASE_AUDIO_PLAYBACK_OFFLOAD9: #endif case USECASE_AUDIO_PLAYBACK_ULL: *plugin_usecase = AUDIO_HAL_PLUGIN_USECASE_DEFAULT_PLAYBACK; break; Loading Loading
hal/audio_extn/ext_hw_plugin.c +0 −2 Original line number Diff line number Diff line Loading @@ -211,7 +211,6 @@ static int32_t ext_hw_plugin_check_plugin_usecase(audio_usecase_t hal_usecase, case USECASE_AUDIO_PLAYBACK_LOW_LATENCY: case USECASE_AUDIO_PLAYBACK_MULTI_CH: case USECASE_AUDIO_PLAYBACK_OFFLOAD: #ifdef MULTIPLE_OFFLOAD_ENABLED case USECASE_AUDIO_PLAYBACK_OFFLOAD2: case USECASE_AUDIO_PLAYBACK_OFFLOAD3: case USECASE_AUDIO_PLAYBACK_OFFLOAD4: Loading @@ -220,7 +219,6 @@ static int32_t ext_hw_plugin_check_plugin_usecase(audio_usecase_t hal_usecase, case USECASE_AUDIO_PLAYBACK_OFFLOAD7: case USECASE_AUDIO_PLAYBACK_OFFLOAD8: case USECASE_AUDIO_PLAYBACK_OFFLOAD9: #endif case USECASE_AUDIO_PLAYBACK_ULL: *plugin_usecase = AUDIO_HAL_PLUGIN_USECASE_DEFAULT_PLAYBACK; break; Loading