[README] Add description for output_make_writable quirk.
This commit is contained in:
parent
c826746b20
commit
473116ee34
1 changed files with 6 additions and 0 deletions
6
README
6
README
|
|
@ -289,6 +289,12 @@ Currently there are following quirks:
|
|||
* Some broken implementations are incorrectly probed for supporting hw
|
||||
volume control. This is manifested by always full volume with volume
|
||||
control not affecting volume level. To fix this enable this quirk.
|
||||
* output_make_writable
|
||||
* Disabled by default.
|
||||
* Some implementations modify write buffer in-place when this should
|
||||
not be done. This can result in random segfaults when playing audio.
|
||||
As a workaround make the buffer memchunk writable before passing to
|
||||
audio HAL.
|
||||
|
||||
For example, to disable input_atoi and enable close_input quirks, use module
|
||||
argument
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue