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:
Jaroslav Kysela 2019-10-14 09:34:35 +02:00
parent df483d3fe5
commit 7a345a5c20
3 changed files with 6 additions and 6 deletions

View file

@ -1248,10 +1248,10 @@ pcm.name {
channels INT
period_time INT # in usec
# or
period_size INT # in bytes
period_size INT # in frames
buffer_time INT # in usec
# or
buffer_size INT # in bytes
buffer_size INT # in frames
periods INT # when buffer_size or buffer_time is not specified
}
bindings { # note: this is client independent!!!

View file

@ -940,10 +940,10 @@ pcm.name {
channels INT
period_time INT # in usec
# or
period_size INT # in bytes
period_size INT # in frames
buffer_time INT # in usec
# or
buffer_size INT # in bytes
buffer_size INT # in frames
periods INT # when buffer_size or buffer_time is not specified
}
bindings { # note: this is client independent!!!

View file

@ -791,10 +791,10 @@ pcm.name {
channels INT
period_time INT # in usec
# or
period_size INT # in bytes
period_size INT # in frames
buffer_time INT # in usec
# or
buffer_size INT # in bytes
buffer_size INT # in frames
periods INT # when buffer_size or buffer_time is not specified
}
bindings { # note: this is client independent!!!