commit | 14100e871ee8c5f2d5611fcd587183ab013c602e | [log] [tgz] |
---|---|---|
author | HariGopal <harigopal.gollamudi@linaro.org> | Thu Dec 20 08:41:00 2012 +0000 |
committer | HariGopal <harigopal.gollamudi@linaro.org> | Thu Dec 20 09:03:54 2012 +0000 |
tree | b54215eaa48057b478d43d1cd57b971168466388 | |
parent | 414908799e37dfb2b3f4d64ab746195c879641f9 [diff] |
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;