From: Jaroslav Kysela Date: Wed, 9 Sep 2009 09:38:11 +0000 (+0200) Subject: Change dmix.conf to accept user configuration from defaults.dmix..xxx X-Git-Tag: v1.0.21a~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1f126fd7c6ef37b04ad745609bbebf0dbbf2e1fd;p=alsa-lib.git Change dmix.conf to accept user configuration from defaults.dmix..xxx An attempt to fix problem described in reverted patch "Fix driver conf parsing in snd_config_hook_load_for_all_cards()". Signed-off-by: Jaroslav Kysela --- diff --git a/src/conf/pcm/dmix.conf b/src/conf/pcm/dmix.conf index 4108ddb6..e62cb295 100644 --- a/src/conf/pcm/dmix.conf +++ b/src/conf/pcm/dmix.conf @@ -63,12 +63,12 @@ pcm.!dmix { name { @func concat strings [ - "cards." + "defaults.dmix." { @func card_driver card $CARD } - ".pcm.dmix.period_size" + ".period_size" ] } default 1024 @@ -78,12 +78,12 @@ pcm.!dmix { name { @func concat strings [ - "cards." + "defaults.dmix." { @func card_driver card $CARD } - ".pcm.dmix.period_time" + ".period_time" ] } default -1 @@ -93,12 +93,12 @@ pcm.!dmix { name { @func concat strings [ - "cards." + "defaults.dmix." { @func card_driver card $CARD } - ".pcm.dmix.periods" + ".periods" ] } default 16