usbaudio: the "usb dac busy" splash should use ID2P() instead of str()

Change-Id: Icfd1a1a5fdf1c858b96eeb30164241c11ca64ec0
This commit is contained in:
Solomon Peachy 2025-11-15 18:24:06 -05:00
parent 1a17f69140
commit 1dc7f6e864

View file

@ -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;
} }