ASoC: topology: Fix potential build issues with undeclared structs
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Tue, 6 Jun 2017 14:55:04 +0000 (15:55 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 7 Jun 2017 19:06:35 +0000 (20:06 +0100)
commit294de6e372673229432dc8bcd80964223bc1589d
tree7231c37176469bff61699c257084b985d08b0422
parentc3421a6a65abc636b067eb15a4c5e9cb59e91c95
ASoC: topology: Fix potential build issues with undeclared structs

We should be declaring snd_kcontrol_new and soc_dai_link as both are
used within this header so need to be declared.

[Reworded commit message to indicate this wasn't an immediate build
failure -- broonie]

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-topology.h