diff --git a/firmware/export/wm8721.h b/firmware/export/wm8721.h index 223c3e1a0e..bb4c8b01d3 100644 --- a/firmware/export/wm8721.h +++ b/firmware/export/wm8721.h @@ -73,8 +73,8 @@ extern void audiohw_set_sample_rate(int sampling_control); #define AINTFCE_IWL_MASK (3 << 2) #define AINTFCE_LRP_I2S_RLO (0 << 4) #define AINTFCE_LRP_I2S_RHI (1 << 4) -#define AINTFCE_DSP_MODE_A (0 << 4) -#define AINTFCE_DSP_MODE_B (1 << 4) +#define AINTFCE_DSP_MODE_B (0 << 4) +#define AINTFCE_DSP_MODE_A (1 << 4) #define AINTFCE_LRSWAP (1 << 5) #define AINTFCE_MS (1 << 6) #define AINTFCE_BCLKINV (1 << 7) diff --git a/firmware/export/wm8731.h b/firmware/export/wm8731.h index 3fc6bc7a5a..5e94a4e9a6 100644 --- a/firmware/export/wm8731.h +++ b/firmware/export/wm8731.h @@ -105,8 +105,8 @@ extern void audiohw_set_monitor(int enable); #define AINTFCE_IWL_MASK (3 << 2) #define AINTFCE_LRP_I2S_RLO (0 << 4) #define AINTFCE_LRP_I2S_RHI (1 << 4) -#define AINTFCE_DSP_MODE_A (0 << 4) -#define AINTFCE_DSP_MODE_B (1 << 4) +#define AINTFCE_DSP_MODE_B (0 << 4) +#define AINTFCE_DSP_MODE_A (1 << 4) #define AINTFCE_LRSWAP (1 << 5) #define AINTFCE_MS (1 << 6) #define AINTFCE_BCLKINV (1 << 7)