summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)Author
2023-04-26audio: pack AIDL s/w effectsDavid Li
Pack the common s/w effects into the AIDL effect HAL enabled image. Includes the following effects, 1. libbundleaidl 2. libreverbaidl 3. libvisualizeraidl 4. libdynamicsprocessingaidl 5. libdownmixaidl 6. libloudnessenhanceraidl The project-specific effects should be add into the makefile in the project folder. Test: mm Bug: 271500140 Change-Id: I4d89440791d43eaf03288d5f7bf6d61cbd21659f
2023-03-13Merge "audio: add policy for rild to get vendor audio propery" into udc-devJasmine Cha
2023-03-13audio: move audio vendor set_prop to gs-commonJasmine Cha
Bug: 259161622 Test: build pass Change-Id: Ic76c867e8478e2f736da78232a444cf135cddc6d Signed-off-by: Jasmine Cha <chajasmine@google.com>
2023-03-13audio: add policy for rild to get vendor audio properyJasmine Cha
- rild has different sepolicy for audio hal by type of service, which is hidl or aidl. Read property before querying service in rild can avoid avc denied presubmit test. Bug: 206738075 Test: build pass with hidl/aidl audio service Change-Id: I2616028fb3a6029646340fc3282e51a5f02b3f7f Signed-off-by: Jasmine Cha <chajasmine@google.com>
2023-03-09audio: add audio hal aidl serviceJasmine Cha
- separate audio hal HIDL and AIDL services. - separate sepolicy of aoc and audio Bug: 259161622 Test: build pass and check hidl/aidl on gs201 build pass for other chipset Change-Id: Id3c0446be6cdcd5a6e75c832e7d7f4a64716f79c Signed-off-by: Jasmine Cha <chajasmine@google.com>