ASoC: broadwell: Drop unnecessary snd_soc_dapm_enable() calls
authorLars-Peter Clausen <[email protected]>
Thu, 1 Jan 2015 10:30:35 +0000 (11:30 +0100)
committerMark Brown <[email protected]>
Tue, 6 Jan 2015 17:24:25 +0000 (17:24 +0000)
commit057a1573fd1309a6b3a039f9cd75b4e90f7f6cf4
tree5fc9ac1981816c8d47f51c1fbfa4a07e0ef92793
parent4e3461d34f4cd632b403342ea1df33135e5e3ad3
ASoC: broadwell: Drop unnecessary snd_soc_dapm_enable() calls

DAPM widgets are enabled by default, there is no need to enable them unless
they have previously been explicitly disabled.

Signed-off-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/broadwell.c