H A D | fsl_sai.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 // Copyright 2012-2015 Freescale Semiconductor, Inc. 22 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h> 26 #include "imx-pcm.h" 44 * fsl_sai_dir_is_synced - Check if stream is synced by the opposite stream 55 int adir = (dir == TX) ? RX in fsl_sai_dir_is_synced() 170 bool tx = true; fsl_sai_set_dai_tdm_slot_tx() local 182 bool tx = false; fsl_sai_set_dai_tdm_slot_rx() local 220 fsl_sai_set_dai_sysclk_tr(struct snd_soc_dai * cpu_dai,int clk_id,unsigned int freq,bool tx) fsl_sai_set_dai_sysclk_tr() argument 305 fsl_sai_set_dai_fmt_tr(struct snd_soc_dai * cpu_dai,unsigned int fmt,bool tx) fsl_sai_set_dai_fmt_tr() argument 445 fsl_sai_set_bclk(struct snd_soc_dai * dai,bool tx,u32 freq) fsl_sai_set_bclk() argument 560 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_sai_hw_params() local 759 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_sai_hw_free() local 780 bool tx = dir == TX; fsl_sai_config_disable() local 823 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_sai_trigger() local 908 bool tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; fsl_sai_startup() local 1336 u32 rx, tx, type; fsl_sai_read_dlcfg() local [all...] |