diff options
| author | Glenn Kasten <gkasten@google.com> | 2014-07-15 10:16:50 -0700 |
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2014-07-16 12:15:53 -0700 |
| commit | 8fa250e31b5532cd0ff055ea410a247b0e70567a (patch) | |
| tree | ea4c1df258f638906c9a6059ed2bf1d03019dae5 /audio | |
| parent | f6dcd7d65770148e71038b1b0599080e3920c86f (diff) | |
Add audio_input_flags_t to HAL open_input_stream
Change-Id: Ia595260e238b3308fcf86ca4b71feea5f71c485a
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/audio_hw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c index 8cea2ae..5df15f4 100644 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -1179,7 +1179,8 @@ static int adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, - struct audio_stream_in **stream_in) + struct audio_stream_in **stream_in, + audio_input_flags_t flags __unused) { struct audio_device *adev = (struct audio_device *)dev; struct stream_in *in; |
