pacmd: Add functions to handle the latency offset

pacmd was extended so it can handle the new latency offset.

A new function was added so we can set the latency also the list
commands were extended to print the latency offset on the ports.
This commit is contained in:
poljar 2012-06-22 20:55:55 +02:00 committed by Tanu Kaskinen
parent eebdda456b
commit 7688e64739
3 changed files with 52 additions and 2 deletions

View file

@ -73,6 +73,7 @@ static void help(const char *argv0) {
printf("%s %s %s\n", argv0, "suspend", _("1|0"));
printf("%s %s %s\n", argv0, "set-card-profile", _("CARD PROFILE"));
printf("%s %s %s\n", argv0, "set-(sink|source)-port", _("NAME|#N PORT"));
printf("%s %s %s\n", argv0, "set-port-latency-offset", _("CARD-NAME|CARD-#N PORT OFFSET"));
printf("%s %s %s\n", argv0, "set-log-level", _("NUMERIC LEVEL"));
printf("%s %s %s\n", argv0, "set-log-meta", _("1|0"));
printf("%s %s %s\n", argv0, "set-log-time", _("1|0"));