Home
last modified time | relevance | path

Searched refs:A_FXGPREGBASE (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/uapi/sound/
Demu10k1.h138 #define A_FXGPREGBASE 0x400 /* Audigy GPRs, 0x400 to 0x5ff */ macro
163 #define A_GPR(x) (A_FXGPREGBASE + (x))
/Linux-v6.6/sound/pci/emu10k1/
Demuproc.c400 offset = emu->audigy ? A_FXGPREGBASE : FXGPREGBASE; in snd_emu10k1_fx8010_read()
Demu10k1_main.c1605 emu->gpr_base = A_FXGPREGBASE; in snd_emu10k1_create()