Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > fcc6f98aea489984d94326f4fb3e2b54 > files > 7

alsa-plugins-1.0.24-2.fc15.src.rpm

# PulseAudio plugin configuration
# $Id$

# Let's create a virtual device "pulse" for mixer and PCM

pcm.pulse {
    type pulse
    hint {
        description "PulseAudio Sound Server"
    }
}

ctl.pulse {
    type pulse
    hint {
        description "PulseAudio Sound Server"
    }
}

# Let's make it the default!

pcm.!default {
    type pulse
    hint {
        description "Default"
    }
}

ctl.!default {
    type pulse
    hint {
        description "Default"
    }
}