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:
parent
ab1861a3c2
commit
f27c266097
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue