mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Update PA_MODULE_USAGE to be in line with actual implementation
This commit is contained in:
parent
9a27b0c413
commit
26366664c1
9 changed files with 17 additions and 11 deletions
|
|
@ -55,11 +55,11 @@ PA_MODULE_USAGE(
|
|||
"record=<enable source?> "
|
||||
"playback=<enable sink?> "
|
||||
"format=<sample format> "
|
||||
"channels=<number of channels> "
|
||||
"rate=<sample rate> "
|
||||
"channels=<number of channels> "
|
||||
"channel_map=<channel map> "
|
||||
"fragments=<number of fragments> "
|
||||
"fragment_size=<fragment size> "
|
||||
"channel_map=<channel map>");
|
||||
"fragment_size=<fragment size>");
|
||||
|
||||
#define DEFAULT_SINK_NAME "wave_output"
|
||||
#define DEFAULT_SOURCE_NAME "wave_input"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue