29 Oct
2016
29 Oct
'16
8:43 p.m.
On Tue, Oct 11, 2016 at 02:37:26PM +0800, mengdong.lin@linux.intel.com wrote:
+/* DAI link flags */ +#define SND_SOC_TPLG_LNK_FLGBIT_IGNORE_SUSPEND (1 << 3) +#define SND_SOC_TPLG_LNK_FLGBIT_IGNORE_POWERDOWN_TIME (1 << 4)
This still feels *really* ASoC specific - both suspend and pmdown_time are very much ASoC internal implementations of generic ideas about how and when to manage things. They don't talk about what the intended effect is which makes things a bit more obscure if we come back and try to change the implementation later. Why are you using these flags, and can we add *that* information to the topology file instead?