Fixes after merge
This commit is contained in:
parent
6cfac026cd
commit
bf1e07c5a9
14 changed files with 83 additions and 95 deletions
|
@ -219,7 +219,7 @@ bool cdaudio_catchup(void)
|
|||
/* Try to determine whether sound is available. This is only for GUI purposes. */
|
||||
int setup_sound(void)
|
||||
{
|
||||
if (pandora_start_sound(currprefs.sound_freq, 16, currprefs.sound_stereo) != 0)
|
||||
if (amiberry_start_sound(currprefs.sound_freq, 16, currprefs.sound_stereo) != 0)
|
||||
return 0;
|
||||
|
||||
sound_available = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue