mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-17 08:56:42 -05:00
update module descriptions
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@223 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b118982674
commit
42bba491a8
10 changed files with 19 additions and 5 deletions
|
|
@ -43,6 +43,7 @@
|
|||
PA_MODULE_AUTHOR("Lennart Poettering")
|
||||
PA_MODULE_DESCRIPTION("ALSA Source")
|
||||
PA_MODULE_VERSION(PACKAGE_VERSION)
|
||||
PA_MODULE_USAGE("source_name=<name for the source> device=<ALSA device> format=<sample format> channels=<number of channels> rate=<sample rate> fragments=<number of fragments> fragment_size=<fragment size>")
|
||||
|
||||
struct userdata {
|
||||
snd_pcm_t *pcm_handle;
|
||||
|
|
@ -58,9 +59,9 @@ struct userdata {
|
|||
static const char* const valid_modargs[] = {
|
||||
"device",
|
||||
"source_name",
|
||||
"format",
|
||||
"channels",
|
||||
"rate",
|
||||
"format",
|
||||
"fragments",
|
||||
"fragment_size",
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue