We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e454aaa commit 8365dd5Copy full SHA for 8365dd5
drivers/dai/nxp/sai/sai.h
@@ -15,7 +15,7 @@ LOG_MODULE_REGISTER(nxp_dai_sai);
15
16
#ifdef CONFIG_SAI_HAS_MCLK_CONFIG_OPTION
17
#define SAI_MCLK_MCR_MSEL_SHIFT 24
18
-#define SAI_MCLK_MCR_MSEL_MASK GENMASK(24, 25)
+#define SAI_MCLK_MCR_MSEL_MASK GENMASK(25, 24)
19
#endif /* CONFIG_SAI_HAS_MCLK_CONFIG_OPTION */
20
/* workaround the fact that device_map() doesn't exist for SoCs with no MMU */
21
#ifndef DEVICE_MMIO_IS_IN_RAM
0 commit comments