Home
last modified time | relevance | path

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

/Linux-v4.19/sound/isa/wavefront/
Dwavefront_synth.c316 DPRINT (WF_DEBUG_DATA, "read timeout.\n"); in wavefront_read()
330 DPRINT (WF_DEBUG_DATA, "write timeout.\n"); in wavefront_write()
373 DPRINT (WF_DEBUG_DATA, "writing %d bytes " in snd_wavefront_cmd()
385 DPRINT (WF_DEBUG_DATA, "write[%d] = 0x%x\n", in snd_wavefront_cmd()
391 DPRINT (WF_DEBUG_DATA, "reading %d ints " in snd_wavefront_cmd()
453 DPRINT (WF_DEBUG_DATA, "read[%d] = 0x%x\n",i, rbuf[i]); in snd_wavefront_cmd()
482 DPRINT (WF_DEBUG_DATA, in snd_wavefront_cmd()
498 DPRINT (WF_DEBUG_DATA, "ack received " in snd_wavefront_cmd()
1229 DPRINT(WF_DEBUG_LOAD_PATCH|WF_DEBUG_DATA, "sample[%d] = %d\n", in wavefront_send_multisample()
1270 DPRINT (WF_DEBUG_DATA, "msample %d has %d samples\n", in wavefront_fetch_multisample()
[all …]
/Linux-v4.19/include/sound/
Dwavefront.h191 #define WF_DEBUG_DATA 0x2 macro