Searched refs:ITRACE_VV (Results 1 - 4 of 4) sorted by path

/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Ddebug.h24 # define ITRACE_VV(a...) ITRACE(a) macro
26 # define ITRACE_VV(a...) (void)0 macro
H A Dice1712.cpp111 ITRACE_VV("%s: failed to reserve_device(%d, %d, %d,): %s\n",
751 ITRACE_VV("Apply Settings %d : 0x%x\n", i, val);
773 ITRACE_VV("Apply Settings %d : 0x%x\n", i, val);
780 ITRACE_VV("Output %d is haiku output\n", i);
785 ITRACE_VV("Output %d is input %d\n", i, out);
792 ITRACE_VV("Output %d is digital input\n", i);
796 ITRACE_VV("Output %d is digital Mixer\n", i);
808 ITRACE_VV("Digital output is haiku output\n");
812 ITRACE_VV("Digital output is input %d\n", out);
818 ITRACE_VV("Digita
[all...]
H A Dmidi.cpp136 ITRACE_VV("**midi_read: %" B_PRIi32 "\n", ret);
149 ITRACE_VV("**midi_write: %" B_PRIi32 "\n", ret);
H A Dmulti.cpp240 ITRACE_VV("request_channel_count = %" B_PRIi32 "\n",
366 ITRACE_VV("set_enabled_channels %d : %s\n", i,
369 ITRACE_VV("lock_source %" B_PRIx32 "\n", data->lock_source);
370 ITRACE_VV("lock_data %" B_PRIx32 "\n", data->lock_data);
554 ITRACE_VV("Create Group: ID %#" B_PRIx32 "\n", mmc->id);
589 ITRACE_VV("Create Channel (Mute): ID %#" B_PRIx32 "\n", control.id);
600 ITRACE_VV("Create Channel (Left): ID %#" B_PRIx32 "\n", control.id);
608 ITRACE_VV("Create Channel (Right): ID %#" B_PRIx32 "\n", control.id);
631 ITRACE_VV("Create Combo (label): ID %#" B_PRIx32 "\n", parentControl);
642 ITRACE_VV("Creat
[all...]

Completed in 61 milliseconds