diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-09 15:58:04 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-09 15:58:04 +0100 |
commit | 5cb52e556fed8eb0cf74d1052fe413fbb7406b0e (patch) | |
tree | 80965e8ad49b5191b200b6bbb1241c4718a0c000 /AlsaSound/CoreBinding/README.md | |
parent | a237499e8c2e2a045ae3eea0b9a4aaac12032e81 (diff) |
Syncup Status with Microchip
Diffstat (limited to 'AlsaSound/CoreBinding/README.md')
-rw-r--r-- | AlsaSound/CoreBinding/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AlsaSound/CoreBinding/README.md b/AlsaSound/CoreBinding/README.md index 5b6f026..a4b0395 100644 --- a/AlsaSound/CoreBinding/README.md +++ b/AlsaSound/CoreBinding/README.md @@ -12,6 +12,9 @@ Testing: (from project directory bindings) # Get Info on a given Sound Card http://localhost:1234/api/alsacore/getinfo?devid=hw:0 + # Get shortname/longname for a given card + http://localhost:1234/api/alsacore/getcardid?devid=hw:0 + # Get all controls from a given sound card http://localhost:1234/api/alsacore/getctl?devid=hw:0 |