aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2012-11-27 13:30:16 -0600
committerDan Murphy <dmurphy@ti.com>2012-11-27 13:30:16 -0600
commit88aee82b3da4a4c368f7055d133c135751021717 (patch)
tree5b581cc054401ec2431fc6b7bf8595e3b406c438
parent66d3e192ea68d266a00307b23b40a44eff8d01af (diff)
downloadpanda-88aee82b3da4a4c368f7055d133c135751021717.tar.gz
Panda audio: update the audio API definition for Panda
Make the API definition to 2.0 for panda board. Change-Id: I8529ea88172bebbb838d2999b8c1da9eb7d383d2 Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r--audio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index d290d66..5a5c392 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -2886,7 +2886,7 @@ static int adev_open(const hw_module_t* module, const char* name,
return -ENOMEM;
adev->hw_device.common.tag = HARDWARE_DEVICE_TAG;
- adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_1_0;
+ adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
adev->hw_device.common.module = (struct hw_module_t *) module;
adev->hw_device.common.close = adev_close;