diff options
| author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2015-10-25 16:47:16 +0000 |
|---|---|---|
| committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2015-10-25 16:47:16 +0000 |
| commit | 68e7484bf027b375bb616184163351c28d0fa153 (patch) | |
| tree | 668256ffcc3f6099e4bee756e69850a2c1f80ccb | |
| parent | be76ba733d3d869dea5323d9d95eefb38c47953f (diff) | |
h811: audio: remove acdb_ids for dmics
| -rw-r--r-- | audio/audio_platform_info.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/audio_platform_info.xml b/audio/audio_platform_info.xml index 62be79c..3851652 100644 --- a/audio/audio_platform_info.xml +++ b/audio/audio_platform_info.xml @@ -31,18 +31,6 @@ <device name="SND_DEVICE_OUT_SPEAKER_PROTECTED" acdb_id="101"/> <!-- Input devices --> - <device name="SND_DEVICE_IN_VOICE_DMIC" acdb_id="4" /> <!-- handset mic for voice-call earpiece --> - <device name="SND_DEVICE_IN_HANDSET_DMIC" acdb_id="4" /> <!-- handset mic for voice-call earpiece --> - <device name="SND_DEVICE_IN_HANDSET_DMIC_AEC" acdb_id="4" /> <!-- handset mic for voice-call earpiece --> - <device name="SND_DEVICE_IN_HANDSET_DMIC_NS" acdb_id="4" /> <!-- handset mic for voice-call earpiece --> - <device name="SND_DEVICE_IN_HANDSET_DMIC_AEC_NS" acdb_id="4" /> <!-- handset mic for voice-call earpiece --> - - <device name="SND_DEVICE_IN_VOICE_SPEAKER_DMIC" acdb_id="11" /> <!-- handset mic for voice-call speaker --> - <device name="SND_DEVICE_IN_SPEAKER_DMIC" acdb_id="11" /> <!-- handset mic for voice-call speaker --> - <device name="SND_DEVICE_IN_SPEAKER_DMIC_AEC" acdb_id="11" /> <!-- handset mic for voice-call speaker --> - <device name="SND_DEVICE_IN_SPEAKER_DMIC_NS" acdb_id="11" /> <!-- handset mic for voice-call speaker --> - <device name="SND_DEVICE_IN_SPEAKER_DMIC_AEC_NS" acdb_id="11" /> <!-- handset mic for voice-call speaker --> - <device name="SND_DEVICE_IN_HANDSET_MIC" acdb_id="1063" /> <!-- handset mic for audio-record --> <device name="SND_DEVICE_IN_HEADSET_MIC" acdb_id="1066" /> <device name="SND_DEVICE_IN_HEADSET_MIC_FLUENCE" acdb_id="1066" /> @@ -80,7 +68,6 @@ <device name="SND_DEVICE_IN_HANDSET_DMIC_NS" alias="voice-dmic-ef-tmus" /> <!-- handset mic for voice-call earpiece --> <device name="SND_DEVICE_IN_HANDSET_DMIC_AEC_NS" alias="voice-dmic-ef-tmus" /> <!-- handset mic for voice-call earpiece --> - <device name="SND_DEVICE_IN_VOICE_SPEAKER_DMIC" alias="voice-speaker-dmic-ef" /> <!-- handset mic for voice-call speaker --> <device name="SND_DEVICE_IN_SPEAKER_DMIC" alias="voice-speaker-dmic-ef" /> <!-- handset mic for voice-call speaker --> <device name="SND_DEVICE_IN_SPEAKER_DMIC_AEC" alias="voice-speaker-dmic-ef" /> <!-- handset mic for voice-call speaker --> <device name="SND_DEVICE_IN_SPEAKER_DMIC_NS" alias="voice-speaker-dmic-ef" /> <!-- handset mic for voice-call speaker --> |
