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

Commit 5d3dfd7d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: Fixed compiler warning"

parents 55293fa0 5ed68ff7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@

#include "pm.h"
#include <cutils/log.h>
#include <cutils/str_parms.h>

/* Device state*/
#define AUDIO_PARAMETER_KEY_DEV_SHUTDOWN "dev_shutdown"
@@ -98,7 +99,7 @@ void audio_extn_pm_set_parameters(struct str_parms *parms)
    }
}

void audio_extn_pm_event_notifier(void *client_data, enum pm_event event)
void audio_extn_pm_event_notifier(void *client_data __unused, enum pm_event event)
{

    int err, intfd;