mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-01-02 11:08:39 -05:00
add support for querying sample ist with esound protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@101 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
8705af792b
commit
e10b918009
5 changed files with 71 additions and 14 deletions
|
|
@ -19,9 +19,9 @@
|
|||
|
||||
|
||||
# Load audio drivers
|
||||
load module-alsa-sink
|
||||
load module-alsa-source device=plughw:1,0
|
||||
#load module-oss device="/dev/dsp"
|
||||
#load module-alsa-sink
|
||||
#load module-alsa-source device=plughw:1,0
|
||||
load module-oss device="/dev/dsp"
|
||||
#load module-oss-mmap device="/dev/dsp"
|
||||
|
||||
# Load several protocols
|
||||
|
|
@ -30,12 +30,15 @@ load module-simple-protocol-tcp
|
|||
load module-native-protocol-unix
|
||||
load module-cli-protocol-unix
|
||||
|
||||
# Load X11 bell module
|
||||
load module-x11-bell
|
||||
|
||||
# Load the CLI module
|
||||
load module-cli
|
||||
|
||||
.nofail
|
||||
|
||||
# Make some devices default
|
||||
sink_default alsa_output
|
||||
source_default alsa_input
|
||||
sink_default oss_output
|
||||
source_default oss_input
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue