Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

tinyalsa: Fix tinyalsa plugin build issue for Android. #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sguiriec
Copy link

TinyAlsa part of ALSA plugin was not compiling on Upstream version for
Android integration. This patch is fixing the compilation issue. It has been
tested under Android IA tree.

Signed-off-by: Sebastien Guiriec [email protected]

TinyAlsa part of ALSA plugin was not compiling on Upstream version for
Android integration. This patch is fixing the compilation issue. It has been
tested under Android IA tree.

Signed-off-by: Sebastien Guiriec <[email protected]>
@sguiriec
Copy link
Author

@mgaio, @gdenneul, @cc6565 please review.

@@ -39,7 +39,7 @@ extern "C"
* It will then create an TinyAMixer Subsystem
*/
void PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1(CSubsystemLibrary *subsystemLibrary,
core::log::Logger&)
core::log::Logger& logger)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coding rule: space before & and not after ;-)

Sebastien Guiriec added 3 commits March 30, 2017 10:28
Signed-off-by: Sebastien Guiriec <[email protected]>
This patch introduces generic clang-format coding style for any new
update of Parameter Framework ALSA plugin.

Signed-off-by: Sebastien Guiriec <[email protected]>
This patch is updating the full plugin source code according to
Parameter Framework coding rules with clang-format tool.

Signed-off-by: Sebastien Guiriec <[email protected]>
@sguiriec
Copy link
Author

@mgaio, @gdenneul, @cc6565 please review.
Pull request updated with clang-format CI like for Parameter Framework Core.
Code is reformat accordingly.

@sguiriec
Copy link
Author

Need to be aligned with former tinyalsa branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants