aboutsummaryrefslogtreecommitdiffstats
path: root/audio_policy.conf
Commit message (Collapse)AuthorAgeFilesLines
* HACK: Add dummy audioDenis 'GNUtoo' Carikli2019-07-011-0/+64
At boot, it complained that it could not get passthrough implementation for the following: - android.hardware.audio@4.0::IDevicesFactory/default. - android.hardware.audio.effect@4.0::IEffectsFactory/default. - android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default. - android.hardware.soundtrigger@2.1::ISoundTriggerHw/default. With that makes android.hardware.audio start and makes the boot goes furthurer: # lshal All binderized services (registered services through hwservicemanager) R Interface Thread Use Server Clients [...] Y android.hardware.audio.effect@4.0::IEffectsFactory/default 0/4 202 210 175 Y android.hardware.audio@4.0::IDevicesFactory/default 0/4 202 210 175 The null linux audio driver was also compiled in to make sure that the device is not broken due to bad audio policies, and before that no sound card were present on the target device. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>