Searched refs:inChannel (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
461 int index = inChannel * outCluster->ChannelsCount()+ outChannel;
466 // inChannel, outChannel, result ? "on" : "off");
1676 int inChannel = 0; local
1678 && inChannel < inCluster->ChannelsCount(); in++) {
1688 inOffset + inChannel, outChannel)) {
1691 controlIds[in][out] = CTL_ID(inOffset + inChannel + 1,
1696 (inOffset + inChannel) * outCluster->ChannelsCount()
1703 inChannel++;
1706 inOffset += inChannel;
[all...]
H A DAudioControlInterface.h134 bool IsControlProgrammable(int inChannel, int outChannel);

Completed in 32 milliseconds