summaryrefslogtreecommitdiff
path: root/audio/dia_remote_audio_policy_configuration.xml (plain)
blob: c837689c8067d5aadb40711980d23cd7e44000c6
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2015 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<!-- Dialogue Remote Audio Policy Configuration file -->
17<module name="dia_remote" halVersion="2.0">
18 <attachedDevices>
19 <item>Dia Remote In</item>
20 </attachedDevices>
21 <mixPorts>
22 <mixPort name="dia_remote input" role="sink">
23 <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
24 samplingRates="16000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
25 </mixPort>
26 </mixPorts>
27 <devicePorts>
28 <devicePort tagName="Dia Remote In" type="AUDIO_DEVICE_IN_DIA_REMOTE" role="source">
29 <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
30 samplingRates="16000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
31 </devicePort>
32 </devicePorts>
33 <routes>
34 <route type="mix" sink="dia_remote input"
35 sources="Dia Remote In"/>
36 </routes>
37</module>
38