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:
parent
0968536c4b
commit
4599ca3240
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue