aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2013-08-20 17:48:28 -0700
committerClay Murphy <claym@google.com>2013-08-20 17:53:16 -0700
commita4bcafc895acf40f48fd7d246cec66cad0bbbd64 (patch)
treeba9caba861a8031b6f38084fc1997b85dbe32846 /src
parentc1706863c1e84334a2c15b25d00931be2c7a525d (diff)
downloadsource.android.com-a4bcafc895acf40f48fd7d246cec66cad0bbbd64.tar.gz
Docs: Adding PDK HAL target and fixing links/typo.
Bug: 9177537 Change-Id: Ib1719d03ca6ad2c325b49d751f415ce97a0f6708
Diffstat (limited to 'src')
-rw-r--r--src/devices/audio.jd9
-rw-r--r--src/devices/tuning.jd2
2 files changed, 4 insertions, 7 deletions
diff --git a/src/devices/audio.jd b/src/devices/audio.jd
index 08ed9ff4..8b58d9e1 100644
--- a/src/devices/audio.jd
+++ b/src/devices/audio.jd
@@ -255,12 +255,9 @@ The Android platform supports audio effects on supported devices in the
<a href="http://developer.android.com/reference/android/media/audiofx/package-summary.html">audiofx</a>
package, which is available for developers to access. For example, on the Nexus 10, the following pre-processing effects are supported: </p>
<ul>
- <li><a href="http://developer.android.com/reference/android/media/AcousticEchoCanceller">Acoustic Echo
- Cancellation</a></li>
- <li><a href="http://developer.android.com/reference/android/media/AutomaticGainControl">Automatic Gain
- Control</a></li>
- <li><a href="http://developer.android.com/reference/android/media/NoiseSuppressor">Noise
- Suppression</a></li>
+ <li><a href="http://developer.android.com/reference/android/media/audiofx/AcousticEchoCanceler.html">Acoustic Echo Cancellation</a></li>
+ <li><a href="http://developer.android.com/reference/android/media/audiofx/AutomaticGainControl.html">Automatic Gain Control</a></li>
+ <li><a href="http://developer.android.com/reference/android/media/audiofx/NoiseSuppressor.html">Noise Suppression</a></li>
</ul>
</p>
diff --git a/src/devices/tuning.jd b/src/devices/tuning.jd
index aedbd5f1..61151b6c 100644
--- a/src/devices/tuning.jd
+++ b/src/devices/tuning.jd
@@ -16,7 +16,7 @@ page.title=Performance tuning
See the License for the specific language governing permissions and
limitations under the License.
-->
-<p>This document describes performance tuninig that you can do to get the most out of your
+<p>This document describes performance tuning that you can do to get the most out of your
hardware.</p>
<h2>OpenGLRenderer (libhwui) Properties</h2>