mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-28 08:57:11 -05:00
make module-oss-* use modargs
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@63 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
216591d95e
commit
d4e0d51c15
7 changed files with 135 additions and 70 deletions
|
|
@ -42,7 +42,7 @@ int main(int argc, char *argv[]) {
|
|||
c = pa_core_new(pa_mainloop_get_api(mainloop));
|
||||
assert(c);
|
||||
|
||||
pa_module_load(c, "module-oss-mmap", "/dev/dsp");
|
||||
pa_module_load(c, "module-oss-mmap", "device=/dev/dsp playback=1 record=1");
|
||||
/* pa_module_load(c, "module-oss-mmap", "/dev/dsp1");*/
|
||||
/* pa_module_load(c, "module-pipe-sink", NULL);*/
|
||||
pa_module_load(c, "module-simple-protocol-tcp", NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue