I'm attemoting to get the Voladj patch applied to the 1.03 kernel, and have ran into a snag. It appears that most of my problems are in empeg/kernel/include/asm-arm/arch-sa1100/empeg.h. In the recent patch, this is added

#define EMPEG_DSP_GRAB_OUTPUT _IOR(EMPEG_DSP_MAGIC, 2, int)

The Voladj also tries to add a define line here. I tried this:

#define EMPEG_DSP_VOLADJ _IOW(EMPEG_DSP_MAGIC, 3, int)

but it didn't seem to work. Has anyone gotten the Voladj into 1.03?