diff options
Diffstat (limited to 'htdocs')
-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> |