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

Commit 75633dd2 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Add audio_input_flags_t to HAL open_input_stream

Change-Id: I5023c0fdb8069668ca2b84096277d6abdbf7d729
parent 5162994b
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;