6 Jul
2021
6 Jul
'21
2:28 p.m.
On Tue, Jul 06, 2021 at 01:06:17AM +0530, Vijendar Mukunda wrote:
@@ -982,6 +982,7 @@ struct snd_soc_card { unsigned int disable_route_checks:1; unsigned int probed:1; unsigned int component_chaining:1;
unsigned int stop_dma_first:1;
void *drvdata;
};
This still doesn't seem like something which should be controlled at the card level, I'd expect it to be configured at the dai_link level.