Searched refs:outChannel (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp451 MixerUnit::IsControlProgrammable(int inChannel, int outChannel) argument
460 if (outChannel < outCluster->ChannelsCount()) {
461 int index = inChannel * outCluster->ChannelsCount()+ outChannel;
466 // inChannel, outChannel, result ? "on" : "off");
1682 for (size_t out = 0, outChannel = 0; out < kChannels
1683 && outChannel < outCluster->ChannelsCount(); out++) {
1688 inOffset + inChannel, outChannel)) {
1692 outChannel + 1, mixer->ID(), fInterface);
1697 + outChannel, mixer->ID(), fInterface);
1700 outChannel
[all...]
H A DAudioControlInterface.h134 bool IsControlProgrammable(int inChannel, int outChannel);

Completed in 44 milliseconds