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

Commit 5bfc92cb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio-hal: skip source priority for fm usecase"

parents 6e62f964 0b7175d4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2885,6 +2885,9 @@ static struct stream_in *get_priority_input(struct audio_device *adev)
            in = usecase->stream.in;
            if (!in)
                continue;

            if (USECASE_AUDIO_RECORD_FM_VIRTUAL == usecase->id)
                continue;
            priority = source_priority(in->source);

            if (priority > last_priority) {