ITRACE_VV
ITRACE_VV("%s: failed to reserve_device(%d, %d, %d,): %s\n",
ITRACE_VV("Apply Settings %d : 0x%x\n", i, val);
ITRACE_VV("Apply Settings %d : 0x%x\n", i, val);
ITRACE_VV("Output %d is haiku output\n", i);
ITRACE_VV("Output %d is input %d\n", i, out);
ITRACE_VV("Output %d is digital input\n", i);
ITRACE_VV("Output %d is digital Mixer\n", i);
ITRACE_VV("Digital output is haiku output\n");
ITRACE_VV("Digital output is input %d\n", out);
ITRACE_VV("Digital output is digital input\n");
ITRACE_VV("Digital output is digital Mixer\n");
ITRACE_VV("**midi_read: %" B_PRIi32 "\n", ret);
ITRACE_VV("**midi_write: %" B_PRIi32 "\n", ret);
ITRACE_VV("Get MixValue Channels: Returned %" B_PRIi32 "\n",
ITRACE_VV("flags = %#" B_PRIx32 "\n", data->flags);
ITRACE_VV("request_playback_buffers = %" B_PRIu32 "\n",
ITRACE_VV("request_playback_channels = %" B_PRIu32 "\n",
ITRACE_VV("request_playback_buffer_size = %" B_PRIx32 "\n",
ITRACE_VV("request_record_buffers = %" B_PRIu32 "\n",
ITRACE_VV("request_record_channels = %" B_PRIu32 "\n",
ITRACE_VV("request_record_buffer_size = %" B_PRIx32 "\n",
ITRACE_VV("pb_buffer[%d][%d] = %p\n", buff, chan_o,
ITRACE_VV("pb_buffer[%d][%d] = %p\n", buff, chan_o,
ITRACE_VV("pb_buffer[%d][%d] = %p\n", buff, chan_o,
ITRACE_VV("rec_buffer[%d][%d] = %p\n", buff, chan_i,
ITRACE_VV("rec_buffer[%d][%d] = %p\n", buff, chan_i,
ITRACE_VV("rec_buffer[%d][%d] = %p\n", buff, chan_i,
ITRACE_VV("rec_buffer[%d][%d] = %p\n", buff, chan_i,
ITRACE_VV("rec_buffer[%d][%d] = %p\n", buff, chan_i,
ITRACE_VV("request_channel_count = %" B_PRIi32 "\n",
ITRACE_VV("set_enabled_channels %d : %s\n", i,
ITRACE_VV("lock_source %" B_PRIx32 "\n", data->lock_source);
ITRACE_VV("lock_data %" B_PRIx32 "\n", data->lock_data);
ITRACE_VV("Create Group: ID %#" B_PRIx32 "\n", mmc->id);
ITRACE_VV("Create Channel (Mute): ID %#" B_PRIx32 "\n", control.id);
ITRACE_VV("Create Channel (Left): ID %#" B_PRIx32 "\n", control.id);
ITRACE_VV("Create Channel (Right): ID %#" B_PRIx32 "\n", control.id);
ITRACE_VV("Create Combo (label): ID %#" B_PRIx32 "\n", parentControl);
ITRACE_VV("Create Combo (value): ID %#" B_PRIx32 "\n", mmc->id);
ITRACE_VV("Create Output (label): ID %#" B_PRIx32 "\n", parentControl);
ITRACE_VV("Create Output (Haiku): ID %#" B_PRIx32 "\n", mmc->id);
ITRACE_VV("Create Output (Physical In): ID %#" B_PRIx32 "\n", mmc->id);
ITRACE_VV("Create Output (Digital In) ID %#" B_PRIx32 "\n", mmc->id);
ITRACE_VV("Create Output (Mix); ID %#" B_PRIx32 "\n", mmc->id);
ITRACE_VV("Get combo: %" B_PRIu32 ", %" B_PRIu32 "\n",
ITRACE_VV("Set combo: %" B_PRIu32 ", %" B_PRIu32 "\n", index, value);
ITRACE_VV("Get output: %" B_PRIu32 ", %" B_PRIu32 "\n", index, value);
ITRACE_VV("Set output: %" B_PRIu32 ", %" B_PRIu32 "\n", index, value);
ITRACE_VV("Get volume\n");
ITRACE_VV(" Get mute %d for channel %d or %d\n",
ITRACE_VV(" Get Volume %f for channel %d\n",
ITRACE_VV("Set volume\n");
ITRACE_VV(" Change mute to %d for channel %d and %d\n",
ITRACE_VV(" Change Volume to %f for channel %d\n",
ITRACE_VV("Get Mix: Id %" B_PRIu32 "\n", mmv->id);
ITRACE_VV("Get Mix: unknow %" B_PRIu32 "\n", mmv->id);
ITRACE_VV("Set Mix: Id %" B_PRIu32 "\n", mmv->id);
ITRACE_VV("Set Mix: unknow %" B_PRIu32 "\n", mmv->id);
ITRACE_VV("Get MixValue Channels: Max %" B_PRIi32 "\n", mmci->control_count);