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

Commit 7db8b99d authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Adds AUDIO_DEVICE_IN_FM_TUNER/_BUS to virtual input device list

Bug: 69311798
Test: m -j
Change-Id: I4e7de370c61be48b8dcfd178bbc47d7ce68fe107
parent 68f1d284
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@ static const audio_format_t gDynamicFormat = AUDIO_FORMAT_DEFAULT;
 * A device mask for all audio input devices that are considered "virtual" when evaluating
 * active inputs in getActiveInputs()
 */
#define APM_AUDIO_IN_DEVICE_VIRTUAL_ALL  (AUDIO_DEVICE_IN_REMOTE_SUBMIX)
#define APM_AUDIO_IN_DEVICE_VIRTUAL_ALL (AUDIO_DEVICE_IN_REMOTE_SUBMIX|\
        AUDIO_DEVICE_IN_BUS|AUDIO_DEVICE_IN_FM_TUNER)


/**