mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Remove 48kHz support from surround_sound mixer
* It doesn't work. Change-Id: I53c3329353f19ffcdd13673c0b9bd614d254015c
This commit is contained in:
parent
864759e373
commit
389a1668d0
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
</mixPort>
|
||||
<mixPort name="surround_sound" role="sink">
|
||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
|
||||
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100"
|
||||
channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK,AUDIO_CHANNEL_INDEX_MASK_3,AUDIO_CHANNEL_INDEX_MASK_4,AUDIO_CHANNEL_IN_5POINT1,AUDIO_CHANNEL_INDEX_MASK_6"/>
|
||||
</mixPort>
|
||||
<mixPort name="voice_rx" role="sink">
|
||||
|
|
Loading…
Reference in a new issue