mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
More changes to the ordinary mixer API
This commit is contained in:
parent
72c814db2a
commit
ab61b62cb4
9 changed files with 576 additions and 234 deletions
|
|
@ -11,11 +11,11 @@
|
|||
static void help(void)
|
||||
{
|
||||
printf(
|
||||
"Usage: omixer [OPTION]...\n"
|
||||
"Usage: omixer [OPTION]...\n\n"
|
||||
"-h,--help help\n"
|
||||
"-P,--pname playback PCM device\n"
|
||||
"-C,--cname capture PCM device\n"
|
||||
"\n");
|
||||
);
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue