ASoC: dapm: Add support for hw_free on CODEC to CODEC links
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 11 Oct 2018 16:28:28 +0000 (17:28 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 19 Oct 2018 12:08:27 +0000 (13:08 +0100)
commit3c01b0e129e9486c8004e43eba3a70de7393f645
treef8d61ad9d2ec3a754f912a1b1371a59d6f793be8
parent9ab2a1bd81f7eaef4b496168dd93e0f23e8906fe
ASoC: dapm: Add support for hw_free on CODEC to CODEC links

Currently, on power down for a CODEC to CODEC DAI link we only call
digital_mute and shutdown. Provide a little more flexibility for drivers
by adding a call to hw_free as well.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c