Symbol: M3_DEBUG
sys/dev/sound/pci/maestro3.c
1069
M3_DEBUG(CALL, ("m3_rchan_getptr(adc=%d) result=%d\n",
sys/dev/sound/pci/maestro3.c
1094
M3_DEBUG(CALL, ("m3_rchan_getcaps(adc=%d)\n", ch->adc_idx));
sys/dev/sound/pci/maestro3.c
1110
M3_DEBUG(INTR, ("m3_intr\n"));
sys/dev/sound/pci/maestro3.c
1200
M3_DEBUG(CHANGE, ("m3_power(%d)\n", state));
sys/dev/sound/pci/maestro3.c
1218
M3_DEBUG(CHANGE, ("m3_init\n"));
sys/dev/sound/pci/maestro3.c
1291
M3_DEBUG(CHANGE, ("m3_uninit\n"));
sys/dev/sound/pci/maestro3.c
1303
M3_DEBUG(CALL, ("m3_pci_probe(0x%x)\n", pci_get_devid(dev)));
sys/dev/sound/pci/maestro3.c
1323
M3_DEBUG(CALL, ("m3_pci_attach\n"));
sys/dev/sound/pci/maestro3.c
1479
M3_DEBUG(CALL, ("m3_pci_detach\n"));
sys/dev/sound/pci/maestro3.c
1507
M3_DEBUG(CHANGE, ("m3_pci_suspend\n"));
sys/dev/sound/pci/maestro3.c
1550
M3_DEBUG(CHANGE, ("m3_pci_resume\n"));
sys/dev/sound/pci/maestro3.c
1608
M3_DEBUG(CALL, ("m3_pci_shutdown\n"));
sys/dev/sound/pci/maestro3.c
325
M3_DEBUG(CALL, ("m3_initcd\n"));
sys/dev/sound/pci/maestro3.c
409
M3_DEBUG(CHANGE, ("m3_pchan_init(dac=%d)\n", idx));
sys/dev/sound/pci/maestro3.c
522
M3_DEBUG(CHANGE, ("m3_pchan_free(dac=%d)\n", ch->dac_idx));
sys/dev/sound/pci/maestro3.c
547
M3_DEBUG(CHANGE,
sys/dev/sound/pci/maestro3.c
575
M3_DEBUG(CHANGE, ("m3_pchan_setspeed(dac=%d, speed=%d)\n",
sys/dev/sound/pci/maestro3.c
595
M3_DEBUG(CHANGE, ("m3_pchan_setblocksize(dac=%d, blocksize=%d)\n",
sys/dev/sound/pci/maestro3.c
642
M3_DEBUG(go == PCMTRIG_START ? CHANGE :
sys/dev/sound/pci/maestro3.c
717
M3_DEBUG(CALL, ("m3_pchan_getptr(dac=%d) result=%d\n",
sys/dev/sound/pci/maestro3.c
742
M3_DEBUG(CALL, ("m3_pchan_getcaps(dac=%d)\n", ch->dac_idx));
sys/dev/sound/pci/maestro3.c
789
M3_DEBUG(CHANGE, ("m3_rchan_init(adc=%d)\n", idx));
sys/dev/sound/pci/maestro3.c
896
M3_DEBUG(CHANGE, ("m3_rchan_free(adc=%d)\n", ch->adc_idx));
sys/dev/sound/pci/maestro3.c
921
M3_DEBUG(CHANGE,
sys/dev/sound/pci/maestro3.c
948
M3_DEBUG(CHANGE, ("m3_rchan_setspeed(adc=%d, speed=%d)\n",
sys/dev/sound/pci/maestro3.c
968
M3_DEBUG(CHANGE, ("m3_rchan_setblocksize(adc=%d, blocksize=%d)\n",
sys/dev/sound/pci/maestro3.c
999
M3_DEBUG(go == PCMTRIG_START ? CHANGE :