We want to add an audio codec ALC5660(driver is rt5660.c) on orin nx (tegra 234),
I found exist a file tegra_rt5640.c and tegra_rt5677.c in sound/soc/tegra directory.
Do we need to write a file tegra_rt5660.c like as tegra_rt5640.c?
Thanks so much!
And I found two files tegra_machine_driver.c and tegra_codecs.c under directory sound/soc/tegra, Does there replace the tegra_rt5640.c or tegra_rt5677.c machine driver?
And the tegra_rt5640.c , tegra_machine_driver.c and tegra_codecs.c all disappear in sound/soc/tegra directory of kernel 5.15, why?