From 9558c4956d3d603c4d132af88633767810f3ba62 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 14 Oct 2008 11:12:20 +0000 Subject: Moved pcm_record from firmware to apps. Cleaned up some. Now all code using struct mp3entry is in apps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18807 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/tuner/s1a0903x01.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/drivers/tuner') diff --git a/firmware/drivers/tuner/s1a0903x01.c b/firmware/drivers/tuner/s1a0903x01.c index 517d41984d..f6442b269f 100644 --- a/firmware/drivers/tuner/s1a0903x01.c +++ b/firmware/drivers/tuner/s1a0903x01.c @@ -26,7 +26,6 @@ #include "kernel.h" #include "tuner.h" /* tuner abstraction interface */ #include "fmradio.h" /* physical interface driver */ -#include "mpeg.h" #include "sound.h" #define DEFAULT_IN1 0x100003 /* Mute */ @@ -64,7 +63,7 @@ int s1a0903x01_set(int setting, int value) int pitch = 1000; /* 4th harmonic falls in the FM frequency range */ - int if_freq = 4 * mpeg_get_mas_pllfreq(); + int if_freq = 4 * mas_get_pllfreq(); /* shift the mas harmonic >= 300 kHz away using the direction * which needs less shifting. */ -- cgit v1.2.3