Skip to content

Commit

Permalink
audio/msm7x30: Remove unsupported QCOM_CSDCLIENT
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeNG committed Sep 26, 2014
1 parent f33ba75 commit 7d92694
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions legacy/msm7x30/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ common_cflags := -D_POSIX_SOURCE
ifneq ($(strip $(QCOM_ANC_HEADSET_ENABLED)),false)
common_cflags += -DQCOM_ANC_HEADSET_ENABLED
endif
ifneq ($(strip $(QCOM_CSDCLIENT_ENABLED)),false)
common_cflags += -DQCOM_CSDCLIENT_ENABLED
endif
ifeq ($(strip $(BOARD_HAVE_QCOM_FM)),true)
common_cflags += -DQCOM_FM_ENABLED
endif
Expand Down
3 changes: 0 additions & 3 deletions legacy/msm7x30/AudioPolicyManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,6 @@ void AudioPolicyManager::setPhoneState(int state)

int delayMs = 0;
if (state == AUDIO_MODE_IN_CALL &&
#ifdef QCOM_CSDCLIENT_ENABLED
platform_is_Fusion3() &&
#endif
oldState == AUDIO_MODE_RINGTONE) {
delayMs = 40;
}
Expand Down

0 comments on commit 7d92694

Please sign in to comment.