Audio enabling for Pandaboard 4460

Change-Id: I041b66680db2d55e3dfcb4d56a69744fde7f1bc1
diff --git a/audio_hw.c b/audio_hw.c
index 5d19190..47b7e51 100644
--- a/audio_hw.c
+++ b/audio_hw.c
@@ -908,7 +908,7 @@
         return -ENOMEM;
 
     adev->device.common.tag = HARDWARE_DEVICE_TAG;
-    adev->device.common.version = 0;
+    adev->device.common.version = AUDIO_DEVICE_API_VERSION_CURRENT; // Linaro
     adev->device.common.module = (struct hw_module_t *) module;
     adev->device.common.close = adev_close;