Lines Matching defs:dai
15 #include <sound/soc-dai.h>
21 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
23 struct cs42l43_codec *priv = snd_soc_component_get_drvdata(dai->component);
24 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream);
36 pconfig.num = dai->id;
38 pconfig.num = dai->id;
51 struct snd_soc_dai *dai)
53 struct cs42l43_codec *priv = snd_soc_component_get_drvdata(dai->component);
54 struct sdw_stream_runtime *sdw_stream = snd_soc_dai_get_dma_data(dai, substream);
64 int cs42l43_sdw_set_stream(struct snd_soc_dai *dai, void *sdw_stream, int direction)
66 snd_soc_dai_dma_data_set(dai, direction, sdw_stream);