Re: [PATCH v2 1/2] ASoC: tegra: Set driver_name=tegra for all machine drivers

From: Dmitry Osipenko
Date: Thu May 20 2021 - 14:12:40 EST


20.05.2021 20:50, Dmitry Osipenko пишет:
> static struct snd_soc_dai_driver tegra20_ac97_dai = {
> .name = "tegra-ac97-pcm",
> + .driver_name = "tegra",
> .probe = tegra20_ac97_probe,
> .playback = {

This is incorrect version of the patch, snd_soc_dai_driver doesn't have
driver_name. I missed to fix it properly on rebase of the patches. The
rest of the patches is okay. This will be fixed in v3 if we'll agree
that this is the correct approach, I'm waiting for the v2 feedback for now.