Skip to content

Commit

Permalink
Fix the build on 8960
Browse files Browse the repository at this point in the history
Change-Id: I9b4e17ab838663bf1ba3b4c84f4a81897230870d
  • Loading branch information
rmcc committed Oct 6, 2014
1 parent 9a4e6b9 commit cd52609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/msm8960/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ int platform_set_mic_mute(void *platform, bool state)

int platform_set_device_mute(void *platform, bool state, char *dir)
{
LOGE("%s: Not implemented", __func__);
ALOGE("%s: Not implemented", __func__);
return -ENOSYS;
}

Expand Down

0 comments on commit cd52609

Please sign in to comment.