summaryrefslogtreecommitdiff
path: root/audio_platform_info.xml
diff options
context:
space:
mode:
authorkeunhui.park <keunhui.park@lge.com>2015-06-18 11:22:40 +0900
committerVineeta Srivastava <vsrivastava@google.com>2015-06-26 16:26:39 -0700
commit8297b73b7271eede40be2168d72a15d96f68e3e5 (patch)
treed6c966abf449cc4619228cde7f503e8bbd3bee9d /audio_platform_info.xml
parent48927621b529d1b4ea1f36b9e23026a35b71856f (diff)
downloadbullhead-8297b73b7271eede40be2168d72a15d96f68e3e5.tar.gz
bullhead/audio: Update audio config files
- added SLIMBUS5 dedicated to headset - added support for TTS - added HAC device Change-Id: Iecd6b6e7e7c2db2826e568ddfb23a9b4b0b31359
Diffstat (limited to 'audio_platform_info.xml')
-rw-r--r--audio_platform_info.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio_platform_info.xml b/audio_platform_info.xml
index edf1a03..a24e029 100644
--- a/audio_platform_info.xml
+++ b/audio_platform_info.xml
@@ -30,4 +30,16 @@
<device name="SND_DEVICE_OUT_SPEAKER" acdb_id="14"/>
<device name="SND_DEVICE_OUT_VOICE_SPEAKER" acdb_id="14"/>
</acdb_ids>
+ <backend_names>
+ <device name="SND_DEVICE_OUT_HEADPHONES" backend="headphones" interface="SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_LINE" backend="headphones" interface="SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_SPEAKER_SAFE_AND_HEADPHONES" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_SPEAKER_AND_LINE" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_SPEAKER_SAFE_AND_LINE" backend="speaker-and-headphones" interface="SLIMBUS_0_RX-and-SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_VOICE_HEADPHONES" backend="headphones" interface="SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_VOICE_LINE" backend="headphones" interface="SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_VOICE_TTY_FULL_HEADPHONES" backend="headphones" interface="SLIMBUS_5_RX"/>
+ <device name="SND_DEVICE_OUT_VOICE_TTY_VCO_HEADPHONES" backend="headphones" interface="SLIMBUS_5_RX"/>
+ </backend_names>
</audio_platform_info>