Hi Jiaxin,
On Wed, Apr 06, 2022 at 06:05:12PM +0800, Jiaxin Yu wrote:
> MT8192 platform will use rt1015 or rt1015p codec, so through the
> snd_soc_of_get_dai_link_codecs() to complete the configuration
> of dai_link's codecs.
Suggestion for the commit message:
As part of the refactoring to allow the same machine driver to be used for the
rt1015(p) and rt5682(s) codecs on the MT8192 platform, parse the rt1015(p)
codecs from the speaker-codecs property in the devicetree and wire them to the
I2S3 backend, instead of hardcoding the links and selecting through the
compatible.
>
> Signed-off-by: Jiaxin Yu <[email protected]>
Reviewed-by: N?colas F. R. A. Prado <[email protected]>
Tested-by: N?colas F. R. A. Prado <[email protected]>
- Tested on mt8192-asurada-spherion (rt1015p and rt5682). All audio paths still
work as previous to this refactor. And it's still possible to omit
mediatek,hdmi-codec.
Thanks,
N?colas