-----Original Message----- From: Mark Brown [mailto:broonie@kernel.org] Sent: Saturday, November 5, 2016 1:36 AM To: mengdong.lin@linux.intel.com Cc: alsa-devel@alsa-project.org; tiwai@suse.de; liam.r.girdwood@linux.intel.com; Shah, Hardik T hardik.t.shah@intel.com; Singh, Guneshwor O guneshwor.o.singh@intel.com; Koul, Vinod vinod.koul@intel.com; Ughreja, Rakesh A rakesh.a.ughreja@intel.com; Lin, Mengdong mengdong.lin@intel.com Subject: Re: [PATCH v7 11/11] ASoC: topology: ABI - Add voice wake up flag for DAI links
On Thu, Nov 03, 2016 at 01:05:32AM +0800, mengdong.lin@linux.intel.com wrote:
From: Mengdong Lin mengdong.lin@linux.intel.com
Add a new flag bit SND_SOC_TPLG_LNK_FLGBIT_VOICE_WAKEUP to link
flags.
If a link is used for voice wake up, users can set this flag bit and topology will set the link's 'ignore_suspend' to true.
So, as we discussed in person yesterday I'm not 100% convinced about the name here - there are other applications that might want to use this facility like other triggers or some sort of passthrough monitoring. I'm drawing a bit of blank on better names right now... I'm going to apply this but we should continue to think about renaming.
Okay. We'll rename this once we find a better name.
Thanks Mengdong