diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-04 15:03:58 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-04 15:03:58 +0100 |
commit | 665073e727623ac7228a86b003004956bf774adb (patch) | |
tree | 2557181f3d631a834fe7055893e1b42c47a7b618 /htdocs/index.html | |
parent | eac54aceceb2b465340fb6beb4ef635cb46d8237 (diff) |
Added PcmInfo API
Change HAL register to fallback to driver name when not direct match found
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index a61c28e..702d896 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -36,7 +36,10 @@ <li><button onclick="callbinder('alsacore','ctlget', {devid:sndcard, mode:mode, ctl:numid})">Get Alsa Ctls [numid]</button></li> <li><button onclick="callbinder('alsacore','ctlget', {devid:sndcard, mode:mode, ctl:[numid,numid+1]})">Get Alsa Ctls [numid,numid+1]</button></li> <br> - + + <br> + <li><button onclick="callbinder('alsacore','pcminfo', {name:'Entertainment_Main', mode: mode})">Get Entertainment_Main info (need HAL+asoundrc)</button></li> + <br> <li><button onclick="callbinder('alsacore','ctlset', {devid:sndcard, mode:mode, ctl:[[9,20]]})">Set Alsa Ctl ctl:[[9,20]]</button></li> <li><button onclick="callbinder('alsacore','ctlset', {devid:sndcard, mode:mode, ctl:[{id:9,val:50}]})">Set Alsa Ctl ctl:[{id:9,val:50}]}</button></li> |