Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/sb/
H A Demu8000_callback.c248 EMU8000_ATKHLDV_WRITE(hw, ch, vp->reg.parm.volatkhld); in start_voice()
431 EMU8000_ATKHLDV_WRITE(emu, i, 0x7F7F); in snd_emu8000_tweak_voice()
H A Demu8000_pcm.c288 EMU8000_ATKHLDV_WRITE(hw, ch, 0x7f7f); in setup_voice()
H A Demu8000.c186 EMU8000_ATKHLDV_WRITE(emu, ch, 0); in init_audio()
/openbmc/linux/include/sound/
H A Demu8000_reg.h167 #define EMU8000_ATKHLDV_WRITE(emu, chan, val) \ macro