diff options
Diffstat (limited to 'post_proc/virtualizer.h')
-rw-r--r-- | post_proc/virtualizer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/post_proc/virtualizer.h b/post_proc/virtualizer.h index 978dc863..e7b9dd03 100644 --- a/post_proc/virtualizer.h +++ b/post_proc/virtualizer.h @@ -1,5 +1,7 @@ /* * Copyright (C) 2014 The Android Open Source Project + * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. + * Not a Contribution. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +31,8 @@ typedef struct virtualizer_context_s { // Offload vars struct mixer_ctl *ctl; bool temp_disabled; - uint32_t device; + audio_devices_t forced_device; + audio_devices_t device; struct virtualizer_params offload_virt; } virtualizer_context_t; |