Skip to content
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

Enable audio configs on loadable_ext of RTL8730E #6165

Merged
merged 2 commits into from May 16, 2024

Conversation

abhishek-samsung
Copy link
Contributor

No description provided.

@abhishek-samsung abhishek-samsung changed the title [TESTING REQUIRED] Enable audio configs on loadable_ext of RTL8730E [UNDER TESTING] Enable audio configs on loadable_ext of RTL8730E Apr 26, 2024
@abhishek-samsung abhishek-samsung changed the title [UNDER TESTING] Enable audio configs on loadable_ext of RTL8730E Enable audio configs on loadable_ext of RTL8730E Apr 26, 2024
@abhishek-samsung
Copy link
Contributor Author

None of the test code for media is enabled in the current PR as it will result in build failure. The build issues can be resolved by applying exceptions PR #6068 . However, cout is still not working, so it must be avoided for now. I have tested media player (adding code without cout) after applying #6068 and its working fine.

Copy link
Contributor

@jsdosa jsdosa left a comment

Choose a reason for hiding this comment

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

looks good to me.

jsdosa
jsdosa previously requested changes May 3, 2024
Copy link
Contributor

@jsdosa jsdosa left a comment

Choose a reason for hiding this comment

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

@abhishek-samsung Would you like to check for conflicts?

@abhishek-samsung
Copy link
Contributor Author

@abhishek-samsung Would you like to check for conflicts?

Done

framework/src/media/Kconfig Outdated Show resolved Hide resolved
os/arch/arm/src/amebasmart/Kconfig Outdated Show resolved Hide resolved
@@ -8,7 +8,6 @@ config MEDIA
default n
depends on AUDIO
select HAVE_CXX
select HAVE_CXXINITIALIZE
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you leave where this is concerned in a Kconfig in the commit description?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, I didnt understand. Do I need to update the commit description on why I removed this line?

Copy link
Contributor

Choose a reason for hiding this comment

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

Because this select is done in other config, we remove this.
I want to leave

  1. why this config should be enabled
  2. who enables this automatically instead of here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have updated the commit description.

@abhishek-samsung abhishek-samsung force-pushed the audio_configs branch 2 times, most recently from 85fa695 to eb1fabe Compare May 16, 2024 10:17
When C++ is enabled, we select HAVE_CXXINITIALIZE or BINFMT_CONSTRUCTORS in
lib/libxx/Kconfig. So, no need to again select them if we already have added
dependency on C++. And added auto select ARCH_BOARD_HAVE_SECOND_FLASH for RTL8730E
if h/w revision is >= 5.

Signed-off-by: Abhishek Akkabathula <a.akkabathul@samsung.com>
Signed-off-by: Abhishek Akkabathula <a.akkabathul@samsung.com>
@sunghan-chang sunghan-chang merged commit 57420e5 into Samsung:master May 16, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants