sm6150-common: audio: Remove dynamic attributes from APS config
Remove dynamic attributes from APS config since it is not supported. Change-Id: I48e232b831cfb0aa8ba9ab875aa92119140008ef
This commit is contained in:
parent
7426fb1713
commit
c58c4b845b
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<!-- Copyright (c) 2016-2021, The Linux Foundation. All rights reserved
|
<!-- Copyright (c) 2016-2020, 2022, The Linux Foundation. All rights reserved
|
||||||
Not a Contribution.
|
Not a Contribution.
|
||||||
-->
|
-->
|
||||||
<!-- Copyright (C) 2015 The Android Open Source Project
|
<!-- Copyright (C) 2015 The Android Open Source Project
|
||||||
@ -80,8 +80,6 @@
|
|||||||
<mixPort name="hifi_playback" role="source" />
|
<mixPort name="hifi_playback" role="source" />
|
||||||
<mixPort name="compress_passthrough" role="source"
|
<mixPort name="compress_passthrough" role="source"
|
||||||
flags="AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD|AUDIO_OUTPUT_FLAG_NON_BLOCKING">
|
flags="AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD|AUDIO_OUTPUT_FLAG_NON_BLOCKING">
|
||||||
<profile name="" format="dynamic"
|
|
||||||
samplingRates="dynamic" channelMasks="dynamic"/>
|
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="direct_pcm" role="source"
|
<mixPort name="direct_pcm" role="source"
|
||||||
flags="AUDIO_OUTPUT_FLAG_DIRECT">
|
flags="AUDIO_OUTPUT_FLAG_DIRECT">
|
||||||
@ -249,11 +247,11 @@
|
|||||||
</devicePort>
|
</devicePort>
|
||||||
<devicePort tagName="HDMI" type="AUDIO_DEVICE_OUT_AUX_DIGITAL" role="sink">
|
<devicePort tagName="HDMI" type="AUDIO_DEVICE_OUT_AUX_DIGITAL" role="sink">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||||
samplingRates="8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,128000,176400,192000" channelMasks="dynamic"/>
|
samplingRates="8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,128000,176400,192000"/>
|
||||||
</devicePort>
|
</devicePort>
|
||||||
<devicePort tagName="Proxy" type="AUDIO_DEVICE_OUT_PROXY" role="sink">
|
<devicePort tagName="Proxy" type="AUDIO_DEVICE_OUT_PROXY" role="sink">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||||
samplingRates="8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,128000,176400,192000" channelMasks="dynamic"/>
|
samplingRates="8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,128000,176400,192000"/>
|
||||||
</devicePort>
|
</devicePort>
|
||||||
<devicePort tagName="FM" type="AUDIO_DEVICE_OUT_FM" role="sink">
|
<devicePort tagName="FM" type="AUDIO_DEVICE_OUT_FM" role="sink">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||||
@ -276,11 +274,11 @@
|
|||||||
</devicePort>
|
</devicePort>
|
||||||
<devicePort tagName="USB Device Out" type="AUDIO_DEVICE_OUT_USB_DEVICE" role="sink">
|
<devicePort tagName="USB Device Out" type="AUDIO_DEVICE_OUT_USB_DEVICE" role="sink">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||||
samplingRates="44100,48000,64000,88200,96000,128000,176400,192000" channelMasks="dynamic"/>
|
samplingRates="44100,48000,64000,88200,96000,128000,176400,192000"/>
|
||||||
</devicePort>
|
</devicePort>
|
||||||
<devicePort tagName="USB Headset Out" type="AUDIO_DEVICE_OUT_USB_HEADSET" role="sink">
|
<devicePort tagName="USB Headset Out" type="AUDIO_DEVICE_OUT_USB_HEADSET" role="sink">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||||
samplingRates="44100,48000,64000,88200,96000,128000,176400,192000" channelMasks="dynamic"/>
|
samplingRates="44100,48000,64000,88200,96000,128000,176400,192000"/>
|
||||||
</devicePort>
|
</devicePort>
|
||||||
|
|
||||||
<!-- Input devices declaration, i.e. Source DEVICE PORT -->
|
<!-- Input devices declaration, i.e. Source DEVICE PORT -->
|
||||||
|
Loading…
Reference in New Issue
Block a user