-
Notifications
You must be signed in to change notification settings - Fork 10
agm: add support for SPF on ARM #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ffrancis123
wants to merge
11
commits into
AudioReach:master
Choose a base branch
from
ffrancis123:upstream
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implement support for Qualcomm Audio Interface (QAIF). QAIF is a unified HW interface of i2s, pcm and tdm interfaces. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Delta frame size is wrongly calculated with channels included, causing false alert of overlap issue. Correct delta frame size calculation by removing channels from the calculation. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Add proper condition for intf_type for cdc-dma when the backend name contains QAIF-* regex. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Add QAIF backend entries in backend_conf.xml Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
If ADSP is not compatible with SPR latest module configuration, SPR module configuration of reset info would fail, instead of failing use case, log the error and continue. such that basic use case functionality is not affected. The effect of SPR reset failure would have effect only in case of gapless scenarios. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Add configure options for SwBinder IPC (--with-sw-binder) & OpenWRT (--with-openwrt). Refactor build system to support three IPC modes: no-IPC, DBus, and SwBinder. Update SwBinder client/server Makefiles with proper include paths, library dependencies & OpenWRT-specific build flags. Update tinyalsa plugins for SwBinder IPC linking & memory logger support for OpenWRT builds. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Remove FEATURE_IPQ_OPENWRT conditional based inclusion of headers. This avoids build system specific flags and make code & header inclusion generic. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
supporting qcm6490 card-defsxml file from audioreach-conf. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
ARE (SPF) on APPS support is moved to agm.c (init and deinit) function to generalize it for all IPCs mechanism. This reverts commit 4088316e008b2ff00139f2cf2987185997fff590. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Add conditional build flag to link to required library (spf and ar-gpr and define CFLAGS (ARE_ON_APPS) when USE_ARE_ON_APPS configuration is enabled. Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Initialize SPF on ARM feature, so that SPF on ARM running as satellite/master DSP can respond during gsl_init(). Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initialize SPF on ARM feature, so that SPF on ARM
running as satellite/master DSP can respond during gsl_init().