[PATCH 2/2] ASoC: SOF: mediatek: Add .of_machine_select field for mt8186
Mark Brown
broonie at kernel.org
Thu Aug 4 15:33:02 CEST 2022
On Thu, Aug 04, 2022 at 09:21:37PM +0800, chunxu.li wrote:
> On Thu, 2022-08-04 at 13:41 +0100, Mark Brown wrote:
> > On Thu, Aug 04, 2022 at 05:13:59PM +0800, Chunxu Li wrote:
> > > + .board = "mediatek,mt8186",
> > > + .sof_tplg_filename = "sof-mt8186.tplg",
> > The mediatek,mt8186 compatible looks like a SoC compatible not a
> > board
> > compatible...
> Our dts config as below:
> kingler board:
> compatible = "google,corsola", "google,kingler", "mediatek,mt8186";
> krabby board:
> compatible = "google,corsola", "google,krabby", "mediatek,mt8186";
So the SoC is listed as a fallback for the board and things work out
fine.
> Which of the two approaches do you prefer?
I think it would be clearer to keep what's being matched the same but
rename the .board field to be .compatible, or possibly .system_compatible
or something if it's unclear what's being matched. That'd be more
normal for specifying a compatible string anyway.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20220804/664742f9/attachment.sig>
More information about the Alsa-devel
mailing list