Hi Mark,
This patch set adds support for jack detection in mid-x6 machine and TI sn95031 codec drivers. Also adds a helper function in soc-jack.c for converting mic bias values to jack types.
The comments from previous submission are addressed.
[PATCH 1/3] ASoC: soc_jack - add function to add voltage zones and determine jack type This patch adds a helper functions that adds the adc voltage zones and determines the jack type given the mic bias value. When a jack is created, the voltage zones can to be added to it. Later when a jack is inserted, the micbias voltage can be measured and used to find the jack type
[PATCH 2/3] ASoC: mid-x86 machine driver - add jack detect support This patch adds the jack detection in mid-86 machine driver
[PATCH 3/3] ASoC: sn95031 codec - adding jack detection/reporting This patch adds the jack detection logic in sn95031 codec. This also adds code for reading the ADC to figure out the mic bias and therby report jack type detected
-Harsha