[README] Add description for unload_call_exit quirk.
This commit is contained in:
parent
c502e04d6f
commit
d8a3c42f06
1 changed files with 5 additions and 0 deletions
5
README
5
README
|
|
@ -326,6 +326,11 @@ Currently there are following quirks:
|
|||
doing voicecall routing. If there is no voicecall audio you can
|
||||
try enabling this quirk so that the realcall parameter is applied
|
||||
when switching to voicecall profile.
|
||||
* unload_call_exit
|
||||
* Disabled by default.
|
||||
* Some HAL module implementations get stuck in mutex or segfault when
|
||||
trying to unload the module. To avoid confusing segfaults call
|
||||
exit(0) instead of calling unload for the module.
|
||||
|
||||
For example, to disable input_atoi and enable close_input quirks, use module
|
||||
argument
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue