mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-20 01:40:08 -05:00
ucm: docs: Add MinBufferLevel value
Allows ucm to override minimum buffer level for platforms that incorrectly report their buffer level. Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
eab3835c36
commit
35e737f2ec
1 changed files with 4 additions and 0 deletions
|
|
@ -328,6 +328,10 @@ int snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr,
|
||||||
* trick upper software layers to e.g. automatically mute speakers when
|
* trick upper software layers to e.g. automatically mute speakers when
|
||||||
* headphones are plugged in, but that's application policy
|
* headphones are plugged in, but that's application policy
|
||||||
* configuration that doesn't belong to UCM configuration files.
|
* configuration that doesn't belong to UCM configuration files.
|
||||||
|
* - MinBufferLevel
|
||||||
|
* - This is used on platform where reported buffer level is not accurate.
|
||||||
|
* E.g. "512", which holds 512 samples in device buffer. Note: this will
|
||||||
|
* increase latency.
|
||||||
*/
|
*/
|
||||||
int snd_use_case_get(snd_use_case_mgr_t *uc_mgr,
|
int snd_use_case_get(snd_use_case_mgr_t *uc_mgr,
|
||||||
const char *identifier,
|
const char *identifier,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue