Home
last modified time | relevance | path

Searched refs:has_spdif_pdm (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/stm/
H A Dstm32_sai.c25 .has_spdif_pdm = false,
36 .has_spdif_pdm = true,
229 sai->conf.has_spdif_pdm = !!FIELD_GET(SAI_HWCFGR_SPDIF_PDM, in stm32_sai_probe()
H A Dstm32_sai.h259 ((ip)->pdata->conf.has_spdif_pdm)
271 * @has_spdif_pdm: SAI S/PDIF and PDM features support flag
276 bool has_spdif_pdm; member
H A Dstm32_sai_sub.c56 #define STM_SAI_HAS_SPDIF(x) ((x)->pdata->conf.has_spdif_pdm)
57 #define STM_SAI_HAS_PDM(x) ((x)->pdata->conf.has_spdif_pdm)
/kernel/linux/linux-6.6/sound/soc/stm/
H A Dstm32_sai.c25 .has_spdif_pdm = false,
36 .has_spdif_pdm = true,
218 sai->conf.has_spdif_pdm = !!FIELD_GET(SAI_HWCFGR_SPDIF_PDM, in stm32_sai_probe()
H A Dstm32_sai.h259 ((ip)->pdata->conf.has_spdif_pdm)
271 * @has_spdif_pdm: SAI S/PDIF and PDM features support flag
276 bool has_spdif_pdm; member
H A Dstm32_sai_sub.c54 #define STM_SAI_HAS_SPDIF(x) ((x)->pdata->conf.has_spdif_pdm)
55 #define STM_SAI_HAS_PDM(x) ((x)->pdata->conf.has_spdif_pdm)

Completed in 8 milliseconds