]> git.alsa-project.org Git - alsa-lib.git/commitdiff
pcsp: remove downsampling
authorStas Sergeev <stsp@aknet.ru>
Sat, 22 Mar 2008 16:40:57 +0000 (17:40 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 22 Mar 2008 16:40:57 +0000 (17:40 +0100)
apply softvol before plug as softvol doesn't support U8 as of now.
This also improves the sound quality.

Signed-off-by: Stas Sergeev <stsp@aknet.ru>
src/conf/cards/PC-Speaker.conf

index cf88ff3681436d21f74cf0703021847ea55f6fe8..ef50f0312576bef1c2ab861a3a0b6117b4d8853f 100644 (file)
@@ -30,19 +30,19 @@ PC-Speaker.pcm.default {
        }
        type asym
        playback.pcm {
-               type plug
+               type softvol
+               control {
+                       name "Master Playback Volume"
+                       card $CARD
+               }
+               min_dB -10.0
+               max_dB 20.0
                slave.pcm {
-                       type softvol
+                       type plug
                        slave.pcm {
                                @func concat
                                strings [ "dmix:" $CARD ]
                        }
-                       control {
-                               name "Master Playback Volume"
-                               card $CARD
-                       }
-                       min_dB -10.0
-                       max_dB 20.0
                }
        }
        capture.pcm {