Searched +full:stm32 +full:- +full:sai +full:- +full:sub +full:- +full:a (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only3 * STM32 ALSA SoC Digital Audio Interface (SAI) driver.5 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved10 #include <linux/clk-provider.h>41 #define STM_SAI_IS_PLAYBACK(ip) ((ip)->dir == SNDRV_PCM_STREAM_PLAYBACK)42 #define STM_SAI_IS_CAPTURE(ip) ((ip)->dir == SNDRV_PCM_STREAM_CAPTURE)47 #define STM_SAI_IS_SUB_A(x) ((x)->id == STM_SAI_A_ID)53 #define STM_SAI_PROTOCOL_IS_SPDIF(ip) ((ip)->spdif)54 #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)[all …]
5 ---------------------------------------------------14 Odd Fixes: It has a maintainer but they don't have time to do19 it has been replaced by a better system and you21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug24 filing info, a direct bug tracker link, or a mailto: URI.28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst34 A trailing slash includes all files and subdirectory files.41 Can be useful for excluding a specific subdirectory, for instance:[all …]