diff options
Diffstat (limited to 'alsa-plugins-pulseaudio/pulseaudio.conf')
-rw-r--r-- | alsa-plugins-pulseaudio/pulseaudio.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/alsa-plugins-pulseaudio/pulseaudio.conf b/alsa-plugins-pulseaudio/pulseaudio.conf new file mode 100644 index 000000000..1189da87a --- /dev/null +++ b/alsa-plugins-pulseaudio/pulseaudio.conf @@ -0,0 +1,13 @@ +# pulseaudio plugin configuration + +pcm.pulse { + type pulse + hint { + show on + description "PulseAudio Sound Server" + } +} + +ctl.pulse { + type pulse +} |