ASoC: jack: Basic GPIO descriptor conversion
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 26 May 2014 11:34:36 +0000 (14:34 +0300)
committerMark Brown <broonie@linaro.org>
Mon, 26 May 2014 14:23:14 +0000 (15:23 +0100)
commit50dfb69d1bb0062e2811547525c73e9a45a423e9
treeff6bbcec55ce9a19cab917931288c91ecac21c03
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5
ASoC: jack: Basic GPIO descriptor conversion

This patch does basic GPIO descriptor conversion to soc-jack. Even the GPIOs
are still passed and requested using legacy GPIO numbers the driver
internals are converted to use GPIO descriptor API.

Motivation for this is to prepare soc-jack so that it will allow registering
jack GPIO pins using both GPIO descriptors and legacy GPIO numbers.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/soc.h
sound/soc/soc-jack.c