Loading services/audioflinger/AudioFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1917,7 +1917,7 @@ status_t AudioFlinger::openOutput(audio_module_handle_t module, config->channel_mask, flags); if (*devices == AUDIO_DEVICE_NONE) { if (devices == NULL || *devices == AUDIO_DEVICE_NONE) { return BAD_VALUE; } Loading Loading
services/audioflinger/AudioFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1917,7 +1917,7 @@ status_t AudioFlinger::openOutput(audio_module_handle_t module, config->channel_mask, flags); if (*devices == AUDIO_DEVICE_NONE) { if (devices == NULL || *devices == AUDIO_DEVICE_NONE) { return BAD_VALUE; } Loading