diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-01-18 13:42:51 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-01-18 13:42:51 +0100 |
commit | 35d4f9b8d702d027e74573bdeca5fc5e3e2efff8 (patch) | |
tree | 5707e2142edd740119ba6a8fadbec17d3bc508d3 /src/conf | |
parent | 91fc64cefb427bce0ac49f7acd2f3cf2d68ebb4b (diff) | |
download | alsa-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.conf | 2 |
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 |