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

Commit 7d9d9ada authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

Adjust after "bus" device type change

`{IN|OUT}_BUS` should be used instead of `{IN|OUT}_DEVICE` for clarity.

Bug: 303926380
Test: m
Change-Id: Idee7df07efe00dddf7e86109816a17cc4709a128
parent 56629b45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,7 @@ const detail::AudioDevicePairs& getAudioDevicePairs() {
                GET_DEVICE_DESC_CONNECTION(IP_V4));
        append_AudioDeviceDescription(pairs,
                AUDIO_DEVICE_IN_BUS, AUDIO_DEVICE_OUT_BUS,
                AudioDeviceType::IN_DEVICE, AudioDeviceType::OUT_DEVICE);
                AudioDeviceType::IN_BUS, AudioDeviceType::OUT_BUS);
        append_AudioDeviceDescription(pairs,
                AUDIO_DEVICE_IN_PROXY, AUDIO_DEVICE_OUT_PROXY,
                AudioDeviceType::IN_AFE_PROXY, AudioDeviceType::OUT_AFE_PROXY,