From cdbf33adf719a54221f4f5aac4b15b0dfe54d24d Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 22 May 2007 15:56:05 +0000 Subject: * move audio settings into audio codec drivers * add mas35xx driver for all mas35xx targets. Later mas35xx code from sound.c will move to this new driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13464 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/wm8975.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/wm8975.h') diff --git a/firmware/export/wm8975.h b/firmware/export/wm8975.h index c00303a6a8..bbaa8d3554 100644 --- a/firmware/export/wm8975.h +++ b/firmware/export/wm8975.h @@ -24,6 +24,8 @@ #define VOLUME_MIN -730 #define VOLUME_MAX 60 +#include "audiohw.h" + extern int tenthdb2master(int db); extern int tenthdb2mixer(int db); -- cgit v1.2.3