Lines Matching refs:dai
10 #include <sound/soc-dai.h>
48 struct snd_soc_dai *dai)
50 struct snd_soc_component *component = dai->component;
62 return aiu_fifo_trigger(substream, cmd, dai);
66 struct snd_soc_dai *dai)
68 struct snd_soc_component *component = dai->component;
71 ret = aiu_fifo_prepare(substream, dai);
88 struct snd_soc_dai *dai)
90 struct snd_soc_component *component = dai->component;
91 struct aiu_fifo *fifo = dai->playback_dma_data;
99 ret = aiu_fifo_hw_params(substream, params, dai);
111 dev_err(dai->dev, "Unsupported physical width %u\n",
151 int aiu_fifo_i2s_dai_probe(struct snd_soc_dai *dai)
153 struct snd_soc_component *component = dai->component;
158 ret = aiu_fifo_dai_probe(dai);
162 fifo = dai->playback_dma_data;