From: Takashi Iwai Date: Thu, 27 Jan 2005 15:44:06 +0000 (+0000) Subject: Fix a typo in default period size X-Git-Tag: v1.0.9rc1~41 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c9b868889e956e9e9563d1c8104841527a73353e;p=alsa-lib.git Fix a typo in default period size Fixed a typo in the default period size. --- diff --git a/src/conf/pcm/dmix.conf b/src/conf/pcm/dmix.conf index d387f95f..addcaf7c 100644 --- a/src/conf/pcm/dmix.conf +++ b/src/conf/pcm/dmix.conf @@ -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 } } }