1
0
Fork 0
forked from len0rd/rockbox

iRiver: Stop disabling the peak meter when stopping the radio.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9137 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2006-03-20 21:24:24 +00:00
parent 0968536c4b
commit 4599ca3240

View file

@ -908,6 +908,7 @@ bool radio_screen(void)
radio_stop();
#if CONFIG_CODEC == SWCODEC
pcm_rec_mux(0); /* Line In */
peak_meter_enabled = true;
#endif
}