Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2768e15 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Add audio_input_flags_t to HAL open_input_stream" into lmp-dev

parents 5ef58cc5 75633dd2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1201,7 +1201,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 a2dp_audio_device *a2dp_dev = (struct a2dp_audio_device *)dev;
    struct a2dp_stream_in *in;