Skip to content

Commit

Permalink
find5: BoardConfig: New audio-caf legacy
Browse files Browse the repository at this point in the history
Change-Id: I57bc0b33e1e36fc96557fd87a79505831bd9f18b
  • Loading branch information
nebkat committed Nov 20, 2013
1 parent a55dd58 commit 6f2fc08
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions BoardConfig.mk
Expand Up @@ -122,14 +122,11 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/oppo/find5
BOARD_CHARGER_ENABLE_SUSPEND := true

# Audio/media
BOARD_USES_ALSA_AUDIO := true
TARGET_QCOM_AUDIO_VARIANT := caf
BOARD_HAVE_LOW_LATENCY_AUDIO := true
TARGET_QCOM_MEDIA_VARIANT := caf
BOARD_USES_ALSA_AUDIO := true
BOARD_USES_LEGACY_ALSA_AUDIO := true
BOARD_USES_FLUENCE_INCALL := true
# maxwen: this is actually only needed because
# of a bug in audio-caf when BOARD_USES_FLUENCE_INCALL := true
# to enter the default else path
BOARD_USES_SEPERATED_AUDIO_INPUT := true
BOARD_USES_SEPERATED_VOICE_SPEAKER := true

Expand Down

0 comments on commit 6f2fc08

Please sign in to comment.