Skip to content
Snippets Groups Projects
Commit b7be41a4 authored by Anver sadhique's avatar Anver sadhique Committed by Dhina17
Browse files

onclite: audio: set valid and supported channel mask for earpiece


For earpiece to be properly enumerated as a output device,
set valid and supported out_ channel mask.

Signed-off-by: default avatarHadad <hadad@linuxmail.org>
Change-Id: Ic83b009956ff43567b3acbb186d0069b16e91e83
parent be3f91d8
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@
<!-- Output devices declaration, i.e. Sink DEVICE PORT -->
<devicePort tagName="Earpiece" type="AUDIO_DEVICE_OUT_EARPIECE" role="sink">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="48000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/>
</devicePort>
<devicePort tagName="Speaker" role="sink" type="AUDIO_DEVICE_OUT_SPEAKER" address="">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment