Lines Matching +full:msb +full:- +full:justified
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
13 #include <sound/sof/dai-intel.h>
14 #include <sound/sof/dai-imx.h>
15 #include <sound/sof/dai-amd.h>
16 #include <sound/sof/dai-mediatek.h>
25 #define SOF_DAI_FMT_RIGHT_J 2 /**< Right Justified mode */
26 #define SOF_DAI_FMT_LEFT_J 3 /**< Left Justified mode */
27 #define SOF_DAI_FMT_DSP_A 4 /**< L data MSB after FRM LRC */
28 #define SOF_DAI_FMT_DSP_B 5 /**< L data MSB during FRM LRC */
57 * representing when the IPC is sent. The 4 MSB bits are used to add quirks along with the above
98 uint32_t type; /**< DAI type - enum sof_ipc_dai_type */