aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-12-03 18:01:21 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-12-03 18:01:21 -0800
commit75a68068050ecb40b3aa07285c073ecc0574cc87 (patch)
tree17a3c222dd97f7725e3805a1a4ca54fdd787b219
parentd9020e4b935a6f3c70755e34a9c797411aee750f (diff)
parent88aee82b3da4a4c368f7055d133c135751021717 (diff)
downloadpanda-75a68068050ecb40b3aa07285c073ecc0574cc87.tar.gz
Merge "Panda audio: update the audio API definition for Panda"
-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;