diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 15:31:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 15:31:56 +0000 |
commit | 4ef1e4c6f9fd31ca96541afb09ae4f6d63f3957c (patch) | |
tree | 892ba34cb9f80c72cd33d57dffd9b7400538a6c3 /packages/alsa/alsa-state/asound.conf | |
parent | a08d438956aa4aea02544035828e3e03b501f3f1 (diff) |
alsa-state: fix standard alsa dmix configuration, it now works out-of-the-box
Diffstat (limited to 'packages/alsa/alsa-state/asound.conf')
-rw-r--r-- | packages/alsa/alsa-state/asound.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/alsa/alsa-state/asound.conf b/packages/alsa/alsa-state/asound.conf new file mode 100644 index 0000000000..6be024201c --- /dev/null +++ b/packages/alsa/alsa-state/asound.conf @@ -0,0 +1,12 @@ +# default dmix configuration + +pcm.!default { + type plug + slave.pcm "dmix" +} + +ctl.mixer0 { + type hw + card 0 +} + |