| 230 | } |
| 231 | |
| 232 | Offset getChannelOffset(uint8 channel) { |
| 233 | assert(channel < NUM_VOICES); |
| 234 | return _voice[channel].offset; |
| 235 | } |
| 236 | |
| 237 | int getChannelDmaCount(uint8 channel) { |
| 238 | assert(channel < NUM_VOICES); |
nothing calls this directly
no outgoing calls
no test coverage detected