c9f36ce
# PulseAudio plugin configuration
1a7b887
# $Id$
c9f36ce
c9f36ce
# Let's create a virtual device "pulse" for mixer and PCM
c9f36ce
c9f36ce
pcm.pulse {
c9f36ce
    type pulse
1a7b887
    hint {
1a7b887
        description "PulseAudio Sound Server"
1a7b887
    }
c9f36ce
}
c9f36ce
c9f36ce
ctl.pulse {
c9f36ce
    type pulse
1a7b887
    hint {
1a7b887
        description "PulseAudio Sound Server"
1a7b887
    }
c9f36ce
}
c9f36ce
c9f36ce
# Let's make it the default!
92f1355
92f1355
pcm.!default {
92f1355
    type pulse
1a7b887
    hint {
1a7b887
        description "Default"
1a7b887
    }
92f1355
}
92f1355
92f1355
ctl.!default {
92f1355
    type pulse
1a7b887
    hint {
1a7b887
        description "Default"
1a7b887
    }
92f1355
}
c9f36ce