3 Commits

Author SHA1 Message Date
Alexander Winkowski
73939104ac
Revert "Revert "miatoll: Switch to prebuilt audio HAL""
This reverts commit a0f493f1e04a42274a3b6478d5502d250627729b.
2023-08-17 05:04:54 +00:00
Alexander Winkowski
8d4bf61e31
Revert "miatoll: Switch to prebuilt audio HAL"
This reverts commits 1edd945981e69ccdb2e2a41166dc51027dba7a43 and 9616ba9373631161dcb6b9240c0dcc6e27e216be.

sound_trigger doesn't work correctly with prebuilt audio HAL for
some reason.

Change-Id: Ia3a0c0881946bf8e2ab16668899d8cccf7accd0c
2023-01-07 07:08:45 +00:00
Alexander Winkowski
9616ba9373
miatoll: Add a shim to silence prebuilt audio HAL
For some reason Xiaomi built audio HAL with "very very verbose" logging
enabled [1] and it spams really too much. Just shim the whole log function
to do nothing.

[1] https://github.com/LineageOS/android_hardware_qcom_audio/blob/c659e83702/hal/audio_hw.c#L41

Co-authored-by: Jan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de>
Change-Id: Iff278c44f203dc7b81bccb2281edfc3f5687a47c
2022-11-20 07:37:01 +00:00