Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Shows the card control contents. The identifier has same syntax as for
the \fIcset\fP command.
+.SH ADVANCED COMMANDS
+
+.TP
+\fIsevents\fP
+Shows the events for the simple mixer controls.
+
+.TP
+\fIevents\fP
+Shows the events for the mixer controls.
+
.SH OPTIONS
.TP
printf(" contents show contents of all controls for given card\n");
printf(" cset cID P set control contents for one control\n");
printf(" cget cID get control contents for one control\n");
+ printf("\nAvailable advanced commands:\n");
+ printf(" sevents show the mixer events for simple controls\n");
+ printf(" events show the mixer events for simple controls\n");
return 0;
}