From eaa1f73c6daf7e0c066a21b87384cb85cfa33538 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 29 Sep 2004 19:51:41 +0000 Subject: Added MAS3539F support (Ondio SP) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5129 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 51f7a610dd..24a9dd4da6 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -211,7 +211,7 @@ static const struct plugin_api rockbox_api = { mas_writemem, mas_readreg, mas_writereg, -#if CONFIG_HWCODEC == MAS3587F +#if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F) mas_codec_writereg, mas_codec_readreg, #endif @@ -244,7 +244,7 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ -#if CONFIG_HWCODEC == MAS3587F +#if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F) mpeg_set_pitch, peak_meter_scale_value, -- cgit v1.2.3