diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-10-30 15:18:33 -0400 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-10-30 15:18:33 -0400 |
commit | c46955de2731563d1991691cd1a7986f05f019e3 (patch) | |
tree | e0375428c2c9ad60bbfb8cc7f53f157770232ea6 /htdocs/index.html | |
parent | 53aea8f073c5b4ad859c39f903fdbcaccd2fc5b8 (diff) | |
parent | 8a584f01b46d251fdc5de8b071eff755d99f0090 (diff) |
isolate structure use in policy util from HLB
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 3c43f9b..532cfce 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,11 +1,10 @@ <html> <head> - <title>AGL-AudioBindins tests</title> + <title>AGL Audio Agent</title> <body> - <h1>audio-bindings test</h1> + <h1>AAA binding tests</h1> <ol> <li><a href="alsa-core.html">AlsaCore Low Level Binding</a> <li><a href="alsa-hal.html" >AlsaHAL Hardware Abstraction Layer</a> - <li><a href="audio-control.html">AudioControl Control/Policy API</a> <li><a href="audiohl.html">High Level Audio API</a> - <li><a href="audiohl-demo.html">High Level Audio API Demo</a> + <li><a href="audiobackend.html">Audio Backend Test</a> |