Added fade to car adapter mode pause
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11951 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee4caec3c2
commit
8cece5a745
1 changed files with 4 additions and 1 deletions
|
@ -675,7 +675,10 @@ static void car_adapter_mode_processing(bool inserted)
|
|||
if ((audio_status() & AUDIO_STATUS_PLAY) &&
|
||||
!(audio_status() & AUDIO_STATUS_PAUSE))
|
||||
{
|
||||
audio_pause();
|
||||
if (global_settings.fade_on_stop)
|
||||
fade(0);
|
||||
else
|
||||
audio_pause();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue