]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: Fix reporting of partial jack updates
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 4 Sep 2011 15:18:18 +0000 (08:18 -0700)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Aug 2012 19:35:15 +0000 (15:35 -0400)
commit02b5b4b9e8b63565a7b34ac01d1c1c3baedbb8df
tree33c62dc7daf618508ffbe66d731d1cc72717fd0a
parentcbacf3dd3f2c453e3accaaa6743e27164943b030
ASoC: Fix reporting of partial jack updates

commit 747da0f80e566500421bd7760b2e050fea3fde5e upstream.

We need to report the entire jack state to the core jack code, not just
the bits that were being updated by the caller, otherwise the status
reported by other detection methods will be omitted from the state seen
by userspace.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
sound/soc/soc-jack.c