Fix mikmod plugin build on armv4 targets (broke in 5b23c9e)

Change-Id: I1c79fbe44c13396388c533c4664b4ce1db150ac9
This commit is contained in:
Solomon Peachy 2019-08-08 17:02:27 -04:00
parent 5b23c9eb0a
commit 7737327bfe

View file

@ -77,7 +77,7 @@ extern const struct plugin_api * rb;
#if (ARM_ARCH >= 5)
#define SAMPLE_RATE SAMPR_44
#else
#define SAMPLE_RATE SAMPR_MIN_GE_22
#define SAMPLE_RATE HW_SAMPR_MIN_GE_22
#endif
#else /* !CPU_ARM */