20 May
2021
20 May
'21
8:12 p.m.
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.