Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dwavefront.h372 #define WF_SAMPLE_IS_8BIT(smpl) ((smpl)->SampleResolution&2)
422 UCHAR8 SampleResolution:2; /* sample_format */ member
446 UCHAR8 SampleResolution:2 __attribute__ ((packed)); member
/linux-2.4.37.9/drivers/sound/
Dwavfront.c1093 if (skip > 0 && header->hdr.s.SampleResolution != LINEAR_16BIT) { in wavefront_send_sample()
1602 sampp->SampleResolution=((~guspatch.mode & WAVE_16_BITS)<<1); in wavefront_load_gus_patch()
1758 s.SampleResolution = *ptr & 0x3; in process_sample_hdr()