1
0
Fork 0
forked from len0rd/rockbox

H100/300: Fixed radio silence problem. Removed the wrong call in my last update. :P

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11533 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2006-11-15 21:30:53 +00:00
parent ea7992455a
commit 77b615344c

View file

@ -691,6 +691,7 @@ void rec_set_source(int source, unsigned flags)
break;
/* I2S recording and playback */
uda1380_enable_recording(false); /* source line */
uda1380_set_monitor(true);
#endif
#ifdef HAVE_TLV320
/* I2S recording and analog playback */