commit | cc76e7def0fa27b5f42aea54e34c96b4bddaf30a | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Thu Jun 04 15:13:09 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Jun 04 16:25:26 2015 +0100 |
tree | 747c3d01bfea3f2a3bde47d3b92a82dbcd05d4e6 | |
parent | 5353f65b859255a07e8bf5c096be4d5d268b46e8 [diff] |
ASoC: dapm: fix build errors for missing snd_soc_dapm_new_control symbol Fix the following error:- All error/warnings (new ones prefixed by >>): > > sound/built-in.o: In function `soc_tplg_dapm_widget_create': > >> :(.text+0x25a90): undefined reference to `snd_soc_dapm_new_control' Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>