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 = snd_soc_dai_dma_data_get_playback(dai);
99 ret = aiu_fifo_hw_params(substream, params, dai);
111 dev_err(dai->dev, "Unsupported physical width %u\n",
153 int aiu_fifo_i2s_dai_probe(struct snd_soc_dai *dai)
155 struct snd_soc_component *component = dai->component;
160 ret = aiu_fifo_dai_probe(dai);
164 fifo = snd_soc_dai_dma_data_get_playback(dai);