Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/sb/
H A Demu8000_callback.c338 EMU8000_IP_WRITE(hw, vp->ch, vp->apitch); in set_pitch()
436 EMU8000_IP_WRITE(emu, i, 0xE000); /* no pitch shift */ in snd_emu8000_tweak_voice()
H A Demu8000_pcm.c282 EMU8000_IP_WRITE(hw, ch, rec->pitch); in setup_voice()
H A Demu8000.c190 EMU8000_IP_WRITE(emu, ch, 0); in init_audio()
/openbmc/linux/include/sound/
H A Demu8000_reg.h175 #define EMU8000_IP_WRITE(emu, chan, val) \ macro