mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Change dmix.conf to accept user configuration from defaults.dmix.<driver_id>.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 <perex@perex.cz>
This commit is contained in:
parent
133819d420
commit
1f126fd7c6
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue