Skip to content

Commit e4e2534

Browse files
sadhan-intelsysopenci
authored andcommitted
Fix VtsHalAudioCoreTargetTest issue.
VTS checkMixPort test is expecting AUDIO_OUTPUT_FLAG_PRIMARY flag as it is set in mixport xml,Hence removing this flag from xml. Tracked-On: OAM-131416 Signed-off-by: sadhansx <sadhanx.siddha.mohanty@intel.com> Signed-off-by: padmashree mandri <padmashree.mandri@intel.com>
1 parent 6e4ac5d commit e4e2534

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

groups/audio/audio_base_aaos/default/policy/audio_policy_configuration_mixports.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
<mixPorts>
1717

1818
<!-- Audio Zone 0-->
19-
<mixPort name="mixport_bus0_media_out" role="source"
20-
flags="AUDIO_OUTPUT_FLAG_PRIMARY">
19+
<mixPort name="mixport_bus0_media_out" role="source">
2120
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
2221
samplingRates="48000"
2322
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
@@ -65,14 +64,12 @@
6564
</mixPort>
6665

6766
<!-- Audio Zone 1-->
68-
<mixPort name="mixport_bus100_audio_zone_1" role="source"
69-
flags="AUDIO_OUTPUT_FLAG_PRIMARY">
67+
<mixPort name="mixport_bus100_audio_zone_1" role="source">
7068
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
7169
samplingRates="48000"
7270
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
7371
</mixPort>
74-
<mixPort name="mixport_bus101_audio_zone_1" role="source"
75-
flags="AUDIO_OUTPUT_FLAG_PRIMARY">
72+
<mixPort name="mixport_bus101_audio_zone_1" role="source">
7673
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
7774
samplingRates="48000"
7875
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
@@ -85,8 +82,7 @@
8582
</mixPort>
8683

8784
<!-- Audio Zone 2-->
88-
<mixPort name="mixport_bus200_CARD_0_DEV_3" role="source"
89-
flags="AUDIO_OUTPUT_FLAG_PRIMARY">
85+
<mixPort name="mixport_bus200_CARD_0_DEV_3" role="source">
9086
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
9187
samplingRates="48000"
9288
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
@@ -99,8 +95,7 @@
9995
</mixPort>
10096

10197
<!-- Audio Zone 3-->
102-
<mixPort name="mixport_bus101_audio_zone_1" role="source"
103-
flags="AUDIO_OUTPUT_FLAG_PRIMARY">
98+
<mixPort name="mixport_bus101_audio_zone_1" role="source">
10499
<profile name="" format="AUDIO_FORMAT_PCM_32_BIT"
105100
samplingRates="48000"
106101
channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>

0 commit comments

Comments
 (0)