Lines Matching refs:dai
41 static int test_dai_set_sysclk(struct snd_soc_dai *dai,
44 mile_stone(dai);
49 static int test_dai_set_pll(struct snd_soc_dai *dai, int pll_id, int source,
52 mile_stone(dai);
57 static int test_dai_set_clkdiv(struct snd_soc_dai *dai, int div_id, int div)
59 mile_stone(dai);
64 static int test_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
72 dev_info(dai->dev, "name : %s", dai->name);
98 dev_info(dai->dev, "format : %s", str);
104 dev_info(dai->dev, "clock : %s", str);
121 dev_info(dai->dev, "clock : codec is %s", str);
138 dev_info(dai->dev, "signal : %s", str);
143 static int test_dai_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
145 mile_stone(dai);
150 static int test_dai_startup(struct snd_pcm_substream *substream, struct snd_soc_dai *dai)
152 mile_stone(dai);
157 static void test_dai_shutdown(struct snd_pcm_substream *substream, struct snd_soc_dai *dai)
159 mile_stone(dai);
163 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
165 mile_stone(dai);
170 static int test_dai_hw_free(struct snd_pcm_substream *substream, struct snd_soc_dai *dai)
172 mile_stone(dai);
177 static int test_dai_trigger(struct snd_pcm_substream *substream, int cmd, struct snd_soc_dai *dai)
179 mile_stone(dai);
185 int cmd, struct snd_soc_dai *dai)
187 mile_stone(dai);
508 { .compatible = "test-cpu-verbose-dai", .data = (void *)&test_cpu_nv, },
512 { .compatible = "test-codec-verbose-dai", .data = (void *)&test_codec_nv, },