Home
last modified time | relevance | path

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

/linux-6.12.1/sound/synth/emux/
Dsoundfont.c999 if ((patch.len << (patch.mode & WAVE_16_BITS ? 1 : 0)) != count) in load_guspatch()
1023 if (!(patch.mode & WAVE_16_BITS)) in load_guspatch()
1035 if (patch.mode & WAVE_16_BITS) { in load_guspatch()
/linux-6.12.1/include/uapi/linux/
Dsoundcard.h227 #define WAVE_16_BITS 0x01 /* bit 0 = 8 or 16 bit wave data. */ macro