From c438633685a7cede23633823086c9a29be40cc54 Mon Sep 17 00:00:00 2001 From: Anton Rogozin Date: Thu, 7 Oct 2010 11:39:37 +0900 Subject: libaudio: code cleanup & RIL interface update Anton Rogozin : Unused code removed, dynamic loading of RIL lib, alsa lib resampler turning on UK KIM : 1. deleted unneeded standby_l() and set_wakelock func() in each stream class. 2. use StreamOPS:close() to close stream. 3. reference new libaudio. Eric Laurent : Some more cleanup Fixed clicks when playing call ended tone Change-Id: Ieea1319262576b2f6680c675957643eacbab9c11 --- alsa-lib/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 alsa-lib/include/config.h (limited to 'alsa-lib') diff --git a/alsa-lib/include/config.h b/alsa-lib/include/config.h old mode 100644 new mode 100755 index 52dfc11..e743490 --- a/alsa-lib/include/config.h +++ b/alsa-lib/include/config.h @@ -46,7 +46,7 @@ /* #undef BUILD_PCM_PLUGIN_MULAW */ /* Build PCM rate plugin */ -/* #undef BUILD_PCM_PLUGIN_RATE */ +#define BUILD_PCM_PLUGIN_RATE "1" /* Build PCM route plugin */ /* #undef BUILD_PCM_PLUGIN_ROUTE */ -- cgit v1.1