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

/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1665 AudioChannelCluster* inCluster = NULL; local
1667 inCluster = control->OutCluster();
1668 if (inCluster == NULL) {
1669 TRACE(ERR, "control %p cluster %p failed!\n", control, inCluster);
1678 && inChannel < inCluster->ChannelsCount(); in++) {
1679 if ((inCluster->ChannelsConfig() & (1 << in)) == 0)
1717 bool inIsEx = (inCluster->ChannelsConfig() & exChannelsMask) != 0;

Completed in 72 milliseconds