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

Commit 2fd4f124 authored by Garmond Leung's avatar Garmond Leung Committed by Gerrit - the friendly Code Review server
Browse files

hal: add usb headset to uc list that can be reconfig

Add AUDIO_DEVICE_OUT_USB_HEADSET to the list of output
devices that can be reconfigured.

Change-Id: I2eff7d3fe59286b2ac7324b4fa582953ca8f0ea3
parent d90940c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1370,6 +1370,7 @@ static void check_usecases_codec_backend(struct audio_device *adev,
                ((usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) ||
                (usecase->devices & AUDIO_DEVICE_OUT_AUX_DIGITAL) ||
                (usecase->devices & AUDIO_DEVICE_OUT_USB_DEVICE) ||
                (usecase->devices &  AUDIO_DEVICE_OUT_USB_HEADSET) ||
                (usecase->devices & AUDIO_DEVICE_OUT_ALL_A2DP) ||
                (usecase->devices & AUDIO_DEVICE_OUT_ALL_SCO)) &&
                ((force_restart_session) ||