summaryrefslogtreecommitdiffstats
path: root/hal/audio_extn/audio_extn.c
diff options
context:
space:
mode:
authorSatya Krishna Pindiproli <satyak@codeaurora.org>2017-02-03 14:37:18 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-09 04:10:57 -0800
commitc6b0a745a41850d5cf906aec87c6d59f53736f55 (patch)
tree9b07e21bc61b33950ec98f1412d8ea3d43e21ceb /hal/audio_extn/audio_extn.c
parent9983c37506b1a1231cd6f14d6123e1d670cb4dad (diff)
downloadhardware_qcom_audio-c6b0a745a41850d5cf906aec87c6d59f53736f55.tar.gz
hardware_qcom_audio-c6b0a745a41850d5cf906aec87c6d59f53736f55.tar.bz2
hardware_qcom_audio-c6b0a745a41850d5cf906aec87c6d59f53736f55.zip
hal: update HFP PCM device ID from platform_info.xml
Update HFP PCM device ID from platform_info.xml file (if defined) instead of using explicitly defined hardcoded values. CRs-Fixed: 1117322 Change-Id: Id903b32d12666d510326c2656133f0b957485418
Diffstat (limited to 'hal/audio_extn/audio_extn.c')
-rw-r--r--hal/audio_extn/audio_extn.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hal/audio_extn/audio_extn.c b/hal/audio_extn/audio_extn.c
index 5a244e54..c9d3cf87 100644
--- a/hal/audio_extn/audio_extn.c
+++ b/hal/audio_extn/audio_extn.c
@@ -213,12 +213,6 @@ static void audio_extn_ext_disp_set_parameters(const struct audio_device *adev,
void audio_extn_fm_set_parameters(struct audio_device *adev,
struct str_parms *parms);
#endif
-#ifndef HFP_ENABLED
-#define audio_extn_hfp_set_parameters(adev, parms) (0)
-#else
-void audio_extn_hfp_set_parameters(struct audio_device *adev,
- struct str_parms *parms);
-#endif
#ifndef SOURCE_TRACKING_ENABLED
#define audio_extn_source_track_set_parameters(adev, parms) (0)