sdm710-common: audio: Remove unnecessary profiles from USB input device
CTS test USB Audio Peripheral Attributes fails due to extra profiles getting added remove the extra profiles added for USB input device Change-Id: I19311a65612bb8ecad40d9a3714a5cfe32dce110 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
c9251d69e8
commit
5f70c7615c
1 changed files with 0 additions and 8 deletions
|
@ -282,16 +282,8 @@
|
||||||
samplingRates="8000,16000,48000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
|
samplingRates="8000,16000,48000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
|
||||||
</devicePort>
|
</devicePort>
|
||||||
<devicePort tagName="USB Device In" type="AUDIO_DEVICE_IN_USB_DEVICE" role="source">
|
<devicePort tagName="USB Device In" type="AUDIO_DEVICE_IN_USB_DEVICE" role="source">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
|
||||||
samplingRates="44100,48000,64000,88200,96000,128000,176400,192000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
|
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_8_24_BIT"
|
|
||||||
samplingRates="44100,48000,64000,88200,96000,128000,176400,192000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
|
|
||||||
</devicePort>
|
</devicePort>
|
||||||
<devicePort tagName="USB Headset In" type="AUDIO_DEVICE_IN_USB_HEADSET" role="source">
|
<devicePort tagName="USB Headset In" type="AUDIO_DEVICE_IN_USB_HEADSET" role="source">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
|
||||||
samplingRates="44100,48000,64000,88200,96000,128000,176400,192000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
|
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_8_24_BIT"
|
|
||||||
samplingRates="44100,48000,64000,88200,96000,128000,176400,192000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
|
|
||||||
</devicePort>
|
</devicePort>
|
||||||
|
|
||||||
</devicePorts>
|
</devicePorts>
|
||||||
|
|
Loading…
Reference in a new issue