From 4a97258d9a03ea6a6ea24d3cdef553b70c7068e5 Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Thu, 9 Jun 2011 14:28:56 -0700 Subject: Enable audio support - PCM output works via music player - Sometimes ringtones fail to play - Modem routing is untested but present - PCM input needs to be implemented Change-Id: Ib58bef9674e1c9bb896be521c3d95c4e07e0442b --- BoardConfig.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 6ac63a9..393eb57 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,9 +14,8 @@ # limitations under the License. # -# These two variables are set first, so they can be overridden +# This variable is set first, so it can be overridden # by BoardConfigVendor.mk -BOARD_USES_GENERIC_AUDIO := true USE_CAMERA_STUB := true # Use the non-open-source parts, if they're present -- cgit v1.1