Home
last modified time | relevance | path

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

/sound/isa/wavefront/
Dwavefront_synth.c863 u16 __user *dataptr, in wavefront_send_sample() argument
895 (unsigned long) header->dataptr); in wavefront_send_sample()
1068 data_end = dataptr + length; in wavefront_send_sample()
1072 dataptr += initial_skip; in wavefront_send_sample()
1092 if (dataptr < data_end) { in wavefront_send_sample()
1094 __get_user (sample_short, dataptr); in wavefront_send_sample()
1095 dataptr += skip; in wavefront_send_sample()
1405 err = wavefront_send_sample (dev, header, header->dataptr, 0); in wavefront_load_patch()