Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dgus_wave.c508 samples[sample_no].mode & WAVE_16_BITS); in gus_set_voice_pos()
658 is16bits = (samples[instr_no].mode & WAVE_16_BITS) ? 1 : 0; /* 8 or 16 bits */ in gus_voice_fade()
1444 is16bits = (samples[sample].mode & WAVE_16_BITS) ? 1 : 0; in guswave_start_note2()
1493 if (samples[sample].mode & WAVE_16_BITS) in guswave_start_note2()
1761 if (patch.mode & WAVE_16_BITS) in guswave_load_patch()
1847 if (!(patch.mode & WAVE_16_BITS) || (i & 0x01)) in guswave_load_patch()
1917 if (patch.mode & WAVE_16_BITS) in guswave_load_patch()
Dwavfront.c1602 sampp->SampleResolution=((~guspatch.mode & WAVE_16_BITS)<<1); in wavefront_load_gus_patch()
1624 >>((guspatch.mode&WAVE_16_BITS) ? 1:0); in wavefront_load_gus_patch()
1627 >>((guspatch.mode&WAVE_16_BITS) ? 1:0); in wavefront_load_gus_patch()
Dawe_wave.c3699 if (!(patch.mode & WAVE_16_BITS)) in awe_load_guspatch()
3712 if (patch.mode & WAVE_16_BITS) { in awe_load_guspatch()
/linux-2.4.37.9/include/linux/
Dsoundcard.h215 #define WAVE_16_BITS 0x01 /* bit 0 = 8 or 16 bit wave data. */ macro