Lines Matching refs:dai
9 #include <sound/soc-dai.h>
58 struct snd_soc_dai *dai)
60 struct snd_soc_component *component = dai->component;
63 ret = aiu_fifo_trigger(substream, cmd, dai);
86 struct snd_soc_dai *dai)
88 struct snd_soc_component *component = dai->component;
91 ret = aiu_fifo_prepare(substream, dai);
108 struct snd_soc_dai *dai)
110 struct snd_soc_component *component = dai->component;
114 ret = aiu_fifo_hw_params(substream, params, dai);
128 dev_err(dai->dev, "Unsupported physical width %u\n",
166 int aiu_fifo_spdif_dai_probe(struct snd_soc_dai *dai)
168 struct snd_soc_component *component = dai->component;
173 ret = aiu_fifo_dai_probe(dai);
177 fifo = dai->playback_dma_data;