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_ssp_amp: rmove redundant test #4693

Closed
wants to merge 1 commit into from

Conversation

bardliao
Copy link
Collaborator

@bardliao bardliao commented Nov 9, 2023

fixed_be = true is set under the if (sof_ssp_amp_quirk & SOF_SSP_HDMI_CAPTURE_PRESENT) condition. And fixed_be ? (HDMI_IN_BE_ID + i - 1) : id is under the same condition.

fixed_be = true is set under the if (sof_ssp_amp_quirk &
SOF_SSP_HDMI_CAPTURE_PRESENT) condition. And fixed_be ?
(HDMI_IN_BE_ID + i - 1) : id is under the same condition.

Signed-off-by: Bard Liao <[email protected]>
@bardliao
Copy link
Collaborator Author

bardliao commented Nov 9, 2023

Replaced by #4694

@bardliao bardliao closed this Nov 9, 2023
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.

1 participant