mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
implement missing scache_get_id_by_name
add some more consts to idxset add module-sine, a sine generating sink_input module git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@165 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
36550f4a66
commit
fa19d6ab7e
7 changed files with 195 additions and 15 deletions
|
|
@ -28,12 +28,12 @@
|
|||
|
||||
# Load audio drivers automatically on access
|
||||
|
||||
autoload_sink_add output module-oss device="/dev/adsp" sink_name=output source_name=input
|
||||
autoload_source_add input module-oss device="/dev/adsp" sink_name=output source_name=input
|
||||
#autoload_sink_add output module-oss device="/dev/adsp" sink_name=output source_name=input
|
||||
#autoload_source_add input module-oss device="/dev/adsp" 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