|
@@ -67,10 +67,6 @@
|
|
|
<profile name="" format="AUDIO_FORMAT_PCM_24_BIT_PACKED"
|
|
|
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
|
|
|
</mixPort>
|
|
|
- <mixPort name="haptics output" role="source">
|
|
|
- <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
|
|
- samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO_HAPTIC_A"/>
|
|
|
- </mixPort>
|
|
|
<mixPort name="deep_buffer" role="source"
|
|
|
flags="AUDIO_OUTPUT_FLAG_DEEP_BUFFER">
|
|
|
<profile name="" format="AUDIO_FORMAT_PCM_24_BIT_PACKED"
|
|
@@ -308,15 +304,15 @@
|
|
|
<!-- route declaration, i.e. list all available sources for a given sink -->
|
|
|
<routes>
|
|
|
<route type="mix" sink="Earpiece"
|
|
|
- sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out,haptics output"/>
|
|
|
+ sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out"/>
|
|
|
<route type="mix" sink="Speaker"
|
|
|
- sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out,haptics output"/>
|
|
|
+ sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out"/>
|
|
|
<route type="mix" sink="Wired Headset"
|
|
|
- sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out,haptics output"/>
|
|
|
+ sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out"/>
|
|
|
<route type="mix" sink="Wired Headphones"
|
|
|
- sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out,haptics output"/>
|
|
|
+ sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out"/>
|
|
|
<route type="mix" sink="Line"
|
|
|
- sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out,haptics output"/>
|
|
|
+ sources="primary output,deep_buffer,direct_pcm,compressed_offload,voip_rx,mmap_no_irq_out"/>
|
|
|
<route type="mix" sink="HDMI"
|
|
|
sources="primary output,deep_buffer,direct_pcm,compressed_offload,compress_passthrough,voip_rx"/>
|
|
|
<route type="mix" sink="Proxy"
|