1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8997 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-03-11 09:38:12 +00:00
parent c8480433bc
commit dae698cad4
2 changed files with 6 additions and 2 deletions

View file

@ -292,8 +292,10 @@ static const struct plugin_api rockbox_api = {
pcm_set_frequency,
pcm_is_playing,
pcm_play_pause,
pcm_calculate_peaks,
#endif
#endif
#if CONFIG_CODEC == SWCODEC
pcm_calculate_peaks,
#endif
/* playback control */