aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-12-03 18:23:19 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-12-03 18:23:19 -0800
commit0d5922015b9df39c7bd6e8c1c5e2c670e8b5a1b5 (patch)
tree17a3c222dd97f7725e3805a1a4ca54fdd787b219
parent10f80b161e2ea3b0ae02d9b92c8c073215cacee9 (diff)
parent75a68068050ecb40b3aa07285c073ecc0574cc87 (diff)
downloadpanda-0d5922015b9df39c7bd6e8c1c5e2c670e8b5a1b5.tar.gz
am 75a68068: Merge "Panda audio: update the audio API definition for Panda"
* commit '75a68068050ecb40b3aa07285c073ecc0574cc87': 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;