forked from len0rd/rockbox
Fixed sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2246 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
066a547288
commit
73f6abebc0
1 changed files with 4 additions and 0 deletions
|
|
@ -1665,6 +1665,9 @@ int mpeg_val2phys(int setting, int value)
|
||||||
|
|
||||||
void mpeg_sound_channel_config(int configuration)
|
void mpeg_sound_channel_config(int configuration)
|
||||||
{
|
{
|
||||||
|
#ifdef SIMULATOR
|
||||||
|
(void)configuration;
|
||||||
|
#else
|
||||||
unsigned long val_on = 0x80000;
|
unsigned long val_on = 0x80000;
|
||||||
unsigned long val_off = 0;
|
unsigned long val_off = 0;
|
||||||
|
|
||||||
|
|
@ -1727,6 +1730,7 @@ void mpeg_sound_channel_config(int configuration)
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int bass_boost, int avc)
|
void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int bass_boost, int avc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue