summaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-01-18 13:42:51 +0100
committerTakashi Iwai <tiwai@suse.de>2008-01-18 13:42:51 +0100
commit35d4f9b8d702d027e74573bdeca5fc5e3e2efff8 (patch)
tree5707e2142edd740119ba6a8fadbec17d3bc508d3 /src/conf
parent91fc64cefb427bce0ac49f7acd2f3cf2d68ebb4b (diff)
downloadalsa-lib-35d4f9b8d702d027e74573bdeca5fc5e3e2efff8.tar.gz
dmix - Enable auto format detection as default
The direct plugins have the automatic format-detection feature but it wasn't enabled properly in the interface. Now you can pass the format "unchanged" to make the plugin detect a proper format. This will change the default format of some drivers, such as, HD-audio.
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/alsa.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/alsa.conf b/src/conf/alsa.conf
index 449bdad3..4bf8f07e 100644
--- a/src/conf/alsa.conf
+++ b/src/conf/alsa.conf
@@ -68,7 +68,7 @@ defaults.pcm.ipc_gid audio
defaults.pcm.ipc_perm 0660
defaults.pcm.dmix.max_periods 0
defaults.pcm.dmix.rate 48000
-defaults.pcm.dmix.format S16_LE
+defaults.pcm.dmix.format "unchanged"
defaults.pcm.dmix.card defaults.pcm.card
defaults.pcm.dmix.device defaults.pcm.device
defaults.pcm.dsnoop.card defaults.pcm.card