summaryrefslogtreecommitdiffstats
path: root/hal/voice_extn/voice_extn.h
diff options
context:
space:
mode:
Diffstat (limited to 'hal/voice_extn/voice_extn.h')
-rw-r--r--hal/voice_extn/voice_extn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/hal/voice_extn/voice_extn.h b/hal/voice_extn/voice_extn.h
index 8c379507..26930deb 100644
--- a/hal/voice_extn/voice_extn.h
+++ b/hal/voice_extn/voice_extn.h
@@ -104,12 +104,6 @@ static void voice_extn_out_get_parameters(struct stream_out *out __unused,
#ifdef INCALL_MUSIC_ENABLED
int voice_extn_check_and_set_incall_music_usecase(struct audio_device *adev,
struct stream_out *out);
-#else
-inline int voice_extn_check_and_set_incall_music_usecase(struct audio_device *adev __unused,
- struct stream_out *out __unused)
-{
- return -ENOSYS;
-}
#endif
#ifdef COMPRESS_VOIP_ENABLED