7 Jul
2021
7 Jul
'21
12:25 p.m.
On 7/6/21 5:58 PM, Mark Brown wrote:
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.
will make changes by adding flag in dai_link and will post the new version