CirrusLogic / tinyhal

Configurable audio HAL for Android
Apache License 2.0
31 stars 17 forks source link

tinyalsa: use new tinyalsa in AOSP #12

Closed calebccff closed 1 year ago

calebccff commented 2 years ago

Some of the features in tinyHAL depend on a newer version of tinyalsa, the new version is called libtinyalsav2 in Android and is in external/tinyalsa_new, update tinyHAL to link to it instead of the old one.

I'm not sure if this is a reasonable change here, or if it should be carried separately. At worst this MR might be helpful for others using tinyHAL on AOSP master.

rsglobal commented 2 years ago

Hi. You can put #define LOG_NDEBUG 0 on top of cpp/h file to make all ALOGV in the file visible in the logcat.

rfvirgil commented 2 years ago

Merged: configmgr: add support for HDMI audio as an output device tinyalsa: use new tinyalsa in AOSP

Thanks.

rfvirgil commented 1 year ago

The two non-logging patches were merged