forked from len0rd/rockbox
Overlooked this one when changing sound_set() calls to the individual functions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7778 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7088c12525
commit
65c1746663
1 changed files with 1 additions and 1 deletions
|
|
@ -1039,7 +1039,7 @@ static void track_change(void)
|
||||||
|
|
||||||
#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
|
#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
|
||||||
/* Reset the AVC */
|
/* Reset the AVC */
|
||||||
sound_set(SOUND_AVC, -1);
|
sound_set_avc(-1);
|
||||||
#endif /* (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) */
|
#endif /* (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) */
|
||||||
|
|
||||||
if (num_tracks_in_memory() > 0)
|
if (num_tracks_in_memory() > 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue