mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-19 07:00:06 -05:00
Do hwsync of slave PCM on dmix
Call hwsync of slave PCM on snd_pcm_hwsync() over dmix. This reduces ocasional output noises, typically seen in xmms and bmp with multi-threading on SMP/HT systems. Disabled slowptr of default dmix definition again.
This commit is contained in:
parent
5e325ea18b
commit
6a6a70ffe7
2 changed files with 10 additions and 4 deletions
|
|
@ -27,7 +27,6 @@ pcm.!dmix {
|
|||
type dmix
|
||||
ipc_key 5678293
|
||||
ipc_key_add_uid yes
|
||||
slowptr yes
|
||||
slave {
|
||||
pcm {
|
||||
type hw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue