From a7a6ae4be87ee9178905ab784d84a4c0a8303f9b Mon Sep 17 00:00:00 2001 From: fulup Date: Sun, 23 Jul 2017 01:23:37 +0200 Subject: Added TLV->DBscale into HAL control 1st Working version of HAL ctl-get with TLV Cleanup HTML5 test pages WIP Only --- ALSA-afb/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ALSA-afb/README.md') diff --git a/ALSA-afb/README.md b/ALSA-afb/README.md index a4b0395..93d2d4d 100644 --- a/ALSA-afb/README.md +++ b/ALSA-afb/README.md @@ -18,8 +18,8 @@ Testing: (from project directory bindings) # Get all controls from a given sound card http://localhost:1234/api/alsacore/getctl?devid=hw:0 - # Get detail on a given control (optional quiet=0=verbose,1,2) - http://localhost:1234/api/alsacore/getctl?devid=hw:0&numid=1&quiet=0 + # Get detail on a given control (optional mode=0=verbose,1,2) + http://localhost:1234/api/alsacore/getctl?devid=hw:0&numid=1&mode=0 # Debug event with afb-client-demo ``` -- cgit 1.2.3-korg