j
k
j a
j l
+static const struct snd_soc_dai_ops amd_sdw_dai_ops = { .hw_params = amd_sdw_hw_params,
+static const struct snd_soc_dai_ops amd_sdw_dai_ops = {
don't you need a .prepare to deal with suspend-resume?
.hw_free = amd_sdw_hw_free, .set_stream = amd_pcm_set_sdw_stream, .get_stream = amd_get_sdw_stream, +};
+};
Back to the thread
Back to the list