Fix compile errors.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11796 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-12-18 02:18:56 +00:00
parent decef18a94
commit ca7a264a82
2 changed files with 4 additions and 4 deletions

View file

@ -256,7 +256,7 @@ void audiohw_enable_recording(bool source_mic)
wmcodec_write(0x07, 0x42);
/* The iPod can handle multiple frequencies, but fix at 44.1KHz for now */
wmcodec_set_sample_rate(WM8975_44100HZ);
audiohw_set_sample_rate(WM8975_44100HZ);
/* unmute inputs */
wmcodec_write(0x00, 0x17); /* LINVOL (def 0dB) */