mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fix a typo in default period size
Fixed a typo in the default period size.
This commit is contained in:
parent
77c925a71f
commit
c9b868889e
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ pcm.!dmix {
|
|||
".pcm.dmix.period_size"
|
||||
]
|
||||
}
|
||||
default 1048
|
||||
default 1024
|
||||
}
|
||||
period_time {
|
||||
@func refer
|
||||
|
|
@ -79,7 +79,7 @@ pcm.!dmix {
|
|||
".pcm.dmix.periods"
|
||||
]
|
||||
}
|
||||
default 8
|
||||
default 16
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue