From a7d41a6fa1e29d800ce8ac9e95e8f943814463e8 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 18 Aug 2017 01:09:56 +0200 Subject: Integration with Alsa HookPlugin is now working. --- htdocs/AudioBinding.js | 1 - htdocs/alsa-hal.html | 16 ++++++++-------- htdocs/audio-control.html | 23 ++++++++++++----------- 3 files changed, 20 insertions(+), 20 deletions(-) (limited to 'htdocs') diff --git a/htdocs/AudioBinding.js b/htdocs/AudioBinding.js index 607d31c..4d14600 100644 --- a/htdocs/AudioBinding.js +++ b/htdocs/AudioBinding.js @@ -94,7 +94,6 @@ var selectobj = document.getElementById(elemid); if (!selectobj) { - console.log ("****** elemid=%s does not exit in HTML page ****", elemid); return; } diff --git a/htdocs/alsa-hal.html b/htdocs/alsa-hal.html index f1d5aaf..013c547 100644 --- a/htdocs/alsa-hal.html +++ b/htdocs/alsa-hal.html @@ -27,15 +27,15 @@
    -
  1. -
  2. -
  3. -
  4. +
  5. +
  6. +
  7. +

  8. -
  9. -
  10. -
  11. -
  12. +
  13. +
  14. +
  15. +

  16. diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html index d51ae55..6b7872f 100644 --- a/htdocs/audio-control.html +++ b/htdocs/audio-control.html @@ -5,14 +5,15 @@ - - + -

    Simple Audio Control test

    - +

    Simple Audio Control Test

    +

    - + Selected HAL + + API Verbosity
    -
    +
      -
    1. -
    2. -
    3. +
    4. +
    5. +

    6. -
    7. +
    8. -
    9. +
    -- cgit 1.2.3-korg