Searched refs:shptr (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/isa/wavefront/ |
| H A D | wavefront_synth.c | 889 unsigned char *shptr; in wavefront_send_sample() local 1022 shptr = &sample_hdr[0]; in wavefront_send_sample() 1024 shptr = munge_int32 (header->number, shptr, 2); in wavefront_send_sample() 1027 shptr = munge_int32 (length, shptr, 4); in wavefront_send_sample() 1034 shptr = munge_int32 (*((u32 *) &header->hdr.s.sampleStartOffset), in wavefront_send_sample() 1035 shptr, 4); in wavefront_send_sample() 1036 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopStartOffset), in wavefront_send_sample() 1037 shptr, 4); in wavefront_send_sample() 1038 shptr = munge_int32 (*((u32 *) &header->hdr.s.loopEndOffset), in wavefront_send_sample() 1039 shptr, 4); in wavefront_send_sample() [all …]
|