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

ASoC: Intel: sof_rt5682: cleanup unnecessary quirk flag #4519

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

brentlu
Copy link

@brentlu brentlu commented Aug 14, 2023

Remove SOF_RT5682_MCLK_24MHZ flag from JSL and CML board configs since the information could be retrieved from SOF API and not all JSL boards are using 24MHz mclk.

@brentlu
Copy link
Author

brentlu commented Aug 14, 2023

rt5650's topology cannot use 24MHz so we remove the hard-code flag in board configs. tested on CML and JSL Chromebook.

thesofproject/sof#8031

@brentlu brentlu added Chrome Related to Chrome integration CML Applies to Comet Lake platform JSL Jasper Lake platform issues labels Aug 14, 2023
bardliao
bardliao previously approved these changes Aug 14, 2023
sound/soc/intel/boards/sof_rt5682.c Outdated Show resolved Hide resolved
Remove SOF_RT5682_MCLK_24MHZ flag from JSL and CML/WHL board configs
since the information could be retrieved from SOF API. The macro
itself is removed as well.

Signed-off-by: Brent Lu <brent.lu@intel.com>
@bardliao
Copy link
Collaborator

Next step: Can we get codec information from somewhere instead of using quirk?

@brentlu
Copy link
Author

brentlu commented Aug 16, 2023

I'm working on a common module for dai link creation and codec/amplifier detection which could be shared between multiple machine drivers.

@plbossart plbossart merged commit bf1e140 into thesofproject:topic/sof-dev Aug 16, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chrome Related to Chrome integration CML Applies to Comet Lake platform JSL Jasper Lake platform issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants