-
Notifications
You must be signed in to change notification settings - Fork 132
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: soc-acpi-intel-ptl-match: Add cs42l43 support #5326
ASoC: Intel: soc-acpi-intel-ptl-match: Add cs42l43 support #5326
Conversation
ec95bae
to
89ac260
Compare
.links = ptl_cs42l43_l3, | ||
.drv_name = "sof_sdw", | ||
.sof_tplg_filename = "sof-ptl-cs42l43.tplg", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any specific reason to put this here? This doesn't seem to follow any order that I understand. It mixes Bit(3) and Bit(0) definitions. Maybe best to have a clearer set of conventions on where entries get added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review Pierre!!
Assumed mockup-test entries make it 1st
& then follow the usual "{platform}{codec}{link#}" convention
SOFCI TEST |
SOFCI TEST |
@naveen-manohar Can you fix the conflict? |
89ac260
to
83b89a3
Compare
Done, Please help review. Thanks |
.links = ptl_cs42l43_l3, | ||
.drv_name = "sof_sdw", | ||
.sof_tplg_filename = "sof-ptl-cs42l43-l3.tplg", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put it after the mockup matches. And add .get_function_tplg_files = sof_sdw_get_tplg_files,
as cs42l43 is a monolithic codec
Patch adds driver data & match table for cs42l43 multi-function codec on PTL-RVP at sdw link3. Signed-off-by: Naveen Manohar <[email protected]>
83b89a3
to
ed625ce
Compare
Patch adds driver data & match table for cs42l43
multi-function codec on PTL-RVP at sdw link3.