summaryrefslogtreecommitdiff
path: root/hifi/xaf/host-apf/include/audio/xa-audio-decoder-api.h
AgeCommit message (Collapse)Author
2022-02-23hikey960: Remove hifi dsp support.John Stultz
The hifi dsp support wasn't frequently used nor enabled by default. Since we are moving binary firmware objects to the vendor package, just remove the hifi dsp logic and firmware all together. This patch reapplies the reverted patch of the same name, as issues were seen when the vendor package was missing. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I6d72e5ca52a4b1b0ca460e0c4613c09175dba02d
2022-02-16Revert "hikey960: Remove hifi dsp support."Steve Muckle
This reverts commit 1d7e5889cd761a9eaecb130c52582d2b0707a08d. Reason for revert: previous commit broke build_test target, b/219798815 Change-Id: If678459053b79b81de27a1b7d514cc0c6101d97d
2022-02-15hikey960: Remove hifi dsp support.John Stultz
The hifi dsp support wasn't frequently used nor enabled by default. Since we are moving binary firmware objects to the vendor package, just remove the hifi dsp logic and firmware all together. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Iab65f73aa33e2777b8e06ac5b6e075e23ecbe8ae
2018-04-27hikey960: HiFi3 host side XAF frameworkNiranjan Yadla
Xtensa Audio Framework in user space to offload audio tasks to HiFi3 DSP. It provides few API's to invoke DSP and to perform ogg audio decoding, post processing (PCM Gain) as well it provides adb shell-based "xaf-dec-test" and "xaf-dec-mix-test" binaries to perform pcm and ogg file playback Change-Id: I77ac3b56d4141f41e06f0d0eac4ac3a8ee567e8d Signed-off-by: Niranjan Yadla <nyadla@cadence.com>