Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/emu10k1/
D8010.h279 #define CCCA_8BITSELECT 0x01000000 /* 1 = Sound memory for this channel uses 8-bit samples */ macro
Dvoicemgr.c229 …CA, (voice->start) | CCCA_INTERPROM_0 | ((voice->flags & VOICE_FLAGS_16BIT) ? 0 : CCCA_8BITSELECT), in emu10k1_voice_playback_setup()