diff options
author | Glenn Kasten <gkasten@google.com> | 2014-07-15 11:10:38 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2014-07-16 12:29:35 -0700 |
commit | 7d973adff4c9b344b530dd7c585f789d02c605da (patch) | |
tree | 64eedd5cdd6fdd1cbc3de93277ac392c6b3ba563 /modules/audio_remote_submix | |
parent | a02bc9d4c3f17bdcb28d78aea36fa208032e0437 (diff) | |
download | hardware_libhardware-7d973adff4c9b344b530dd7c585f789d02c605da.zip hardware_libhardware-7d973adff4c9b344b530dd7c585f789d02c605da.tar.gz hardware_libhardware-7d973adff4c9b344b530dd7c585f789d02c605da.tar.bz2 |
Add audio_input_flags_t to HAL open_input_stream
Change-Id: I3519bfa45809e064d19473ebe6489c5249d306a8
Diffstat (limited to 'modules/audio_remote_submix')
-rw-r--r-- | modules/audio_remote_submix/audio_hw.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/audio_remote_submix/audio_hw.cpp b/modules/audio_remote_submix/audio_hw.cpp index c7e4305..9e824b1 100644 --- a/modules/audio_remote_submix/audio_hw.cpp +++ b/modules/audio_remote_submix/audio_hw.cpp @@ -1373,7 +1373,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 submix_audio_device *rsxadev = audio_hw_device_get_submix_audio_device(dev); struct submix_stream_in *in; |