]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix a typo in default period size
authorTakashi Iwai <tiwai@suse.de>
Thu, 27 Jan 2005 15:44:06 +0000 (15:44 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 27 Jan 2005 15:44:06 +0000 (15:44 +0000)
Fixed a typo in the default period size.

src/conf/pcm/dmix.conf

index d387f95f6991ddf753e1d94d5ff425be5382598a..addcaf7c5dbdff7d5a774ec66389d11e167e2d4d 100644 (file)
@@ -49,7 +49,7 @@ pcm.!dmix {
                                        ".pcm.dmix.period_size"
                                ]
                        }
-                       default 1048
+                       default 1024
                }               
                period_time {
                        @func refer
@@ -79,7 +79,7 @@ pcm.!dmix {
                                        ".pcm.dmix.periods"
                                ]
                        }
-                       default 8
+                       default 16
                }
        }
 }