mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
info and subscription work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@114 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b297d0b59a
commit
cbfaf40b45
10 changed files with 232 additions and 41 deletions
|
|
@ -23,8 +23,8 @@
|
|||
#load module-alsa-sink
|
||||
#load module-alsa-source device=plughw:1,0
|
||||
#load module-oss device="/dev/dsp" sink_name=output source_name=input
|
||||
load module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
||||
load module-pipe-sink
|
||||
#load module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
||||
#load module-pipe-sink
|
||||
|
||||
# Load audio drivers automatically on access
|
||||
|
||||
|
|
@ -32,8 +32,8 @@ load module-pipe-sink
|
|||
#autoload_source_add input module-oss device="/dev/dsp" sink_name=output source_name=input
|
||||
#autoload_sink_add output module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
||||
#autoload_source_add input module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
||||
#autoload_sink_add output module-alsa-sink sink_name=output
|
||||
#autoload_source_add input module-alsa-source source_name=input
|
||||
autoload_sink_add output module-alsa-sink sink_name=output
|
||||
autoload_source_add input module-alsa-source source_name=input
|
||||
|
||||
# Load several protocols
|
||||
load module-esound-protocol-tcp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue