aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2016-04-06 08:45:53 -0700
committerLuca Stefani <luca.stefani.ge1@gmail.com>2016-04-06 08:46:02 -0700
commitf3e617b91b362f12ed665878c737c84dcfaf7238 (patch)
treef8eeb2db41a8f81026424850c44e8cd854b3b741 /audio
parent2f074525ab8e0f692d9f38c0f3a7697cf6ba4549 (diff)
msm8916-common: Remove audio platform info leftover
* Asus uses standard acdb ids Change-Id: I48ca4eeacd3fc7d4a1a624cac2ee3cf65f727e5f
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_platform_info.xml52
1 files changed, 0 insertions, 52 deletions
diff --git a/audio/audio_platform_info.xml b/audio/audio_platform_info.xml
deleted file mode 100644
index 5cda394..0000000
--- a/audio/audio_platform_info.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- Copyright (c) 2014, The Linux Foundation. All rights reserved. -->
-<!-- -->
-<!-- Redistribution and use in source and binary forms, with or without -->
-<!-- modification, are permitted provided that the following conditions are -->
-<!-- met: -->
-<!-- * Redistributions of source code must retain the above copyright -->
-<!-- notice, this list of conditions and the following disclaimer. -->
-<!-- * Redistributions in binary form must reproduce the above -->
-<!-- copyright notice, this list of conditions and the following -->
-<!-- disclaimer in the documentation and/or other materials provided -->
-<!-- with the distribution. -->
-<!-- * Neither the name of The Linux Foundation nor the names of its -->
-<!-- contributors may be used to endorse or promote products derived -->
-<!-- from this software without specific prior written permission. -->
-<!-- -->
-<!-- THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED -->
-<!-- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -->
-<!-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT -->
-<!-- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS -->
-<!-- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -->
-<!-- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -->
-<!-- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -->
-<!-- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -->
-<!-- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -->
-<!-- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -->
-<audio_platform_info>
- <acdb_ids>
- <device name="SND_DEVICE_OUT_HANDSET" acdb_id="14" />
- <device name="SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES" acdb_id="501" />
-
- <device name="SND_DEVICE_OUT_VOICE_HANDSET" acdb_id="14" />
- <device name="SND_DEVICE_OUT_VOICE_SPEAKER" acdb_id="10" />
- <device name="SND_DEVICE_OUT_VOICE_HEADPHONES" acdb_id="18" />
- </acdb_ids>
-
- <backend_names>
- <device name="SND_DEVICE_OUT_HEADPHONES" backend="headphones" />
- <device name="SND_DEVICE_OUT_VOICE_HEADPHONES" backend="headphones" />
- <device name="SND_DEVICE_OUT_SPEAKER" backend="speaker" />
- <device name="SND_DEVICE_OUT_VOICE_SPEAKER" backend="speaker" />
- <device name="SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES" backend="speaker-and-headphones" />
- </backend_names>
-
- <pcm_ids>
- <!-- empty -->
- </pcm_ids>
-
- <device_names>
- <!-- empty -->
- </device_names>
-</audio_platform_info>