ASoC: Add a notifier for jack status changes
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 22 Mar 2010 12:06:30 +0000 (12:06 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 22 Mar 2010 17:20:57 +0000 (17:20 +0000)
commitd5021ec9fc32edc6f512c2375923d757e9825f6a
treee3e216f8f39d724dfb6e41cc2d1158cdc5aa3319
parentc96907f21f26a1f8c1a1a9096a22500e4d158c4f
ASoC: Add a notifier for jack status changes

Some systems provide both mechanical and electrical detection of jack
status changes. On such systems power savings can be achieved by only
enabling the electrical detection methods when physical insertion has
been detected.

Begin supporting such systems by providing a notifier for jack status
changes which can be used to trigger any reconfiguration.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
include/sound/soc.h
sound/soc/soc-jack.c