|
48 | 48 | samplingRates="8000 16000 24000 32000 44100 48000"
|
49 | 49 | channelMasks="AUDIO_CHANNEL_OUT_STEREO AUDIO_CHANNEL_OUT_MONO"/>
|
50 | 50 | </mixPort>
|
51 |
| - <!-- TODO(186720581): revert this change when b/178431048 is fixed |
52 | 51 | <mixPort name="haptic" role="source">
|
53 | 52 | <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
54 | 53 | samplingRates="48000"
|
55 | 54 | channelMasks="AUDIO_CHANNEL_OUT_STEREO_HAPTIC_A" />
|
56 | 55 | </mixPort>
|
57 |
| - --> |
58 | 56 | <mixPort name="raw" role="source" flags="AUDIO_OUTPUT_FLAG_RAW AUDIO_OUTPUT_FLAG_FAST">
|
59 | 57 | <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
60 | 58 | samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
|
|
176 | 174 | <!-- route declaration, i.e. list all available sources for a given sink -->
|
177 | 175 | <routes>
|
178 | 176 | <route type="mix" sink="Speaker"
|
179 |
| - sources="primary output,deep buffer,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
| 177 | + sources="primary output,deep buffer,haptic,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
180 | 178 | <route type="mix" sink="Speaker Safe"
|
181 |
| - sources="primary output,deep buffer,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
| 179 | + sources="primary output,deep buffer,haptic,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
182 | 180 | <route type="mix" sink="Earpiece"
|
183 |
| - sources="primary output,deep buffer,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
| 181 | + sources="primary output,deep buffer,haptic,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
184 | 182 | <route type="mix" sink="BT A2DP Out"
|
185 | 183 | sources="primary output,deep buffer,compressed_offload,voip_rx"/>
|
186 | 184 | <route type="mix" sink="BT A2DP Headphones"
|
187 | 185 | sources="primary output,deep buffer,compressed_offload,voip_rx"/>
|
188 | 186 | <route type="mix" sink="BT A2DP Speaker"
|
189 | 187 | sources="primary output,deep buffer,compressed_offload,voip_rx"/>
|
190 | 188 | <route type="mix" sink="USB Device Out"
|
191 |
| - sources="primary output,deep buffer,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
| 189 | + sources="primary output,deep buffer,haptic,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
192 | 190 | <route type="mix" sink="USB Headset Out"
|
193 |
| - sources="primary output,deep buffer,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
| 191 | + sources="primary output,deep buffer,haptic,raw,compressed_offload,mmap_no_irq_out,voip_rx"/> |
194 | 192 | <route type="mix" sink="BT SCO"
|
195 | 193 | sources="primary output,deep buffer,compressed_offload,voip_rx"/>
|
196 | 194 | <route type="mix" sink="BT SCO Headset"
|
|
0 commit comments