mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
introduce pa_xmalloc() and friends
implement module auto loading git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@103 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
24291aff27
commit
46091a9237
61 changed files with 700 additions and 631 deletions
|
|
@ -21,7 +21,7 @@
|
|||
# Load audio drivers
|
||||
#load module-alsa-sink
|
||||
#load module-alsa-source device=plughw:1,0
|
||||
load module-oss device="/dev/dsp"
|
||||
#load module-oss device="/dev/dsp"
|
||||
#load module-oss-mmap device="/dev/dsp"
|
||||
|
||||
# Load several protocols
|
||||
|
|
@ -36,9 +36,15 @@ load module-x11-bell
|
|||
# Load the CLI module
|
||||
load module-cli
|
||||
|
||||
.nofail
|
||||
autoload_sink_add oss_output module-oss device="/dev/dsp" sink_name=oss_output source_name=oss_input
|
||||
autoload_source_add oss_input module-oss device="/dev/dsp" sink_name=oss_output source_name=oss_input
|
||||
|
||||
# Make some devices default
|
||||
sink_default oss_output
|
||||
source_default oss_input
|
||||
|
||||
.nofail
|
||||
|
||||
# Load something to the sample cache
|
||||
scache_load /usr/share/sounds/KDE_Notify.wav x11-bell
|
||||
scache_play x11-bell oss_output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue