aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2014-10-21 18:15:23 +0530
committerGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-12-24 19:38:57 +0100
commit6c78f5419a11e600429f20629e62a3d84dc5aef3 (patch)
treebbfa1dfb9bc2942381f50adbf7c81342087b2976 /BoardConfigCommon.mk
parentdcc95c037ca40a04ef2df0e417eecade531f3861 (diff)
Initial implementation of libaudioamp
* Init the TFA9890 amp. * Pass on the data from the files in /system/etc/tfa98xx to the kernel by an ioctl. * EQ data present in device-specific header tfa98xx_eq.h * Also add a standalone executable tfa9890_amp, which does all of the above, for when we want to do it on demand, directly. Change-Id: I24d3dfa5b497e2542a2a0877a7795e76cb3d6254
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index bccfbe1..56f92c5 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -31,6 +31,9 @@ TARGET_DTB_EXTRA_FLAGS := --force-v2
# ANT+
BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease"
+# Audio
+BOARD_AUDIO_AMPLIFIER := device/sony/shinano-common/libaudioamp
+
# Bluetooth
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_BCM := true