Home
last modified time | relevance | path

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

/openbmc/linux/sound/synth/emux/
H A Dsoundfont.c980 if (!(patch.mode & WAVE_16_BITS)) in load_guspatch()
992 if (patch.mode & WAVE_16_BITS) { in load_guspatch()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h227 #define WAVE_16_BITS 0x01 /* bit 0 = 8 or 16 bit wave data. */ macro