diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2006-11-23 19:46:24 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2006-11-23 19:46:24 +0000 |
commit | f27c2660972b53612c313653556d5b36083cff40 (patch) | |
tree | 6d8077645774fefd6debb15aac9e176050e2c07a | |
parent | ab1861a3c2c06cf3edff7c42348d117f21235e48 (diff) |
Just correct a comment and see if the build goes differently.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11578 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/target/coldfire/iaudio/x5/audio-x5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/audio-x5.c b/firmware/target/coldfire/iaudio/x5/audio-x5.c index 70ef78ff22..70d5313a7e 100644 --- a/firmware/target/coldfire/iaudio/x5/audio-x5.c +++ b/firmware/target/coldfire/iaudio/x5/audio-x5.c @@ -25,7 +25,7 @@ * Note that microphone is mono, only left value is used * See tlv320_set_recvol() for exact ranges. * - * @param type 0=line-in (radio), 1=mic + * @param type AUDIO_GAIN_MIC, AUDIO_GAIN_LINEIN * */ void audio_set_recording_gain(int left, int right, int type) |