From bb8132beb82a4f5d5a3f8db0fb9dec08b2965b72 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 7 Jul 2015 20:41:30 -0400 Subject: AUDIO: Move ALSA OPL 'driver' out of softsynth Might eventually be worth moving to backends/ --- audio/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/module.mk') diff --git a/audio/module.mk b/audio/module.mk index 7743c49a60..9e002d57ba 100644 --- a/audio/module.mk +++ b/audio/module.mk @@ -60,7 +60,7 @@ MODULE_OBJS := \ ifdef USE_ALSA MODULE_OBJS += \ - softsynth/opl/alsa.o + alsa_opl.o endif ifndef USE_ARM_SOUND_ASM -- cgit v1.2.3