From 56f17c4164bf4e8a7b6996b0a5c2670d0917de25 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 29 Apr 2012 17:31:30 -0400 Subject: Make rbcodec/dsp includes more specific. Change-Id: Idb6af40df26f5b8499a40e8b98602261ef227044 --- firmware/sound.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/sound.c') diff --git a/firmware/sound.c b/firmware/sound.c index 99db7896ab..e442e87f8c 100644 --- a/firmware/sound.c +++ b/firmware/sound.c @@ -783,8 +783,6 @@ int sound_val2phys(int setting, int value) /* This function works by telling the decoder that we have another crystal frequency than we actually have. It will adjust its internal parameters and the result is that the audio is played at another pitch. - - The pitch value precision is based on PITCH_SPEED_PRECISION (in dsp.h) */ static int last_pitch = PITCH_SPEED_100; -- cgit