summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/mas35xx.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-04-15 13:24:29 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-04-15 13:24:29 -0400
commitbbd991ad63805533ec4e2558061bbba48bfab1a9 (patch)
tree21986650ba75882d2100597591d4338dc6a14c10 /firmware/drivers/audio/mas35xx.c
parent0971f576341cf38c04d2d9735f0a385e62974108 (diff)
downloadrockbox-bbd991ad63805533ec4e2558061bbba48bfab1a9.tar.gz
rockbox-bbd991ad63805533ec4e2558061bbba48bfab1a9.zip
Fix some more errors and warnings from 0c7b787.
Change-Id: Ib67d0ab344e36964cadbcc982dc2afe35733770b
Diffstat (limited to 'firmware/drivers/audio/mas35xx.c')
-rw-r--r--firmware/drivers/audio/mas35xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/mas35xx.c b/firmware/drivers/audio/mas35xx.c
index deb9223187..65c582c79c 100644
--- a/firmware/drivers/audio/mas35xx.c
+++ b/firmware/drivers/audio/mas35xx.c
@@ -24,7 +24,7 @@
24 24
25#include "config.h" 25#include "config.h"
26#include "system.h" /* MAX MIN macros */ 26#include "system.h" /* MAX MIN macros */
27#include "audiohw.h" 27#include "sound.h"
28 28
29int channel_configuration = SOUND_CHAN_STEREO; 29int channel_configuration = SOUND_CHAN_STEREO;
30int stereo_width = 100; 30int stereo_width = 100;