summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/flt_vol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/flt_vol.h')
-rw-r--r--src/emu/sound/flt_vol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/flt_vol.h b/src/emu/sound/flt_vol.h
index ab3af68b28e..f1b2e8c1bb1 100644
--- a/src/emu/sound/flt_vol.h
+++ b/src/emu/sound/flt_vol.h
@@ -6,5 +6,6 @@
void flt_volume_set_volume(int num, float volume);
SND_GET_INFO( filter_volume );
+#define SOUND_FILTER_VOLUME SND_GET_INFO_NAME( filter_volume )
#endif /* __FLT_VOL_H__ */