Skip to content

Commit

Permalink
audio: update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Jan 25, 2013
1 parent 18f592d commit afa4ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/audio_hw_hal.cpp
Expand Up @@ -639,7 +639,7 @@ static int qcom_adev_open(const hw_module_t* module, const char* name,
return -ENOMEM;

qadev->device.common.tag = HARDWARE_DEVICE_TAG;
qadev->device.common.version = AUDIO_DEVICE_API_VERSION_1_0;
qadev->device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
qadev->device.common.module = const_cast<hw_module_t*>(module);
qadev->device.common.close = qcom_adev_close;

Expand Down

0 comments on commit afa4ff6

Please sign in to comment.