aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-26 09:48:09 +0100
committerMattias Andrée <m@maandree.se>2025-12-26 10:05:39 +0100
commitfad53404f45b2e0daeda733687a41dd8e600aa57 (patch)
treef8dbd73a1e59cb8df53c7cb899c7d09ab5d74845 /README
parentFix open_tree support for when missing in libc (diff)
downloadgalsause-2a0147ff8c7f6cec84fc2ecee72f03a90a78382d.tar.gz
galsause-2a0147ff8c7f6cec84fc2ecee72f03a90a78382d.tar.bz2
galsause-2a0147ff8c7f6cec84fc2ecee72f03a90a78382d.tar.xz
Fork as galsauseHEAD1.0master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 13 insertions, 28 deletions
diff --git a/README b/README
index 41f9516..71925ad 100644
--- a/README
+++ b/README
@@ -1,39 +1,24 @@
NAME
- alsause - Set default ALSA PCM device
+ galsause - Set default ALSA PCM device
SYNPOSIS
- alsause [(-r | name | card:device) [command [argument] ...]]
+ galsause [command [argument] ...]
DESCRIPTION
- The alsause utility lists all ALSA PCM devices or sets, either for the
- user or for a program it starts, the default ALSA PCM device.
+ The galsause utility is a graphical utility for setting the default
+ ALSA PCM device for the user or a program it starts.
- No options or operands are specified, alsause will list all ALSA PCM
- devices, otherwise it will set the default ALSA PCM device.
-
- If command is specified, alsause will run that command with the default
+ If command is specified, galsause will run that command with the default
ALSA PCM device set only for that process and it's child processes.
OPTIONS
- The alsause utility conforms to the Base Definitions volume of
+ The galsause utility conforms to the Base Definitions volume of
POSIX.1-2017, Section 12.2, Utility Syntax Guidelines.
- The following option is supported:
-
- -r Remove the user-specified default ALSA PCM device, falling back
- to the system-wide default ALSA PCM device.
+ No options are supported.
OPERANDS
- The following operands shall be supported:
-
- card:device
- The card number and device number to use as the default ALSA PCM
- device.
-
- name
- The card and device, by name, to use as the default ALSA PCM
- device. This string is on the form output by the alsause
- utility itself: "%s - %s", <card name>, <device name>.
+ The following operands are supported:
command
The name of the utility to be invoked.
@@ -42,17 +27,17 @@ OPERANDS
A string to pass as an argument for the invoked utility.
EXIT STATUS
- If command is invoked, the exit status of alsause is the exit status of
- command; otherwise, the alsause utility exits with one of the following
+ If command is invoked, the exit status of galsause is the exit status of
+ command; otherwise, the galsause utility exits with one of the following
values.
- 0 The alsause utility completed successfully.
+ 0 The galsause utility completed successfully.
- 125 An error occurred in the alsause utility.
+ 125 An error occurred in the galsause utility.
126 The utility specified by command was found but could not be invoked.
127 The utility specified by command could not be found.
SEE ALSO
- None.
+ alsause(1)