diff options
author | Mingshu Pang <mpang@codeaurora.org> | 2020-11-19 11:30:18 +0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-12-08 21:58:44 -0800 |
commit | 4be6ff400d0ed0ddd627e3e72171f7d83a1752af (patch) | |
tree | 845b2568f14492338ffa7d9ae750d8efa29c340e | |
parent | b545d0cf648e1e1c9bce9fc7fa8632a11214466d (diff) |
configs: Remove dynamic attributes from APS config
Remove dynamic attributes from APS config since it
is not supported.
Change-Id: I5ad81b67e7b6bb33e245a2620622f1e2e2a76506
-rw-r--r-- | configs/holi/audio_policy_configuration.xml | 10 | ||||
-rw-r--r-- | configs/kona/audio_policy_configuration.xml | 10 | ||||
-rw-r--r-- | configs/lahaina/audio_policy_configuration.xml | 10 | ||||
-rw-r--r-- | configs/lito/audio_policy_configuration.xml | 10 |
4 files changed, 16 insertions, 24 deletions
diff --git a/configs/holi/audio_policy_configuration.xml b/configs/holi/audio_policy_configuration.xml index 68e781b4..aa93d354 100644 --- a/configs/holi/audio_policy_configuration.xml +++ b/configs/holi/audio_policy_configuration.xml @@ -84,8 +84,6 @@ <mixPort name="hifi_playback" role="source" /> <mixPort name="compress_passthrough" role="source" 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 name="direct_pcm" role="source" flags="AUDIO_OUTPUT_FLAG_DIRECT"> @@ -261,11 +259,11 @@ </devicePort> <devicePort tagName="HDMI" type="AUDIO_DEVICE_OUT_AUX_DIGITAL" role="sink"> <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 tagName="Proxy" type="AUDIO_DEVICE_OUT_PROXY" role="sink"> <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 tagName="FM" type="AUDIO_DEVICE_OUT_FM" role="sink"> <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" @@ -288,11 +286,11 @@ </devicePort> <devicePort tagName="USB Device Out" type="AUDIO_DEVICE_OUT_USB_DEVICE" role="sink"> <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 tagName="USB Headset Out" type="AUDIO_DEVICE_OUT_USB_HEADSET" role="sink"> <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> <!-- Input devices declaration, i.e. Source DEVICE PORT --> diff --git a/configs/kona/audio_policy_configuration.xml b/configs/kona/audio_policy_configuration.xml index 6853fe89..82752d36 100644 --- a/configs/kona/audio_policy_configuration.xml +++ b/configs/kona/audio_policy_configuration.xml @@ -79,8 +79,6 @@ <mixPort name="hifi_playback" role="source" /> <mixPort name="compress_passthrough" role="source" 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 name="direct_pcm" role="source" flags="AUDIO_OUTPUT_FLAG_DIRECT"> @@ -256,11 +254,11 @@ </devicePort> <devicePort tagName="HDMI" type="AUDIO_DEVICE_OUT_AUX_DIGITAL" role="sink"> <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 tagName="Proxy" type="AUDIO_DEVICE_OUT_PROXY" role="sink"> <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 tagName="FM" type="AUDIO_DEVICE_OUT_FM" role="sink"> <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" @@ -283,11 +281,11 @@ </devicePort> <devicePort tagName="USB Device Out" type="AUDIO_DEVICE_OUT_USB_DEVICE" role="sink"> <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 tagName="USB Headset Out" type="AUDIO_DEVICE_OUT_USB_HEADSET" role="sink"> <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> <!-- Input devices declaration, i.e. Source DEVICE PORT --> diff --git a/configs/lahaina/audio_policy_configuration.xml b/configs/lahaina/audio_policy_configuration.xml index ed4be08d..cd7b6cc5 100644 --- a/configs/lahaina/audio_policy_configuration.xml +++ b/configs/lahaina/audio_policy_configuration.xml @@ -84,8 +84,6 @@ <mixPort name="hifi_playback" role="source" /> <mixPort name="compress_passthrough" role="source" 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 name="dsd_compress_passthrough" role="source" flags="AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD|AUDIO_OUTPUT_FLAG_NON_BLOCKING"> @@ -267,11 +265,11 @@ </devicePort> <devicePort tagName="HDMI" type="AUDIO_DEVICE_OUT_AUX_DIGITAL" role="sink"> <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 tagName="Proxy" type="AUDIO_DEVICE_OUT_PROXY" role="sink"> <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 tagName="FM" type="AUDIO_DEVICE_OUT_FM" role="sink"> <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" @@ -294,11 +292,11 @@ </devicePort> <devicePort tagName="USB Device Out" type="AUDIO_DEVICE_OUT_USB_DEVICE" role="sink"> <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 tagName="USB Headset Out" type="AUDIO_DEVICE_OUT_USB_HEADSET" role="sink"> <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> <!-- Input devices declaration, i.e. Source DEVICE PORT --> diff --git a/configs/lito/audio_policy_configuration.xml b/configs/lito/audio_policy_configuration.xml index e04dac35..ff08ed42 100644 --- a/configs/lito/audio_policy_configuration.xml +++ b/configs/lito/audio_policy_configuration.xml @@ -80,8 +80,6 @@ <mixPort name="hifi_playback" role="source" /> <mixPort name="compress_passthrough" role="source" 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 name="direct_pcm" role="source" flags="AUDIO_OUTPUT_FLAG_DIRECT"> @@ -257,11 +255,11 @@ </devicePort> <devicePort tagName="HDMI" type="AUDIO_DEVICE_OUT_AUX_DIGITAL" role="sink"> <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 tagName="Proxy" type="AUDIO_DEVICE_OUT_PROXY" role="sink"> <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 tagName="FM" type="AUDIO_DEVICE_OUT_FM" role="sink"> <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" @@ -284,11 +282,11 @@ </devicePort> <devicePort tagName="USB Device Out" type="AUDIO_DEVICE_OUT_USB_DEVICE" role="sink"> <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 tagName="USB Headset Out" type="AUDIO_DEVICE_OUT_USB_HEADSET" role="sink"> <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> <!-- Input devices declaration, i.e. Source DEVICE PORT --> |