]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Use S16 for default format
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Mar 2005 16:35:28 +0000 (16:35 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Mar 2005 16:35:28 +0000 (16:35 +0000)
Use S16 (endian-dependent) for the default PCM format of dmix/dnsoop
configurations.

src/conf/pcm/dmix.conf
src/conf/pcm/dsnoop.conf

index addcaf7c5dbdff7d5a774ec66389d11e167e2d4d..ae2022387b4120808e9b488823a765f847520126 100644 (file)
@@ -18,7 +18,7 @@ pcm.!dmix {
        }
        @args.FORMAT {
                type string
-               default S16_LE
+               default S16
        }
        @args.RATE {
                type integer
index d34e6f30f6653063df37511a67a633a984ce5796..b4802bc08299f819492d66038f8a564110befb89 100644 (file)
@@ -18,7 +18,7 @@ pcm.!dsnoop {
        }
        @args.FORMAT {
                type string
-               default S16_LE
+               default S16
        }
        @args.RATE {
                type integer