Home
last modified time | relevance | path

Searched refs:channelsConfig (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1407 uint32 channelsConfig = cluster->ChannelsConfig(); in _ListFeatureUnitControl() local
1414 if ((channelsConfig & channelInfos[i].Mask) != channelInfos[i].Mask) { in _ListFeatureUnitControl()
1463 channelsConfig &= ~channelInfos[i].Mask; in _ListFeatureUnitControl()
1465 if (0 == channelsConfig) in _ListFeatureUnitControl()
1469 if (channelsConfig > 0) in _ListFeatureUnitControl()
1471 channelsConfig); in _ListFeatureUnitControl()