From dee6f010b70ad7f599fa8cce66ea5730b2ab9e38 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 19 Sep 2005 12:38:14 +0000 Subject: [PATCH] Use S16_LE as default for dmix Use S16_LE as default format for dmix, instead of S16. --- src/conf/pcm/dmix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/pcm/dmix.conf b/src/conf/pcm/dmix.conf index ebdb6c2d..b505be2c 100644 --- a/src/conf/pcm/dmix.conf +++ b/src/conf/pcm/dmix.conf @@ -18,7 +18,7 @@ pcm.!dmix { } @args.FORMAT { type string - default S16 + default S16_LE } @args.RATE { type integer -- 2.47.1