ASoC: tlv320aic26: Fix keyclick feature
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 6 Aug 2013 11:39:29 +0000 (13:39 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 6 Aug 2013 11:43:05 +0000 (12:43 +0100)
The tlv320aic26 contains a embedded snd_soc_codec struct which is referenced in
the keyclick code. That struct is never initialized though, replace the embedded
struct with a pointer and use that in the keyclick code.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found