summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioPolicyService.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-06-22 13:43:51 -0700
committerGlenn Kasten <gkasten@google.com>2012-06-25 13:51:10 -0700
commit20010053daabfa43fcfe781bbf004473b4c08538 (patch)
treef34948205baac68d57000467e9877a0041249d33 /services/audioflinger/AudioPolicyService.h
parent624a7fcb377f2a40109c16de5109ae8ea1f67a69 (diff)
downloadframeworks_av-20010053daabfa43fcfe781bbf004473b4c08538.zip
frameworks_av-20010053daabfa43fcfe781bbf004473b4c08538.tar.gz
frameworks_av-20010053daabfa43fcfe781bbf004473b4c08538.tar.bz2
Remove acoustics from AudioSystem::getInput()
Change-Id: I29fb3ee5664c1f0ee0409c1bb2be087ecca637db
Diffstat (limited to 'services/audioflinger/AudioPolicyService.h')
-rw-r--r--services/audioflinger/AudioPolicyService.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/audioflinger/AudioPolicyService.h b/services/audioflinger/AudioPolicyService.h
index fbca000..b4924fc 100644
--- a/services/audioflinger/AudioPolicyService.h
+++ b/services/audioflinger/AudioPolicyService.h
@@ -78,8 +78,6 @@ public:
uint32_t samplingRate = 0,
audio_format_t format = AUDIO_FORMAT_DEFAULT,
uint32_t channels = 0,
- audio_in_acoustics_t acoustics =
- (audio_in_acoustics_t)0 /*AUDIO_IN_ACOUSTICS_NONE*/,
int audioSession = 0);
virtual status_t startInput(audio_io_handle_t input);
virtual status_t stopInput(audio_io_handle_t input);