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
This commit is contained in:
Michael Sevakis 2006-11-23 19:46:24 +00:00
parent ab1861a3c2
commit f27c266097

View file

@ -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)