Lines Matching defs:mode
17 * define the following if you want to use this pcm with non-interleaved mode
21 /* NOTE: for using the non-interleaved mode with alsa-lib, you have to set
34 * besides, for the time being, the non-interleaved mode doesn't work well on
79 unsigned int mode = EMU8000_RAM_WRITE;
83 mode |= EMU8000_RAM_RIGHT;
85 snd_emu8000_dma_chan(emu, i, mode);
416 #define GET_VAL(sval, buf, mode) \
418 switch (mode) { \
435 #define LOOP_WRITE(rec, offset, _buf, count, mode) \
444 GET_VAL(sval, buf, mode); \
492 #define LOOP_WRITE(rec, pos, _buf, count, mode) \
503 GET_VAL(sval, buf, mode); \
507 GET_VAL(sval, buf, mode); \
578 /* at least dma_bytes must be set for non-interleaved mode */