ASoC: topology: fix build warning
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Mon, 22 Feb 2016 09:07:13 +0000 (14:37 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 22 Feb 2016 10:38:50 +0000 (19:38 +0900)
commit3375cbe420a8987b30daf3c021bea6fb0b0fe344
treeb9a5a78ee64068e6537cc6f1fb16ef7e7c9a7092
parentacfc7d46cddcf71cf18772bbe8717b84eac5f672
ASoC: topology: fix build warning

We are getting build warning about:
sound/soc/soc-topology.c:249:31: warning: 'get_dobj_type' defined but
not used

commit 64527e8a3529 has removed the only caller of get_dobj_type() but
missed to remove the function which is now unused. And after removing
get_dobj_type() we do not have any use of get_dobj_mixer_type().

Fixes: 64527e8a3529 ("ASoC: topology: Add FE DAIs dynamically")
CC: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c