ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 8 Mar 2011 17:23:24 +0000 (17:23 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 8 Mar 2011 18:56:35 +0000 (18:56 +0000)
Currently will ignore prefixes when creating DAPM controls. Since currently
all control creation goes through snd_soc_cnew() we can fix this by factoring
the prefixing into that function.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>

No differences found