summaryrefslogtreecommitdiffstats
path: root/drivers/staging/intel_sst/intel_sst_common.h
diff options
context:
space:
mode:
authorRamesh Babu K V <ramesh.babu@intel.com>2011-05-03 17:33:13 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-10 12:58:09 -0700
commit8a251ff2fc991b88c8497273c5a223bcbfb81e5d (patch)
tree30fb820e9d04a9f60b44cefab2f48354bfd33ea4 /drivers/staging/intel_sst/intel_sst_common.h
parenteb02c700d265b9ae516c1e5facdf4257163ae39d (diff)
downloadop-kernel-dev-8a251ff2fc991b88c8497273c5a223bcbfb81e5d.zip
op-kernel-dev-8a251ff2fc991b88c8497273c5a223bcbfb81e5d.tar.gz
intel_sst: rework jack implementation
This patch fixes the below issues w.r.t jack implementation a) The current jack implementation in driver is implemented in intelmid.c. It has moved to vendor files for better managebility b) Cleaned up jack reporting per upstream comments c) Implemented jack for msic, added code to read adc and deduce jack type based on mic bias d) Support detection of american headset Signed-off-by: Dharageswari R <dharageswari.r@intel.com> Signed-off-by: Ramesh Babu K V <ramesh.babu@intel.com> [Corrections] Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/intel_sst/intel_sst_common.h')
-rw-r--r--drivers/staging/intel_sst/intel_sst_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/intel_sst/intel_sst_common.h b/drivers/staging/intel_sst/intel_sst_common.h
index e37b377..f8e9da6 100644
--- a/drivers/staging/intel_sst/intel_sst_common.h
+++ b/drivers/staging/intel_sst/intel_sst_common.h
@@ -28,8 +28,8 @@
* Common private declarations for SST
*/
-#define SST_DRIVER_VERSION "1.2.15"
-#define SST_VERSION_NUM 0x1215
+#define SST_DRIVER_VERSION "1.2.17"
+#define SST_VERSION_NUM 0x1217
/* driver names */
#define SST_DRV_NAME "intel_sst_driver"
OpenPOWER on IntegriCloud