summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPoomarin Phloyphisut <poomarin@google.com>2023-10-24 03:19:02 +0000
committerPoomarin Phloyphisut <poomarin@google.com>2023-10-24 03:19:02 +0000
commit06cf12b520fa174f9f0e9306c17f0f7c9a01212c (patch)
tree08896dd206432e064c23dc233d7a59529bb02593 /audio
parent3f59f6f6ed8f43fcbadee22f14fcd31ad8d2b0dd (diff)
downloadshusky-06cf12b520fa174f9f0e9306c17f0f7c9a01212c.tar.gz
[USB AIDL] Remove USB configuration from audio_platform_configuration.xml
These configs are hardcoded into audio HAL instead because it's very rarely changed. Bug: 307439907 Test: Local Test. Change-Id: I83e5e0ecbdc8b766df3da3b81e71d263c179bce9
Diffstat (limited to 'audio')
-rw-r--r--audio/husky/aidl_config/audio_platform_configuration.xml10
-rw-r--r--audio/shiba/aidl_config/audio_platform_configuration.xml10
2 files changed, 2 insertions, 18 deletions
diff --git a/audio/husky/aidl_config/audio_platform_configuration.xml b/audio/husky/aidl_config/audio_platform_configuration.xml
index 0d784b8..1e775b2 100644
--- a/audio/husky/aidl_config/audio_platform_configuration.xml
+++ b/audio/husky/aidl_config/audio_platform_configuration.xml
@@ -43,15 +43,7 @@
<devices>
<device name="bluetooth" />
- <device name="usb">
- <argument name="MaxSamplingRate" value="192000" />
- <argument name="UnsupportedFormat" value="S24_LE" />
- <argument name="MaxCapPacketInterval" value="125" />
- <argument name="MaxCapSampleRate" value="192000" />
- <argument name="MaxCapBitWidth" value="32" />
- <argument name="MaxCapChannel" value="2" />
- <argument name="EnableHifi192kMultichannel" value="0" />
- </device>
+ <device name="usb" />
<device name="speaker" codec="cs35l41">
<argument name="SpeakerNum" value="2" />
<argument name="Rotation" />
diff --git a/audio/shiba/aidl_config/audio_platform_configuration.xml b/audio/shiba/aidl_config/audio_platform_configuration.xml
index 0d784b8..1e775b2 100644
--- a/audio/shiba/aidl_config/audio_platform_configuration.xml
+++ b/audio/shiba/aidl_config/audio_platform_configuration.xml
@@ -43,15 +43,7 @@
<devices>
<device name="bluetooth" />
- <device name="usb">
- <argument name="MaxSamplingRate" value="192000" />
- <argument name="UnsupportedFormat" value="S24_LE" />
- <argument name="MaxCapPacketInterval" value="125" />
- <argument name="MaxCapSampleRate" value="192000" />
- <argument name="MaxCapBitWidth" value="32" />
- <argument name="MaxCapChannel" value="2" />
- <argument name="EnableHifi192kMultichannel" value="0" />
- </device>
+ <device name="usb" />
<device name="speaker" codec="cs35l41">
<argument name="SpeakerNum" value="2" />
<argument name="Rotation" />