playback: reserve an aa slot for iap

Change-Id: I605017148b6f3c62021e63f58a1ddd8e229c5fbb
This commit is contained in:
mojyack 2025-11-21 15:42:05 +09:00 committed by Solomon Peachy
parent 757e683506
commit c2e1094383

View file

@ -178,7 +178,11 @@ struct audio_resume_info
static struct mutex id3_mutex SHAREDBSS_ATTR; /* (A,O)*/
/** For album art support **/
#if defined(USB_ENABLE_IAP)
#define MAX_MULTIPLE_AA (SKINNABLE_SCREENS_COUNT + 1)
#else
#define MAX_MULTIPLE_AA SKINNABLE_SCREENS_COUNT
#endif
#ifdef HAVE_ALBUMART
static int albumart_mode = -1;