Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dwavefront.h408 #define WF_SET_CHANNEL(samp,chn) \ argument
409 (samp)->Unused1 = chn & 0x1; \
410 (samp)->Unused2 = chn & 0x2; \
411 (samp)->Unused3 = chn & 0x4
413 #define WF_GET_CHANNEL(samp) \ argument
414 (((samp)->Unused3 << 2)|((samp)->Unused2<<1)|(samp)->Unused1)
/linux-2.4.37.9/drivers/sound/
Dwavfront.c1517 wavefront_patch_info samp, pat, prog; in wavefront_load_gus_patch() local
1541 samp.number = i; in wavefront_load_gus_patch()
1542 samp.subkey = WF_ST_SAMPLE; in wavefront_load_gus_patch()
1543 samp.size = guspatch.len; in wavefront_load_gus_patch()
1544 sampp = &samp.hdr.s; in wavefront_load_gus_patch()
1553 patp->sample_number= samp.number & 0xff; in wavefront_load_gus_patch()
1554 patp->sample_msb= samp.number>>8; in wavefront_load_gus_patch()
1635 wavefront_send_sample (&samp, in wavefront_load_gus_patch()