mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-07 13:30:07 -05:00
pcm: fix the period_size for direct plugins (dmix, dsnoop, dshare)
BugLink: https://github.com/alsa-project/alsa-lib/issues/8 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
df483d3fe5
commit
7a345a5c20
3 changed files with 6 additions and 6 deletions
|
|
@ -1248,10 +1248,10 @@ pcm.name {
|
||||||
channels INT
|
channels INT
|
||||||
period_time INT # in usec
|
period_time INT # in usec
|
||||||
# or
|
# or
|
||||||
period_size INT # in bytes
|
period_size INT # in frames
|
||||||
buffer_time INT # in usec
|
buffer_time INT # in usec
|
||||||
# or
|
# or
|
||||||
buffer_size INT # in bytes
|
buffer_size INT # in frames
|
||||||
periods INT # when buffer_size or buffer_time is not specified
|
periods INT # when buffer_size or buffer_time is not specified
|
||||||
}
|
}
|
||||||
bindings { # note: this is client independent!!!
|
bindings { # note: this is client independent!!!
|
||||||
|
|
|
||||||
|
|
@ -940,10 +940,10 @@ pcm.name {
|
||||||
channels INT
|
channels INT
|
||||||
period_time INT # in usec
|
period_time INT # in usec
|
||||||
# or
|
# or
|
||||||
period_size INT # in bytes
|
period_size INT # in frames
|
||||||
buffer_time INT # in usec
|
buffer_time INT # in usec
|
||||||
# or
|
# or
|
||||||
buffer_size INT # in bytes
|
buffer_size INT # in frames
|
||||||
periods INT # when buffer_size or buffer_time is not specified
|
periods INT # when buffer_size or buffer_time is not specified
|
||||||
}
|
}
|
||||||
bindings { # note: this is client independent!!!
|
bindings { # note: this is client independent!!!
|
||||||
|
|
|
||||||
|
|
@ -791,10 +791,10 @@ pcm.name {
|
||||||
channels INT
|
channels INT
|
||||||
period_time INT # in usec
|
period_time INT # in usec
|
||||||
# or
|
# or
|
||||||
period_size INT # in bytes
|
period_size INT # in frames
|
||||||
buffer_time INT # in usec
|
buffer_time INT # in usec
|
||||||
# or
|
# or
|
||||||
buffer_size INT # in bytes
|
buffer_size INT # in frames
|
||||||
periods INT # when buffer_size or buffer_time is not specified
|
periods INT # when buffer_size or buffer_time is not specified
|
||||||
}
|
}
|
||||||
bindings { # note: this is client independent!!!
|
bindings { # note: this is client independent!!!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue