mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
implement alsa source
split off alsa-util.c git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@76 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f2e08d53d0
commit
74bbf31c37
7 changed files with 344 additions and 67 deletions
|
|
@ -1,12 +1,20 @@
|
|||
#!./polypaudio -F
|
||||
|
||||
# Load the CLI module
|
||||
load module-cli
|
||||
# Load audio drivers
|
||||
load module-alsa-sink
|
||||
load module-alsa-source device=plughw:1,0
|
||||
#load module-oss-mmap device="/dev/dsp"
|
||||
|
||||
# Make some devices default
|
||||
sink_default alsa_output
|
||||
source_default alsa_input
|
||||
|
||||
# Load several protocols
|
||||
load module-esound-protocol-tcp
|
||||
load module-simple-protocol-tcp
|
||||
load module-native-protocol-unix
|
||||
load module-cli-protocol-unix
|
||||
|
||||
load module-alsa-sink
|
||||
#load module-oss-mmap device="/dev/dsp"
|
||||
# Load the CLI module
|
||||
load module-cli
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue