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

Commit 73d5b42c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: Updated correct end point for Dolby"

parents 23e4fc37 b76ed86b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -915,6 +915,8 @@ int select_devices(struct audio_device *adev, audio_usecase_t uc_id)

    if (out_snd_device == usecase->out_snd_device &&
        in_snd_device == usecase->in_snd_device) {
        audio_extn_dolby_set_endpoint(adev);
        audio_extn_dolby_ds2_set_endpoint(adev);
        return 0;
    }