diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-14 18:02:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-14 18:02:48 +0000 |
commit | 0aaa95c131f07a9fe34685b9843e4857caf14f26 (patch) | |
tree | 25ee0750584c2c0111b42355a277111b98a977e9 /packages/pulseaudio/files | |
parent | dcf9a8fa856c7a6ffaa07d829477f29388c388d1 (diff) |
pulseaudio alsa wrapper: add meta package that installs the files needed to use pulseaudio as alsa-backend
* you need to manually add the contents of /etc/asound.conf.pulseaudio to /etc/asound.conf
Diffstat (limited to 'packages/pulseaudio/files')
-rw-r--r-- | packages/pulseaudio/files/asound.conf.pulseaudio | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/pulseaudio/files/asound.conf.pulseaudio b/packages/pulseaudio/files/asound.conf.pulseaudio new file mode 100644 index 0000000000..71f01f2c3c --- /dev/null +++ b/packages/pulseaudio/files/asound.conf.pulseaudio @@ -0,0 +1,7 @@ +pcm.pulse { + type pulse +} + +ctl.pulse { + type pulse +} |