summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/x5/audio-x5.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iaudio/x5/audio-x5.c')
-rw-r--r--firmware/target/coldfire/iaudio/x5/audio-x5.c2
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 @@
25 * Note that microphone is mono, only left value is used 25 * Note that microphone is mono, only left value is used
26 * See tlv320_set_recvol() for exact ranges. 26 * See tlv320_set_recvol() for exact ranges.
27 * 27 *
28 * @param type 0=line-in (radio), 1=mic 28 * @param type AUDIO_GAIN_MIC, AUDIO_GAIN_LINEIN
29 * 29 *
30 */ 30 */
31void audio_set_recording_gain(int left, int right, int type) 31void audio_set_recording_gain(int left, int right, int type)