]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitf8f11795b96a3632edb25a8924c61bfb74581cb0
treeec21be904d5dc3f50937301ba37a9b64720d0e2a
parentc095ba7224d8edc71dcef0d655911399a8bd4a3f
ASoC: tlv320aic26: Fix keyclick feature

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>
sound/soc/codecs/tlv320aic26.c