Fixed the red builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8417 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-01-22 11:56:08 +00:00
parent 6d6ca6b6a5
commit 4503b96749
2 changed files with 10 additions and 0 deletions

View file

@ -40,6 +40,11 @@ bool pcm_is_playing(void)
return playing;
}
void pcm_mute(bool state)
{
(void)state;
}
void pcm_play_pause(bool state)
{
(void)state;