mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
Make dmix card-specific
The parameters of dmix PCM definition are now card-specific. As default, period_size = 1024 and periods = 8 are used.
This commit is contained in:
parent
2010890399
commit
cf865cc990
4 changed files with 90 additions and 25 deletions
|
|
@ -1,7 +1,8 @@
|
|||
cfg_files = default.conf front.conf rear.conf center_lfe.conf side.conf\
|
||||
surround40.conf surround41.conf \
|
||||
surround50.conf surround51.conf \
|
||||
surround71.conf iec958.conf modem.conf
|
||||
surround71.conf iec958.conf modem.conf \
|
||||
dmix.conf
|
||||
|
||||
EXTRA_DIST = $(cfg_files)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue