mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
usbaudio: the "usb dac busy" splash should use ID2P() instead of str()
Change-Id: Icfd1a1a5fdf1c858b96eeb30164241c11ca64ec0
This commit is contained in:
parent
1a17f69140
commit
1dc7f6e864
1 changed files with 1 additions and 1 deletions
|
|
@ -2988,7 +2988,7 @@ static void audio_start_playback(const struct audio_resume_info *resume_info,
|
||||||
#ifdef USB_ENABLE_AUDIO
|
#ifdef USB_ENABLE_AUDIO
|
||||||
if (usb_audio_get_active())
|
if (usb_audio_get_active())
|
||||||
{
|
{
|
||||||
splash(HZ*2, str(LANG_USB_DAC_ACTIVE));
|
splash(HZ*2, ID2P(LANG_USB_DAC_ACTIVE));
|
||||||
queue_reply(&audio_queue, 0);
|
queue_reply(&audio_queue, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue