Home
last modified time | relevance | path

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

/linux/include/sound/
H A Demu8000.h24 #define EMU8000_RAM_WRITE 1 macro
/linux/sound/isa/sb/
H A Demu8000_patch.c180 rc = snd_emu8000_open_dma(emu, EMU8000_RAM_WRITE); in snd_emu8000_sample_new()
H A Demu8000.c113 if (mode == EMU8000_RAM_WRITE) /* DMA write */ in snd_emu8000_dma_chan()
376 snd_emu8000_dma_chan(emu, 0, EMU8000_RAM_WRITE); in size_dram()
400 /*snd_emu8000_dma_chan(emu, 0, EMU8000_RAM_WRITE);*/ in size_dram()
H A Demu8000_pcm.c79 unsigned int mode = EMU8000_RAM_WRITE; in emu8k_open_dram_for_pcm()