summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-06-20 14:08:14 -0700
committerGlenn Kasten <gkasten@google.com>2012-07-25 14:43:19 -0700
commit58e5aa34f01d663654d8bafad65db1dda42161ff (patch)
tree706a80113457f48feae3eab9f8720bcc3da2b397 /include/media/AudioSystem.h
parent1d491ff06f4b9c90ff24fe953b90d0843eaf1c04 (diff)
downloadframeworks_av-58e5aa34f01d663654d8bafad65db1dda42161ff.zip
frameworks_av-58e5aa34f01d663654d8bafad65db1dda42161ff.tar.gz
frameworks_av-58e5aa34f01d663654d8bafad65db1dda42161ff.tar.bz2
effect_descriptor_t const correctness
Change-Id: Iad008f20d35a18acf500f773900164552fd0c19e
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 61d62b0..932482b 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -219,8 +219,8 @@ public:
static uint32_t getStrategyForStream(audio_stream_type_t stream);
static audio_devices_t getDevicesForStream(audio_stream_type_t stream);
- static audio_io_handle_t getOutputForEffect(effect_descriptor_t *desc);
- static status_t registerEffect(effect_descriptor_t *desc,
+ static audio_io_handle_t getOutputForEffect(const effect_descriptor_t *desc);
+ static status_t registerEffect(const effect_descriptor_t *desc,
audio_io_handle_t io,
uint32_t strategy,
int session,