2007-10-18 12:52:05 +00:00
|
|
|
# PulseAudio plugin configuration
|
2008-03-09 15:50:49 +00:00
|
|
|
# $Id$
|
2007-10-18 12:52:05 +00:00
|
|
|
|
|
|
|
# Let's create a virtual device "pulse" for mixer and PCM
|
|
|
|
|
|
|
|
pcm.pulse {
|
|
|
|
type pulse
|
2008-03-09 15:50:49 +00:00
|
|
|
hint {
|
|
|
|
description "PulseAudio Sound Server"
|
|
|
|
}
|
2007-10-18 12:52:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ctl.pulse {
|
|
|
|
type pulse
|
2008-03-09 15:50:49 +00:00
|
|
|
hint {
|
|
|
|
description "PulseAudio Sound Server"
|
|
|
|
}
|
2007-10-18 12:52:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# Let's make it the default!
|
2007-10-17 23:02:44 +00:00
|
|
|
|
|
|
|
pcm.!default {
|
|
|
|
type pulse
|
2008-03-09 15:50:49 +00:00
|
|
|
hint {
|
|
|
|
description "Default"
|
|
|
|
}
|
2007-10-17 23:02:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ctl.!default {
|
|
|
|
type pulse
|
2008-03-09 15:50:49 +00:00
|
|
|
hint {
|
|
|
|
description "Default"
|
|
|
|
}
|
2007-10-17 23:02:44 +00:00
|
|
|
}
|
2007-10-18 12:52:05 +00:00
|
|
|
|