Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I am thinking if we want to create "sof-nvl-rt722.tplg" or set .sof_tplg_filename = "sof-nvl-dummy.tplg", to always use the function topology?
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.
we can drop this config match and that would force "sof-nvl-dummy.tplg", but you will need #5596 first as if the device have BT link (tested on LNL laptop) then we will fail to probe.
The monolithic topology does not have BT link, so it probes, but with dummy we don't have a fallback path and we stop due to missing fragment for BT
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.
v2 had reverted this match, but found out that it can break the audio, so decided to do this in smaller steps?
Or we can try to send the two patch for 6.19 via ALSA on top of the NVL-S support, but I'm not sure if I want to test my luck with Iwai-san, that would be the best solution to be honest:
revert 41566e3 ("ASoC: Intel: soc-acpi-intel-nvl-match: add rt722 l3 support") and send #5596 as one series so we will have no monolithic topologies for NVL...
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.
Yes, it sounds the best solution to me.
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.
yeah, but will that apply on top of sound tree or needs patches from ASoC...
I can check, but if that is the case then we should send this patch for 6.19 and remove the whole match thing for 6.20