diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-07-09 19:59:24 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-07-09 19:59:24 +0200 |
commit | db4d63597b22b63eb73b5c0558476652ed4988bb (patch) | |
tree | 839d67c2dd32064f1047f788f70860cf3036e691 /htdocs/alsa-core.html | |
parent | 3d5816a07c22dd6c655a60000fb0f175d613e484 (diff) |
initial version of HAL (registration + getctls)
Work in progress
Diffstat (limited to 'htdocs/alsa-core.html')
-rw-r--r-- | htdocs/alsa-core.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/alsa-core.html b/htdocs/alsa-core.html index 6483180..7fff3d8 100644 --- a/htdocs/alsa-core.html +++ b/htdocs/alsa-core.html @@ -20,6 +20,7 @@ <li><button onclick="callbinder('alsacore','getinfo', {quiet:quiet})">Get All Sound Card info</button></li> <li><button onclick="callbinder('alsacore','getinfo', {devid:devid, quiet:quiet})">Get Sound Card info devid=xx</button></li> <li><button onclick="callbinder('alsacore','getctls', {devid:devid, quiet:quiet})">Get all Alsa Ctls for devid=xx</button></li> + <li><button onclick="callbinder('alsacore','getctls', {devid:devid, quiet:quiet, numids:[4]})">Get Alsa Ctls numids:[4]</button></li> <li><button onclick="callbinder('alsacore','getctls', {devid:devid, quiet:quiet, numids:[1,2]})">Get Alsa Ctls numids:[1,2]</button></li> <li><button onclick="callbinder('alsacore','getctls', {devid:devid, quiet:quiet, numids:17})">Get Alsa Ctl numids:17</button></li> <br> |