~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/sound/sof/dai-imx.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/sound/sof/dai-imx.h (Version linux-6.12-rc7) and /include/sound/sof/dai-imx.h (Version linux-5.6.19)


  1 /* SPDX-License-Identifier: (GPL-2.0-only OR B !!   1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
  2 /*                                                  2 /*
  3  * Copyright 2019 NXP                               3  * Copyright 2019 NXP
  4  *                                                  4  *
  5  * Author: Daniel Baluta <daniel.baluta@nxp.co      5  * Author: Daniel Baluta <daniel.baluta@nxp.com>
  6  */                                                 6  */
  7                                                     7 
  8 #ifndef __INCLUDE_SOUND_SOF_DAI_IMX_H__             8 #ifndef __INCLUDE_SOUND_SOF_DAI_IMX_H__
  9 #define __INCLUDE_SOUND_SOF_DAI_IMX_H__             9 #define __INCLUDE_SOUND_SOF_DAI_IMX_H__
 10                                                    10 
 11 #include <sound/sof/header.h>                      11 #include <sound/sof/header.h>
 12                                                    12 
 13 /* ESAI Configuration Request - SOF_IPC_DAI_ES     13 /* ESAI Configuration Request - SOF_IPC_DAI_ESAI_CONFIG */
 14 struct sof_ipc_dai_esai_params {                   14 struct sof_ipc_dai_esai_params {
 15         struct sof_ipc_hdr hdr;                    15         struct sof_ipc_hdr hdr;
 16                                                    16 
 17         /* MCLK */                                 17         /* MCLK */
 18         uint16_t reserved1;                        18         uint16_t reserved1;
 19         uint16_t mclk_id;                          19         uint16_t mclk_id;
 20         uint32_t mclk_direction;                   20         uint32_t mclk_direction;
 21                                                    21 
 22         uint32_t mclk_rate;     /* MCLK freque     22         uint32_t mclk_rate;     /* MCLK frequency in Hz */
 23         uint32_t fsync_rate;    /* FSYNC frequ     23         uint32_t fsync_rate;    /* FSYNC frequency in Hz */
 24         uint32_t bclk_rate;     /* BCLK freque     24         uint32_t bclk_rate;     /* BCLK frequency in Hz */
 25                                                    25 
 26         /* TDM */                                  26         /* TDM */
 27         uint32_t tdm_slots;                        27         uint32_t tdm_slots;
 28         uint32_t rx_slots;                         28         uint32_t rx_slots;
 29         uint32_t tx_slots;                         29         uint32_t tx_slots;
 30         uint16_t tdm_slot_width;                   30         uint16_t tdm_slot_width;
 31         uint16_t reserved2;     /* alignment *     31         uint16_t reserved2;     /* alignment */
 32 } __packed;                                        32 } __packed;
 33                                                    33 
 34 /* SAI Configuration Request - SOF_IPC_DAI_SAI     34 /* SAI Configuration Request - SOF_IPC_DAI_SAI_CONFIG */
 35 struct sof_ipc_dai_sai_params {                    35 struct sof_ipc_dai_sai_params {
 36         struct sof_ipc_hdr hdr;                    36         struct sof_ipc_hdr hdr;
 37                                                    37 
 38         /* MCLK */                                 38         /* MCLK */
 39         uint16_t reserved1;                        39         uint16_t reserved1;
 40         uint16_t mclk_id;                          40         uint16_t mclk_id;
 41         uint32_t mclk_direction;                   41         uint32_t mclk_direction;
 42                                                    42 
 43         uint32_t mclk_rate;     /* MCLK freque     43         uint32_t mclk_rate;     /* MCLK frequency in Hz */
 44         uint32_t fsync_rate;    /* FSYNC frequ     44         uint32_t fsync_rate;    /* FSYNC frequency in Hz */
 45         uint32_t bclk_rate;     /* BCLK freque     45         uint32_t bclk_rate;     /* BCLK frequency in Hz */
 46                                                    46 
 47         /* TDM */                                  47         /* TDM */
 48         uint32_t tdm_slots;                        48         uint32_t tdm_slots;
 49         uint32_t rx_slots;                         49         uint32_t rx_slots;
 50         uint32_t tx_slots;                         50         uint32_t tx_slots;
 51         uint16_t tdm_slot_width;                   51         uint16_t tdm_slot_width;
 52         uint16_t reserved2;     /* alignment *     52         uint16_t reserved2;     /* alignment */
 53 } __packed;                                        53 } __packed;
 54                                                << 
 55 /* MICFIL Configuration Request - SOF_IPC_DAI_ << 
 56 struct sof_ipc_dai_micfil_params {             << 
 57         uint32_t pdm_rate;                     << 
 58         uint32_t pdm_ch;                       << 
 59 } __packed;                                    << 
 60                                                << 
 61 #endif                                             54 #endif
 62                                                    55 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php