aboutsummaryrefslogtreecommitdiff
path: root/en/devices/audio
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-04-13 21:37:05 -0700
committerBilly Lamberta <blamb@google.com>2017-04-14 10:13:54 -0700
commitf4269f59b52b8acc83239e62f07898bcd380cbcf (patch)
tree6f615790cbc03e67ec9c3b5825bbeaa6c263f668 /en/devices/audio
parent120d2f767c5283f395e57e4deec8ab073e34a4a4 (diff)
downloadsource.android.com-f4269f59b52b8acc83239e62f07898bcd380cbcf.tar.gz
Docs: Changes to source.android.com
- 153141633 Update link to Security bug template in preparation for l... by daroberts <daroberts@google.com> - 153141624 Update bug reporting links to Issue Tracker by daroberts <daroberts@google.com> - 153130270 Typo fix, submitted by YOUNG HO CHA <ganadist@gmail.com> by blamb <blamb@google.com> - 153128486 Fix next wave of broken links from migration by claym <claym@google.com> PiperOrigin-RevId: 153141633 Change-Id: I04448bdc8953376ade5328af97f868f0b3670cfb
Diffstat (limited to 'en/devices/audio')
-rw-r--r--en/devices/audio/index.html2
-rw-r--r--en/devices/audio/terminology.html2
-rw-r--r--en/devices/audio/usb.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/en/devices/audio/index.html b/en/devices/audio/index.html
index 77aba3bf..e016b929 100644
--- a/en/devices/audio/index.html
+++ b/en/devices/audio/index.html
@@ -100,7 +100,7 @@ The HAL defines the standard interface that audio services call into and that
you must implement for your audio hardware to function correctly. The audio HAL
interfaces are located in <code>hardware/libhardware/include/hardware</code>.
For details, see <a
-href="/devices/halref/audio_8h_source.html">hardware/audio.h</a>.
+href="https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/audio.h">audio.h</a>.
</dd>
<dt>
diff --git a/en/devices/audio/terminology.html b/en/devices/audio/terminology.html
index f84fa88b..14994d3c 100644
--- a/en/devices/audio/terminology.html
+++ b/en/devices/audio/terminology.html
@@ -427,7 +427,7 @@ on intra-device interconnections, refer to the following articles:
In
<a href="http://www.alsa-project.org/main/index.php/ASoC">ALSA System on Chip (ASoC)</a>,
these are collectively called
-<a href="https://www.kernel.org/doc/Documentation/sound/alsa/soc/DAI.txt">Digital Audio Interfaces</a>
+<a href="https://www.kernel.org/doc/Documentation/sound/soc/dai.rst">Digital Audio Interfaces</a>
(DAI).
</p>
diff --git a/en/devices/audio/usb.html b/en/devices/audio/usb.html
index e3d5fce7..f1c99ff6 100644
--- a/en/devices/audio/usb.html
+++ b/en/devices/audio/usb.html
@@ -554,7 +554,7 @@ In order to support USB digital audio, device OEMs and SoC vendors should:
<li>enable generic USB host support at the framework level
via the <code>android.hardware.usb.host.xml</code> feature flag</li>
<li>enable all kernel features needed: USB host mode, USB audio, isochronous transfer mode;
-see <a href="/devices/tech/kernel.html">Android Kernel Configuration</a></li>
+see <a href="/devices/tech/config/kernel.html">Android Kernel Configuration</a></li>
<li>keep up-to-date with recent kernel releases and patches;
despite the noble goal of class compliance, there are extant audio peripherals
with <a href="http://en.wiktionary.org/wiki/quirk">quirks</a>,