Lines Matching +full:custom +full:- +full:rtd
1 /* SPDX-License-Identifier: GPL-2.0+
4 * Author: Lars-Peter Clausen <lars@metafoo.de>
15 * snd_pcm_substream_to_dma_direction - Get dma_transfer_direction for a PCM
24 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_pcm_substream_to_dma_direction()
50 * The DAI supports packed transfers, eg 2 16-bit samples in a 32-bit word.
60 * struct snd_dmaengine_dai_dma_data - DAI DMA configuration data
66 * @filter_data: Custom DMA channel filter data, this will usually be used when
68 * @chan_name: Custom channel name to use when requesting DMA channel.
115 * struct snd_dmaengine_pcm_config - Configuration data for dmaengine based PCM
128 * @chan_names: If set, these custom DMA channel names will be requested at
143 struct snd_soc_pcm_runtime *rtd,