Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/sb/
H A Demu8000_callback.c352 EMU8000_IFATN_WRITE(hw, vp->ch, ifatn); in set_volume()
437 EMU8000_IFATN_WRITE(emu, i, 0xFF00); /* volume to minimum */ in snd_emu8000_tweak_voice()
H A Demu8000_pcm.c330 EMU8000_IFATN_WRITE(hw, ch, 0xff00); in start_voice()
H A Demu8000.c191 EMU8000_IFATN_WRITE(emu, ch, 0); in init_audio()
/openbmc/linux/include/sound/
H A Demu8000_reg.h177 #define EMU8000_IFATN_WRITE(emu, chan, val) \ macro