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

/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp286 multi_channel_enable channelEnable; local
289 channelEnable.enable_bits = (uchar*)&enabled;
290 channelEnable.lock_source = B_MULTI_LOCK_INTERNAL;
291 if (ioctl(sDevice, B_MULTI_SET_ENABLED_CHANNELS, &channelEnable,
495 multi_channel_enable channelEnable; local
498 channelEnable.info_size = sizeof(multi_channel_enable);
499 channelEnable.enable_bits = (uchar*)&enabled;
501 if (ioctl(sDevice, B_MULTI_GET_ENABLED_CHANNELS, &channelEnable,
502 sizeof(channelEnable)) < B_OK) {

Completed in 80 milliseconds