From 6c78f5419a11e600429f20629e62a3d84dc5aef3 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Tue, 21 Oct 2014 18:15:23 +0530 Subject: 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 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.2.3