diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/alsa-core.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/alsa-core.html b/htdocs/alsa-core.html index 39a4990..ff17fd1 100644 --- a/htdocs/alsa-core.html +++ b/htdocs/alsa-core.html @@ -33,7 +33,7 @@ <br> <ol> <li><button onclick="callbinder('alsacore','getctl', {devid:sndcard, mode:mode})">Get all Alsa Ctls</button></li> - <li><button onclick="callbinder('alsacore','getctl', {devid:sndcard, mode:mode, ctl:[numid]})">Get Alsa Ctls [numid]</button></li> + <li><button onclick="callbinder('alsacore','getctl', {devid:sndcard, mode:mode, ctl:numid})">Get Alsa Ctls [numid]</button></li> <li><button onclick="callbinder('alsacore','getctl', {devid:sndcard, mode:mode, ctl:[numid,numid+1]})">Get Alsa Ctls [numid,numid+1]</button></li> <br> |