Home | History | Annotate | Download | only in volume_tuning
      1 <!-- Copyright (c) 2013 The Chromium OS Authors. All rights reserved. -->
      2 <!-- Use of this source code is governed by a BSD-style license that can be -->
      3 <!-- found in the LICENSE file. -->
      4 
      5 <html>
      6   <head>
      7     <TITLE>Volume Tuning</TITLE>
      8     <link rel="stylesheet" href="volume.css" type="text/css">
      9     <script type="text/javascript" src="volume.js"></script>
     10   </head>
     11   <body>
     12   <h1> Volume Tuning </h1>
     13   <table id="minmax"></table>
     14   <table id="fixes"> </table>
     15   <canvas id="curve"> </canvas>
     16   <hr>
     17   <input type=button value='Download config' onclick="download_config()">
     18   </input>
     19   <div style="display:none">
     20     <a id=save_config_anchor></a>
     21   </div>
     22   </body>
     23 </html>
     24 <html>
     25