ASoC: dapm: Add startup & shutdown for dai_links
authorJeeja KP <jeeja.kp@intel.com>
Tue, 20 Oct 2015 17:00:07 +0000 (22:30 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 22 Oct 2015 14:23:23 +0000 (15:23 +0100)
commit9b8ef9f6b3fcccc2b6ce4bb59d8ab55b36a8b8f0
treeaba830a3e4c887a2b4bad0d43bf74e3fe2373adc
parent19a2557b76d64f26c761925cb4fecefb5d72c099
ASoC: dapm: Add startup & shutdown for dai_links

For DAI link events, DSPs would like to get notified for startup
and shutdown event as well apart for existing hw_params. This
helps managing DSP resource allocation and freeup on these events
So add support for startup and shutdown for
snd_soc_dai_link_event()

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c